diff options
author | Daniel Dickinson <crazycshore@gmail.com> | 2010-09-19 22:34:06 +0000 |
---|---|---|
committer | Daniel Dickinson <crazycshore@gmail.com> | 2010-09-19 22:34:06 +0000 |
commit | 46803a3b75528129a69291b39be90674de65bdc8 (patch) | |
tree | 870c7a0020da91d039349b38f8e59312560f98cd /package/block-extroot | |
parent | d6f08bcf81b9ae4eca02e745db4888fc9319b600 (diff) | |
download | upstream-46803a3b75528129a69291b39be90674de65bdc8.tar.gz upstream-46803a3b75528129a69291b39be90674de65bdc8.tar.bz2 upstream-46803a3b75528129a69291b39be90674de65bdc8.zip |
base/block-extroot: Move block-extroot in menuconfig from Utilities/disc to Base system
SVN-Revision: 23098
Diffstat (limited to 'package/block-extroot')
-rw-r--r-- | package/block-extroot/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package/block-extroot/Makefile b/package/block-extroot/Makefile index 6957669fd5..f1e093bcc3 100644 --- a/package/block-extroot/Makefile +++ b/package/block-extroot/Makefile @@ -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 |