fixed fon-mp3 makefiles in 7.09, the were already tuned for the new target/ layout
authorJohn Crispin <john@openwrt.org>
Sun, 23 Sep 2007 00:59:58 +0000 (00:59 +0000)
committerJohn Crispin <john@openwrt.org>
Sun, 23 Sep 2007 00:59:58 +0000 (00:59 +0000)
SVN-Revision: 8972

package/fonera-mp3-drv/Makefile
package/fonera-mp3/Makefile

index 94c19f42c2678431f2851562788d95973777337a..cd064af0bb06d5abd4188ed7b4fe6a15872d224f 100644 (file)
@@ -18,7 +18,7 @@ include $(INCLUDE_DIR)/package.mk
 
 define KernelPackage/fonera-mp3-driver
   SUBMENU:=Other modules
-  DEPENDS:=@TARGET_atheros
+  DEPENDS:=@LINUX_2_6_ATHEROS
   TITLE:=Fonera-MP3 driver (VS1011X)
   FILES:=$(PKG_BUILD_DIR)/mp3_drv.$(LINUX_KMOD_SUFFIX)
   AUTOLOAD:=$(call AutoLoad,25,mp3_drv)
index 1cdbd4c51cc9cabeee75ce5c1ae62ba62546223f..0c79e9b84438f0fb1a723e0771000864df4d15f8 100644 (file)
@@ -19,7 +19,7 @@ include $(INCLUDE_DIR)/package.mk
 define Package/fonera-mp3d
   SECTION:=utils
   CATEGORY:=Utilities
-  DEPENDS:=@TARGET_atheros
+  DEPENDS:=@LINUX_2_6_ATHEROS
   TITLE:=Daemon for fonera-mp3
 endef