projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cf42db
)
mac80211: fix the config define for iwl3945
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 16 Apr 2011 19:52:39 +0000
(19:52 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 16 Apr 2011 19:52:39 +0000
(19:52 +0000)
SVN-Revision: 26697
package/mac80211/Makefile
patch
|
blob
|
history
diff --git
a/package/mac80211/Makefile
b/package/mac80211/Makefile
index 746ede1c4b65633016884a8d289895bd21594b6e..219a3925a3b624d50bd887e8557f23c4c5d2f48f 100644
(file)
--- a/
package/mac80211/Makefile
+++ b/
package/mac80211/Makefile
@@
-1160,7
+1160,7
@@
BUILDFLAGS:= \
$(if $(CONFIG_PACKAGE_kmod-rt2x00-usb),-DCONFIG_RT2X00_LIB_USB) \
$(if $(CONFIG_PACKAGE_kmod-rt2x00-soc),-DCONFIG_RT2X00_LIB_SOC) \
$(if $(CONFIG_TARGET_atheros),-DCONFIG_ATH5K_AHB,-DCONFIG_ATH5K_PCI) \
- $(if $(CONFIG_PACKAGE_kmod-iwl3945),-DCONFIG_
COMPAT_
IWL3945) \
+ $(if $(CONFIG_PACKAGE_kmod-iwl3945),-DCONFIG_IWL3945) \
$(if $(CONFIG_PACKAGE_kmod-iwl4965),-DCONFIG_COMPAT_IWL4965)
MAKE_OPTS:= \