mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 05:38:00 +00:00
move another DEFAULT:=y and fix a dependency bug
SVN-Revision: 6097
This commit is contained in:
parent
ee54f19d41
commit
065c6c0f97
@ -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
|
||||
|
@ -17,6 +17,7 @@ define Target/Description
|
||||
endef
|
||||
|
||||
include $(INCLUDE_DIR)/kernel-build.mk
|
||||
DEFAULT_PACKAGES += yamonenv
|
||||
|
||||
define Kernel/BuildImage
|
||||
$(call Kernel/BuildImage/Default)
|
||||
|
Loading…
Reference in New Issue
Block a user