rbcfg: move to Boot Loaders submenu of Utilities
authorAlberto Bursi <alberto.bursi@outlook.it>
Mon, 24 Oct 2016 08:26:22 +0000 (10:26 +0200)
committerJohn 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

index 9f227b8a4c69f474ecae7c7a21b1e7538cceda5e..7ba3d932b06c58c3d105f8ea789cbb30d8831dd0 100644 (file)
@@ -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