aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot
diff options
context:
space:
mode:
authorAlberto Bursi <alberto.bursi@outlook.it>2016-10-24 10:26:22 +0200
committerJohn Crispin <john@phrozen.org>2016-10-26 12:37:45 +0200
commit762928a13ea172a91f1b183d447bc73ef58221c4 (patch)
tree74783e4edf1b416329ab51d9783b766d81dcc12a /package/boot
parent8312738806df669ad61bf9225474623acbebe444 (diff)
downloadupstream-762928a13ea172a91f1b183d447bc73ef58221c4.tar.gz
upstream-762928a13ea172a91f1b183d447bc73ef58221c4.tar.bz2
upstream-762928a13ea172a91f1b183d447bc73ef58221c4.zip
rbcfg: move to Boot Loaders submenu of Utilities
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>
Diffstat (limited to 'package/boot')
-rw-r--r--package/boot/rbcfg/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/boot/rbcfg/Makefile b/package/boot/rbcfg/Makefile
index 9f227b8a4c..7ba3d932b0 100644
--- 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