From 762928a13ea172a91f1b183d447bc73ef58221c4 Mon Sep 17 00:00:00 2001 From: Alberto Bursi Date: Mon, 24 Oct 2016 10:26:22 +0200 Subject: [PATCH] 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 --- package/boot/rbcfg/Makefile | 1 + 1 file changed, 1 insertion(+) 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