diff options
author | Alberto Bursi <alberto.bursi@outlook.it> | 2016-10-24 10:19:42 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-10-26 12:37:45 +0200 |
commit | f9ed2bc92f880ee5a368b20ae61b3bc2ee3b72a9 (patch) | |
tree | 36a3ee283a4d0472af73fdb1b154d8d18f93aee9 | |
parent | 762928a13ea172a91f1b183d447bc73ef58221c4 (diff) | |
download | upstream-f9ed2bc92f880ee5a368b20ae61b3bc2ee3b72a9.tar.gz upstream-f9ed2bc92f880ee5a368b20ae61b3bc2ee3b72a9.tar.bz2 upstream-f9ed2bc92f880ee5a368b20ae61b3bc2ee3b72a9.zip |
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@outlook.it>
-rw-r--r-- | package/boot/fconfig/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/boot/fconfig/Makefile b/package/boot/fconfig/Makefile index 14bbec57b8..077c6e4889 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 |