[source] yamonenv: move to Boot Loaders submenu

LEDE Commits lede-commits at lists.infradead.org
Tue Nov 8 02:17:26 PST 2016


blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/decf6b33149f56bd5e844e27b68e91b200daab55

commit decf6b33149f56bd5e844e27b68e91b200daab55
Author: Alberto Bursi <alberto.bursi at outlook.it>
AuthorDate: Thu Nov 3 11:41:32 2016 +0100

    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 at outlook.it>
---
 package/boot/yamonenv/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/boot/yamonenv/Makefile b/package/boot/yamonenv/Makefile
index 5fd25ad..a490f45 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/



More information about the lede-commits mailing list