fix madwifi build on atheros
authorFelix Fietkau <nbd@openwrt.org>
Sun, 9 Sep 2007 22:59:46 +0000 (22:59 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 9 Sep 2007 22:59:46 +0000 (22:59 +0000)
SVN-Revision: 8725

package/madwifi/Makefile

index 7de2bd3dae1c486b5948ee8d1ff70108e7fb88b9..25e4886f1ddac6dc6fd8578f632a21fa182a26ca 100644 (file)
@@ -43,7 +43,7 @@ ifeq ($(ARCH),powerpc)
 endif
 
 BUS:=PCI
-ifneq ($(CONFIG_TARGET_ATHEROS),)
+ifneq ($(CONFIG_TARGET_atheros),)
   BUS:=AHB
   HAL_TARGET:=ap51
 endif