From: nico Date: Fri, 25 Nov 2011 12:19:14 +0000 (+0000) Subject: [backfire] package/kernel: do not build kmod-usb-storage-extras on targets which... X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=8ac671b1555c7ab1e5c9218920c024aa240c8ef3;ds=sidebyside [backfire] package/kernel: do not build kmod-usb-storage-extras on targets which have them built-in git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@29335 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/kernel/modules/usb.mk b/package/kernel/modules/usb.mk index 437a199bf..3d18c0fe4 100644 --- a/package/kernel/modules/usb.mk +++ b/package/kernel/modules/usb.mk @@ -518,7 +518,8 @@ $(eval $(call KernelPackage,usb-storage)) define KernelPackage/usb-storage-extras SUBMENU:=$(USB_MENU) TITLE:=Extra drivers for usb-storage - DEPENDS:=@LINUX_2_6 +kmod-usb-storage + DEPENDS:=@LINUX_2_6 +kmod-usb-storage \ + @!(TARGET_ixp4xx_harddisk||TARGET_orion_harddisk||TARGET_x86_olpc) KCONFIG:= \ CONFIG_USB_STORAGE_ALAUDA \ CONFIG_USB_STORAGE_CYPRESS_ATACB \