aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-envtools/Makefile
diff options
context:
space:
mode:
authorAlberto Bursi <starshipeleven@outlook.com>2016-11-02 20:33:01 +0100
committerJohn Crispin <john@phrozen.org>2016-11-03 08:21:47 +0100
commit08279810ed87b97a3fa15e1a90b883b4f1fc4cb6 (patch)
tree63c6f059d07af255df19add46231a1c6878bae1f /package/boot/uboot-envtools/Makefile
parentdafbc94f95141655f358fdd015a552921b3a66a3 (diff)
downloadupstream-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>
Diffstat (limited to 'package/boot/uboot-envtools/Makefile')
-rw-r--r--package/boot/uboot-envtools/Makefile1
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