mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
move another DEFAULT:=y and fix a dependency bug
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6097 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
b0eb29e5e1
commit
aa7ccffe3f
@ -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…
x
Reference in New Issue
Block a user