[source] uboot-envtools: move to Boot Loaders submenu

LEDE Commits lede-commits at lists.infradead.org
Thu Nov 3 00:35:03 PDT 2016


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

commit 08279810ed87b97a3fa15e1a90b883b4f1fc4cb6
Author: Alberto Bursi <starshipeleven at outlook.com>
AuthorDate: Wed Nov 2 20:33:01 2016 +0100

    uboot-envtools: move to Boot Loaders submenu
    
    Boot Loaders submenu is where other bootloader tools (fconfig and grub2-editenv) are.
    
    Signed-off-by: Alberto Bursi <alberto.bursi at outlook.it>
---
 package/boot/uboot-envtools/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/boot/uboot-envtools/Makefile b/package/boot/uboot-envtools/Makefile
index fd41005..d7a85ca 100644
--- a/package/boot/uboot-envtools/Makefile
+++ b/package/boot/uboot-envtools/Makefile
@@ -31,6 +31,7 @@ include $(INCLUDE_DIR)/package.mk
 define Package/uboot-envtools
   SECTION:=utils
   CATEGORY:=Utilities
+  SUBMENU:=Boot Loaders
   TITLE:=read/modify U-Boot bootloader environment
   URL:=http://www.denx.de/wiki/U-Boot
 endef



More information about the lede-commits mailing list