mirror of https://github.com/hak5/openwrt.git
parent
ee54f19d41
commit
065c6c0f97
|
@ -24,8 +24,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||||
define Package/yamonenv
|
define Package/yamonenv
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
DEFAULT:=y if LINUX_2_6_AU1000
|
DEPENDS:=@LINUX_2_6_AU1000
|
||||||
DEPENDS:=@LINUX_2_6_AU1000@
|
|
||||||
TITLE:=YAMON configuration utility
|
TITLE:=YAMON configuration utility
|
||||||
URL:=http://meshcube.org/nylon/stable/sources/
|
URL:=http://meshcube.org/nylon/stable/sources/
|
||||||
endef
|
endef
|
||||||
|
|
|
@ -17,6 +17,7 @@ define Target/Description
|
||||||
endef
|
endef
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/kernel-build.mk
|
include $(INCLUDE_DIR)/kernel-build.mk
|
||||||
|
DEFAULT_PACKAGES += yamonenv
|
||||||
|
|
||||||
define Kernel/BuildImage
|
define Kernel/BuildImage
|
||||||
$(call Kernel/BuildImage/Default)
|
$(call Kernel/BuildImage/Default)
|
||||||
|
|
Loading…
Reference in New Issue