move another DEFAULT:=y and fix a dependency bug
authorFelix Fietkau <nbd@openwrt.org>
Sun, 14 Jan 2007 17:58:43 +0000 (17:58 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 14 Jan 2007 17:58:43 +0000 (17:58 +0000)
SVN-Revision: 6097

package/yamonenv/Makefile
target/linux/au1000-2.6/Makefile

index b26e071ce8b289ef526e3df4a08fb58ae6d372a2..15afda55d2910bad3b1bd70da8a426cbc6b6d80f 100644 (file)
@@ -24,8 +24,7 @@ include $(INCLUDE_DIR)/package.mk
 define Package/yamonenv
   SECTION:=utils
   CATEGORY:=Utilities
-  DEFAULT:=y if LINUX_2_6_AU1000
-  DEPENDS:=@LINUX_2_6_AU1000@
+  DEPENDS:=@LINUX_2_6_AU1000
   TITLE:=YAMON configuration utility
   URL:=http://meshcube.org/nylon/stable/sources/
 endef
index 2f2a92b0e12d7b13323ed3fe03fb7724180492c2..25fc776129b40c34cf88eca6bfff5de144f48108 100644 (file)
@@ -17,6 +17,7 @@ define Target/Description
 endef
 
 include $(INCLUDE_DIR)/kernel-build.mk
+DEFAULT_PACKAGES += yamonenv
 
 define Kernel/BuildImage
        $(call Kernel/BuildImage/Default)