aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/package/madwifi-old/Makefile
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2006-05-12 19:08:03 +0000
committerMike Baker <mbm@openwrt.org>2006-05-12 19:08:03 +0000
commit20e4ecc021ee9aa4b799b065732f39d9daa5a2c5 (patch)
tree6c8591525420de7c8afd05b2261efe6b9071196a /target/linux/package/madwifi-old/Makefile
parent7b37cc4da9c275661854482bb61046d4d7a8435f (diff)
downloadupstream-20e4ecc021ee9aa4b799b065732f39d9daa5a2c5.tar.gz
upstream-20e4ecc021ee9aa4b799b065732f39d9daa5a2c5.tar.bz2
upstream-20e4ecc021ee9aa4b799b065732f39d9daa5a2c5.zip
fix BR2_ and CONFIG_ issues
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3769 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/package/madwifi-old/Makefile')
-rw-r--r--target/linux/package/madwifi-old/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/package/madwifi-old/Makefile b/target/linux/package/madwifi-old/Makefile
index 25c64df50a..7d369722aa 100644
--- a/target/linux/package/madwifi-old/Makefile
+++ b/target/linux/package/madwifi-old/Makefile
@@ -26,10 +26,10 @@ endif
BUS := PCI
-ifneq ($(BR2_LINUX_2_4_AR531X),)
+ifneq ($(CONFIG_LINUX_2_4_AR531X),)
BUS := AHB
endif
-# ifneq ($(BR2_LINUX_2_6_ARUBA),)
+# ifneq ($(CONFIG_LINUX_2_6_ARUBA),)
# BUS := PCI AHB # no suitable HAL for AHB yet.
# endif