X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Flinux%2Fkernel-source%2Fdrivers%2Fnet%2Fwl%2FMakefile;h=7c82e6519b1065add940d3e2194bba52e3cc9ab3;hb=0b79ad87995d526043c94bad69b32c01ecc976a4;hp=8f6056eb5eb64e3d44df23ff4c36ea85fc31aef6;hpb=4f531230a3c9c8984c5a8e8b38874be7f608f2d1;p=openwrt-10.03%2F.git diff --git a/package/linux/kernel-source/drivers/net/wl/Makefile b/package/linux/kernel-source/drivers/net/wl/Makefile index 8f6056eb5..7c82e6519 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