From: Felix Fietkau Date: Sun, 9 Sep 2007 22:59:46 +0000 (+0000) Subject: fix madwifi build on atheros X-Git-Tag: v19.07.0-rc1~38819 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=c9784f0836a106fe20fb51148d4d3366ecaa4b99;p=openwrt%2Fstaging%2Fhauke.git fix madwifi build on atheros SVN-Revision: 8725 --- diff --git a/package/madwifi/Makefile b/package/madwifi/Makefile index 7de2bd3dae..25e4886f1d 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