mirror of
https://github.com/openwrt/openwrt.git
synced 2025-03-14 08:16:40 +00:00
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>
This commit is contained in:
parent
f9ed2bc92f
commit
d140648622
@ -28,9 +28,7 @@ include $(INCLUDE_DIR)/host-build.mk
|
|||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/grub2
|
define Package/grub2
|
||||||
SUBMENU:=Boot Loaders
|
CATEGORY:=Boot Loaders
|
||||||
CATEGORY:=Utilities
|
|
||||||
SECTION:=utils
|
|
||||||
TITLE:=GRand Unified Bootloader
|
TITLE:=GRand Unified Bootloader
|
||||||
URL:=http://www.gnu.org/software/grub/
|
URL:=http://www.gnu.org/software/grub/
|
||||||
DEPENDS:=@TARGET_x86||TARGET_x86_64
|
DEPENDS:=@TARGET_x86||TARGET_x86_64
|
||||||
@ -39,6 +37,7 @@ endef
|
|||||||
define Package/grub2-editenv
|
define Package/grub2-editenv
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
|
SUBMENU:=Boot Loaders
|
||||||
TITLE:=Grub2 Environment editor
|
TITLE:=Grub2 Environment editor
|
||||||
URL:=http://www.gnu.org/software/grub/
|
URL:=http://www.gnu.org/software/grub/
|
||||||
DEPENDS:=@TARGET_x86||TARGET_x86_64
|
DEPENDS:=@TARGET_x86||TARGET_x86_64
|
||||||
|
Loading…
x
Reference in New Issue
Block a user