Ver Fonte

fix madwifi build on atheros

SVN-Revision: 8725
Felix Fietkau há 18 anos atrás
pai
commit
c9784f0836
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      package/madwifi/Makefile

+ 1 - 1
package/madwifi/Makefile

@@ -43,7 +43,7 @@ ifeq ($(ARCH),powerpc)
 endif
 endif
 
 
 BUS:=PCI
 BUS:=PCI
-ifneq ($(CONFIG_TARGET_ATHEROS),)
+ifneq ($(CONFIG_TARGET_atheros),)
   BUS:=AHB
   BUS:=AHB
   HAL_TARGET:=ap51
   HAL_TARGET:=ap51
 endif
 endif