From: Alberto Bursi Date: Mon, 24 Oct 2016 08:26:22 +0000 (+0200) Subject: rbcfg: move to Boot Loaders submenu of Utilities X-Git-Tag: v17.01.0-rc1~1063 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=762928a13ea172a91f1b183d447bc73ef58221c4 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 --- 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