projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
no need for more then one printf, makes dmesg unasble
[openwrt.git]
/
openwrt
/
package
/
linux
/
kernel-source
/
drivers
/
net
/
wl
/
Makefile
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
(file)
--- 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
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
ifeq ($(CONFIG_WL_OID),y)
WL_OBJS += wl_oid.o
endif
This page took
0.023942 seconds
and
4
git commands to generate.