summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-09-09 22:59:46 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-09-09 22:59:46 +0000
commitf1066c692818e955d633f59443889aae5cf95c7b (patch)
tree0be2b64dd9da9963f8fa903a15acd4993822d8a1 /package
parente04d2797c547ddc1ad89f00b8673b026146dab07 (diff)
fix madwifi build on atheros
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8725 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/madwifi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/madwifi/Makefile b/package/madwifi/Makefile
index 7de2bd3da..25e4886f1 100644
--- a/package/madwifi/Makefile
+++ b/package/madwifi/Makefile
@@ -43,7 +43,7 @@ ifeq ($(ARCH),powerpc)
endif
BUS:=PCI
-ifneq ($(CONFIG_TARGET_ATHEROS),)
+ifneq ($(CONFIG_TARGET_atheros),)
BUS:=AHB
HAL_TARGET:=ap51
endif