diff options
author | Alberto Bursi <alberto.bursi@outlook.it> | 2016-11-03 11:41:32 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-11-08 11:17:10 +0100 |
commit | decf6b33149f56bd5e844e27b68e91b200daab55 (patch) | |
tree | 3f075399f1a0955174fb02649d6cfcc0ee363eed /package/boot/yamonenv | |
parent | e4fef72244cfd63b813d44652c09e79d43938b81 (diff) | |
download | upstream-decf6b33149f56bd5e844e27b68e91b200daab55.tar.gz upstream-decf6b33149f56bd5e844e27b68e91b200daab55.tar.bz2 upstream-decf6b33149f56bd5e844e27b68e91b200daab55.zip |
yamonenv: move to Boot Loaders submenu
Boot Loaders submenu is the place where all other boot loaders are.
Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
Diffstat (limited to 'package/boot/yamonenv')
-rw-r--r-- | package/boot/yamonenv/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/boot/yamonenv/Makefile b/package/boot/yamonenv/Makefile index 5fd25ad2b8..a490f45fe1 100644 --- a/package/boot/yamonenv/Makefile +++ b/package/boot/yamonenv/Makefile @@ -22,6 +22,7 @@ include $(INCLUDE_DIR)/package.mk define Package/yamonenv SECTION:=utils CATEGORY:=Utilities + SUBMENU:=Boot Loaders DEPENDS:=@TARGET_au1000 TITLE:=YAMON configuration utility URL:=http://meshcube.org/nylon/stable/sources/ |