diff options
author | Josef Karthauser <joe@FreeBSD.org> | 2001-04-24 07:12:34 +0000 |
---|---|---|
committer | Josef Karthauser <joe@FreeBSD.org> | 2001-04-24 07:12:34 +0000 |
commit | 2ee38db2f5c2f04453f0be9b6b80aca8425a9d36 (patch) | |
tree | 07217ba08bf1fee33c285dc446f1e77730a37be7 /release/picobsd/bridge/config | |
parent | c23b0b247d7adadc44a497a16f100623e92ce217 (diff) | |
download | src-2ee38db2f5c2f04453f0be9b6b80aca8425a9d36.tar.gz src-2ee38db2f5c2f04453f0be9b6b80aca8425a9d36.zip |
MF4S: Syncronise with Luigi's work in -stable.
Notes
Notes:
svn path=/head/; revision=75899
Diffstat (limited to 'release/picobsd/bridge/config')
-rw-r--r-- | release/picobsd/bridge/config | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/release/picobsd/bridge/config b/release/picobsd/bridge/config new file mode 100644 index 000000000000..55c330391b1a --- /dev/null +++ b/release/picobsd/bridge/config @@ -0,0 +1,5 @@ +# configuration for picobsd build script. +# it should only contain variable definitions -- it is sourced +# by the shell much like rc.conf* files + +MY_DEVS="std tun2 vty10 fd0 ad0 pty0 cuaa0 cuaa1 bpf0 bpf1 bpf2" |