diff options
author | cshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-09-19 22:34:06 +0000 |
---|---|---|
committer | cshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-09-19 22:34:06 +0000 |
commit | 6a672ca0eb6b70522bbff00c1f6f5d2b11c5af8b (patch) | |
tree | 44f85ca1f8fdf048df5821bf7bcf8c4d36be9bf4 /package/block-extroot/Makefile | |
parent | d50c66b88163608e7bb156ad3f19c10106dafdd8 (diff) |
[package] base/block-extroot: Move block-extroot in menuconfig from Utilities/disc to Base system
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23098 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/block-extroot/Makefile')
-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 6957669fd..f1e093bcc 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 |