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:
8312738
)
rbcfg: move to Boot Loaders submenu of Utilities
author
Alberto Bursi
<alberto.bursi@outlook.it>
Mon, 24 Oct 2016 08:26:22 +0000
(10:26 +0200)
committer
John Crispin
<john@phrozen.org>
Wed, 26 Oct 2016 10:37:45 +0000
(12:37 +0200)
Boot Loaders submenu of Utilities is the most logical place to find rbcfg and other bootloader tools.
Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
package/boot/rbcfg/Makefile
patch
|
blob
|
history
diff --git
a/package/boot/rbcfg/Makefile
b/package/boot/rbcfg/Makefile
index 9f227b8a4c69f474ecae7c7a21b1e7538cceda5e..7ba3d932b06c58c3d105f8ea789cbb30d8831dd0 100644
(file)
--- a/
package/boot/rbcfg/Makefile
+++ b/
package/boot/rbcfg/Makefile
@@
-17,6
+17,7
@@
include $(INCLUDE_DIR)/package.mk
define Package/rbcfg
SECTION:=utils
CATEGORY:=Utilities
+ SUBMENU:=Boot Loaders
TITLE:=RouterBOOT configuration tool
DEPENDS:=@TARGET_ar71xx
endef