diff options
author | Mike Baker <mbm@openwrt.org> | 2005-03-29 03:32:18 +0000 |
---|---|---|
committer | Mike Baker <mbm@openwrt.org> | 2005-03-29 03:32:18 +0000 |
commit | d61b2533130fe93f4ad8a58d57e3096dcf779446 (patch) | |
tree | 14aafeb7682ae6152530fbe38f88eee7fae53619 /package/linux/kernel-source | |
parent | 6b23703c49c96c2e20263e3ef76f7d5636163f03 (diff) | |
download | upstream-d61b2533130fe93f4ad8a58d57e3096dcf779446.tar.gz upstream-d61b2533130fe93f4ad8a58d57e3096dcf779446.tar.bz2 upstream-d61b2533130fe93f4ad8a58d57e3096dcf779446.zip |
enable CONFIG_NET_RADIO
add preliminary motorola support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@471 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/linux/kernel-source')
-rw-r--r-- | package/linux/kernel-source/drivers/net/wl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/linux/kernel-source/drivers/net/wl/Makefile b/package/linux/kernel-source/drivers/net/wl/Makefile index 8f6056eb5e..7c82e6519b 100644 --- a/package/linux/kernel-source/drivers/net/wl/Makefile +++ b/package/linux/kernel-source/drivers/net/wl/Makefile @@ -19,9 +19,9 @@ WL_OBJS := wl_linux.o wlc.o d11ucode.o wlc_phy.o wlc_rate.o wlc_led.o wlc_secur INSUP_OBJS := aes.o aeskeywrap.o hmac.o md5.o passhash.o prf.o rijndael-alg-fst.o sha1.o # Alternate ioctl interfaces -ifeq ($(CONFIG_NET_WIRELESS),y) -WL_OBJS += wlc_cmn_ioctl.o -endif +#ifeq ($(CONFIG_NET_WIRELESS),y) +#WL_OBJS += wlc_cmn_ioctl.o +#endif ifeq ($(CONFIG_WL_OID),y) WL_OBJS += wl_oid.o endif |