[source] rbcfg: move to Boot Loaders submenu of Utilities
LEDE Commits
lede-commits at lists.infradead.org
Wed Oct 26 03:46:31 PDT 2016
blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/762928a13ea172a91f1b183d447bc73ef58221c4
commit 762928a13ea172a91f1b183d447bc73ef58221c4
Author: Alberto Bursi <alberto.bursi at outlook.it>
AuthorDate: Mon Oct 24 10:26:22 2016 +0200
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 at outlook.it>
---
package/boot/rbcfg/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/boot/rbcfg/Makefile b/package/boot/rbcfg/Makefile
index 9f227b8..7ba3d93 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
More information about the lede-commits
mailing list