X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=package%2Fblock-extroot%2FMakefile;h=6957669fd5758301f3e1b675765b5c2ab97c44d3;hb=0f55e30c2e313d6c3152c7a1d2f82183fd5c5d68;hp=eaf01dad5ee3c9862f660f52246cd3f2d146b482;hpb=ea77fff90c0c941637e0f783c490038a5059f6e2;p=openwrt.git diff --git a/package/block-extroot/Makefile b/package/block-extroot/Makefile index eaf01dad5e..6957669fd5 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,7 +10,7 @@ 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) @@ -26,7 +26,7 @@ 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