diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-09-09 22:59:46 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-09-09 22:59:46 +0000 |
commit | 9f3dd91b3bb00dc11b019fcb89c2240f9ae4889b (patch) | |
tree | 0be2b64dd9da9963f8fa903a15acd4993822d8a1 | |
parent | 2286814531da2bf2e01aaadcf89f97cbc0c186a0 (diff) | |
download | master-187ad058-9f3dd91b3bb00dc11b019fcb89c2240f9ae4889b.tar.gz master-187ad058-9f3dd91b3bb00dc11b019fcb89c2240f9ae4889b.tar.bz2 master-187ad058-9f3dd91b3bb00dc11b019fcb89c2240f9ae4889b.zip |
fix madwifi build on atheros
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8725 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/madwifi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |