NetBSD-4 doesn't support scanning via ifconfig, so mark it FreeBSD only for now.
This commit is contained in:
parent
cd685410bd
commit
ed144d4252
@ -87,7 +87,7 @@ _ifconfig_ent()
|
|||||||
_is_wireless()
|
_is_wireless()
|
||||||
{
|
{
|
||||||
case "$(_ifconfig_ent "media:")" in
|
case "$(_ifconfig_ent "media:")" in
|
||||||
"IEEE 802.11 Wireless"*) return 0;;
|
IEEE802.11*|"IEEE 802.11 Wireless"*) return 0;;
|
||||||
*) return 1;;
|
*) return 1;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
5
net.FreeBSD/Makefile
Normal file
5
net.FreeBSD/Makefile
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
DIR = ${RC_LIB}/net
|
||||||
|
INC = ${CONTENTS}
|
||||||
|
|
||||||
|
MK= ../mk
|
||||||
|
include ${MK}/scripts.mk
|
Loading…
Reference in New Issue
Block a user