diff options
author | Nicolas Thill <nico@openwrt.org> | 2010-03-01 06:25:44 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2010-03-01 06:25:44 +0000 |
commit | 4949756ceb243d71a7ecfb5f593e8449c5380007 (patch) | |
tree | fb18e8b15213f8961b233371e05c9ceca1bc36bc | |
parent | 127b8ea8f98869ccd239a00e4d60c768123d8614 (diff) | |
download | upstream-4949756ceb243d71a7ecfb5f593e8449c5380007.tar.gz upstream-4949756ceb243d71a7ecfb5f593e8449c5380007.tar.bz2 upstream-4949756ceb243d71a7ecfb5f593e8449c5380007.zip |
kernel: mark ata-magicbox-cf & ide-magicbox as BROKEN for now (they don't build on 2.6.32)
SVN-Revision: 19925
-rw-r--r-- | package/kernel/modules/block.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kernel/modules/block.mk b/package/kernel/modules/block.mk index f51da678ac..67b851f8c7 100644 --- a/package/kernel/modules/block.mk +++ b/package/kernel/modules/block.mk @@ -142,7 +142,7 @@ $(eval $(call KernelPackage,ata-nvidia-sata)) define KernelPackage/ata-magicbox-cf -$(call KernelPackage/ata/Depends,@TARGET_ppc40x) +$(call KernelPackage/ata/Depends,@TARGET_ppc40x @BROKEN) TITLE:=Magicbox v2/OpenRB Compact flash support (ATA) KCONFIG:=CONFIG_PATA_MAGICBOX_CF FILES:=$(LINUX_DIR)/drivers/ata/pata_magicbox_cf.$(LINUX_KMOD_SUFFIX) @@ -265,7 +265,7 @@ $(eval $(call KernelPackage,ide-aec62xx,1)) define KernelPackage/ide-magicbox -$(call KernelPackage/ide/Depends,@TARGET_ppc40x) +$(call KernelPackage/ide/Depends,@TARGET_ppc40x @BROKEN) TITLE:=Magicbox v2/OpenRB Compact flash support (IDE) KCONFIG:=CONFIG_BLK_DEV_IDE_MAGICBOX FILES:=$(LINUX_DIR)/drivers/ide/magicbox_ide.$(LINUX_KMOD_SUFFIX) |