projects
/
openwrt
/
staging
/
jogo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dafbc94
)
uboot-envtools: move to Boot Loaders submenu
author
Alberto Bursi
<starshipeleven@outlook.com>
Wed, 2 Nov 2016 19:33:01 +0000
(20:33 +0100)
committer
John Crispin
<john@phrozen.org>
Thu, 3 Nov 2016 07:21:47 +0000
(08:21 +0100)
Boot Loaders submenu is where other bootloader tools (fconfig and grub2-editenv) are.
Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
package/boot/uboot-envtools/Makefile
patch
|
blob
|
history
diff --git
a/package/boot/uboot-envtools/Makefile
b/package/boot/uboot-envtools/Makefile
index fd41005aac70bea0e6c649ee5088a25c9dd04821..d7a85ca83c7bdb734beee8ff06c0b5809332f6df 100644
(file)
--- 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