aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-04-16 19:52:39 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-04-16 19:52:39 +0000
commit5b2ddc2d7ae0ae562fd5c27ee4bb645928636505 (patch)
tree0034526c18a3e42532075b014054c195ebd63f71
parent46b75664366b14097e8285b804781b5a729e5e23 (diff)
downloadupstream-5b2ddc2d7ae0ae562fd5c27ee4bb645928636505.tar.gz
upstream-5b2ddc2d7ae0ae562fd5c27ee4bb645928636505.tar.bz2
upstream-5b2ddc2d7ae0ae562fd5c27ee4bb645928636505.zip
mac80211: fix the config define for iwl3945
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26697 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--package/mac80211/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile
index 746ede1c4b..219a3925a3 100644
--- 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:= \