diff options
-rw-r--r-- | net.BSD/ifconfig.sh | 2 | ||||
-rw-r--r-- | net.FreeBSD/Makefile | 5 | ||||
-rw-r--r-- | net.FreeBSD/iwconfig.sh (renamed from net.BSD/iwconfig.sh) | 0 |
3 files changed, 6 insertions, 1 deletions
diff --git a/net.BSD/ifconfig.sh b/net.BSD/ifconfig.sh index 8b73973f..d56ba259 100644 --- a/net.BSD/ifconfig.sh +++ b/net.BSD/ifconfig.sh @@ -87,7 +87,7 @@ _ifconfig_ent() _is_wireless() { case "$(_ifconfig_ent "media:")" in - "IEEE 802.11 Wireless"*) return 0;; + IEEE802.11*|"IEEE 802.11 Wireless"*) return 0;; *) return 1;; esac } diff --git a/net.FreeBSD/Makefile b/net.FreeBSD/Makefile new file mode 100644 index 00000000..b2becc4e --- /dev/null +++ b/net.FreeBSD/Makefile @@ -0,0 +1,5 @@ +DIR = ${RC_LIB}/net +INC = ${CONTENTS} + +MK= ../mk +include ${MK}/scripts.mk diff --git a/net.BSD/iwconfig.sh b/net.FreeBSD/iwconfig.sh index 3a276cda..3a276cda 100644 --- a/net.BSD/iwconfig.sh +++ b/net.FreeBSD/iwconfig.sh |