diff options
-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 |