X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=package%2Fblock-extroot%2FMakefile;h=f1e093bcc30b7d9a99000baca29c7b054f2e8c97;hb=9f7da0f900c1ec691f53e3207a5df8d5f64096d0;hp=eaf01dad5ee3c9862f660f52246cd3f2d146b482;hpb=6b4eb9901a8d0d1d5d05c7c40d686c31fa19a177;p=openwrt%2Fopenwrt.git diff --git a/package/block-extroot/Makefile b/package/block-extroot/Makefile index eaf01dad5e..f1e093bcc3 100644 --- a/package/block-extroot/Makefile +++ b/package/block-extroot/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2009 OpenWrt.org +# Copyright (C) 2009-2010 OpenWrt.org # Copyright (C) 2010 Vertical Communications # # This is free software, licensed under the GNU General Public License v2. @@ -10,23 +10,22 @@ include $(TOPDIR)/rules.mk PKG_NAME:=block-extroot PKG_VERSION:=0.0.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 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 $(call Package/block-extroot/Default) MENU:=1 - DEPENDS:=+block-mount @PACKAGE_kmod-ide-core||PACKAGE_kmod-usb-storage||PACKAGE_kmod-mmc||PACKAGE_kmod-broadcom-sdhc + DEPENDS:=+block-mount @PACKAGE_kmod-ide-core||PACKAGE_kmod-ata-core||PACKAGE_kmod-usb-storage||PACKAGE_kmod-mmc||PACKAGE_kmod-broadcom-sdhc endef define Package/block-extroot/config