diff options
author | Alberto Bursi <alberto.bursi@outlook.it> | 2016-10-23 21:04:49 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-10-26 12:37:45 +0200 |
commit | d140648622639c4508f715dbd2d72088bdb49c81 (patch) | |
tree | f1edbafd5d8e7ae90044d74bbac39cc657fc12cd /package | |
parent | f9ed2bc92f880ee5a368b20ae61b3bc2ee3b72a9 (diff) | |
download | upstream-d140648622639c4508f715dbd2d72088bdb49c81.tar.gz upstream-d140648622639c4508f715dbd2d72088bdb49c81.tar.bz2 upstream-d140648622639c4508f715dbd2d72088bdb49c81.zip |
grub2: move to Boot Loaders category
because boot loaders are in Boot Loaders, not in Utilities -> Boot Loaders
Also moved brub2-editenv in Utilities -> Boot Loaders
Part of a wider housekeeping effort on the packages repository.
Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
Diffstat (limited to 'package')
-rw-r--r-- | package/boot/grub2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package/boot/grub2/Makefile b/package/boot/grub2/Makefile index 92e2ba8143..4ed110e38e 100644 --- a/package/boot/grub2/Makefile +++ b/package/boot/grub2/Makefile @@ -28,9 +28,7 @@ include $(INCLUDE_DIR)/host-build.mk include $(INCLUDE_DIR)/package.mk define Package/grub2 - SUBMENU:=Boot Loaders - CATEGORY:=Utilities - SECTION:=utils + CATEGORY:=Boot Loaders TITLE:=GRand Unified Bootloader URL:=http://www.gnu.org/software/grub/ DEPENDS:=@TARGET_x86||TARGET_x86_64 @@ -39,6 +37,7 @@ endef define Package/grub2-editenv CATEGORY:=Utilities SECTION:=utils + SUBMENU:=Boot Loaders TITLE:=Grub2 Environment editor URL:=http://www.gnu.org/software/grub/ DEPENDS:=@TARGET_x86||TARGET_x86_64 |