From 9f3dd91b3bb00dc11b019fcb89c2240f9ae4889b Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 9 Sep 2007 22:59:46 +0000 Subject: fix madwifi build on atheros git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8725 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/madwifi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package') 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 -- cgit v1.2.3