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 | 15574cf2c078c9ec7de6a747be065a2397e3d260 (patch) | |
tree | bea68310279f8ccee5e9e88c069d5f8135651484 /openwrt/package/linux/kernel-source/drivers | |
parent | c3512526f8c10ddce664c244fe084310c9c34ff1 (diff) | |
download | mtk-20170518-15574cf2c078c9ec7de6a747be065a2397e3d260.zip mtk-20170518-15574cf2c078c9ec7de6a747be065a2397e3d260.tar.gz mtk-20170518-15574cf2c078c9ec7de6a747be065a2397e3d260.tar.bz2 |
enable CONFIG_NET_RADIO add preliminary motorola support
SVN-Revision: 471
Diffstat (limited to 'openwrt/package/linux/kernel-source/drivers')
-rw-r--r-- | openwrt/package/linux/kernel-source/drivers/net/wl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openwrt/package/linux/kernel-source/drivers/net/wl/Makefile b/openwrt/package/linux/kernel-source/drivers/net/wl/Makefile index 8f6056e..7c82e65 100644 --- a/openwrt/package/linux/kernel-source/drivers/net/wl/Makefile +++ b/openwrt/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 |