diff options
author | Alberto Bursi <starshipeleven@outlook.com> | 2016-11-02 20:33:01 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-11-03 08:21:47 +0100 |
commit | 08279810ed87b97a3fa15e1a90b883b4f1fc4cb6 (patch) | |
tree | 63c6f059d07af255df19add46231a1c6878bae1f | |
parent | dafbc94f95141655f358fdd015a552921b3a66a3 (diff) | |
download | upstream-08279810ed87b97a3fa15e1a90b883b4f1fc4cb6.tar.gz upstream-08279810ed87b97a3fa15e1a90b883b4f1fc4cb6.tar.bz2 upstream-08279810ed87b97a3fa15e1a90b883b4f1fc4cb6.zip |
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@outlook.it>
-rw-r--r-- | package/boot/uboot-envtools/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/boot/uboot-envtools/Makefile b/package/boot/uboot-envtools/Makefile index fd41005aac..d7a85ca83c 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 |