[backfire] package/kernel: do not build kmod-usb-storage-extras on targets which...
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 25 Nov 2011 12:19:14 +0000 (12:19 +0000)
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 25 Nov 2011 12:19:14 +0000 (12:19 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@29335 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/kernel/modules/usb.mk

index 437a199bf49e3542ce16ffd37e0a52268d0385f9..3d18c0fe441586068c20fd678d1115fd7e570888 100644 (file)
@@ -518,7 +518,8 @@ $(eval $(call KernelPackage,usb-storage))
 define KernelPackage/usb-storage-extras
   SUBMENU:=$(USB_MENU)
   TITLE:=Extra drivers for 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 \
   KCONFIG:= \
        CONFIG_USB_STORAGE_ALAUDA \
        CONFIG_USB_STORAGE_CYPRESS_ATACB \