[source] fconfig: move to Boot Loaders submenu of Utilities

LEDE Commits lede-commits at lists.infradead.org
Wed Oct 26 03:46:32 PDT 2016


blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/f9ed2bc92f880ee5a368b20ae61b3bc2ee3b72a9

commit f9ed2bc92f880ee5a368b20ae61b3bc2ee3b72a9
Author: Alberto Bursi <alberto.bursi at outlook.it>
AuthorDate: Mon Oct 24 10:19:42 2016 +0200

    fconfig: move to Boot Loaders submenu of Utilities
    
    Boot Loaders submenu of Utilities is the most logical place to find fconfig and other bootloader tools.
    
    Signed-off-by: Alberto Bursi <alberto.bursi at outlook.it>
---
 package/boot/fconfig/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/boot/fconfig/Makefile b/package/boot/fconfig/Makefile
index 14bbec5..077c6e4 100644
--- a/package/boot/fconfig/Makefile
+++ b/package/boot/fconfig/Makefile
@@ -22,6 +22,7 @@ include $(INCLUDE_DIR)/package.mk
 define Package/fconfig
   SECTION:=utils
   CATEGORY:=Utilities
+  SUBMENU:=Boot Loaders
   TITLE:=RedBoot configuration editor
   URL:=http://andrzejekiert.ovh.org/software.html.en
 endef



More information about the lede-commits mailing list