base/block-extroot: Move block-extroot in menuconfig from Utilities/disc to Base system
SVN-Revision: 23098
This commit is contained in:
parent
d6f08bcf81
commit
46803a3b75
1 changed files with 2 additions and 3 deletions
|
@ -17,10 +17,9 @@ PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
|
|||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Package/block-extroot/Default
|
||||
SECTION:=utils
|
||||
CATEGORY:=Utilities
|
||||
SECTION:=base
|
||||
CATEGORY:=Base system
|
||||
TITLE:=root filesystem on secondary storage
|
||||
SUBMENU:=disc
|
||||
endef
|
||||
|
||||
define Package/block-extroot
|
||||
|
|
Loading…
Reference in a new issue