diff options
author | Nicolas Thill <nico@openwrt.org> | 2009-12-23 09:53:06 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2009-12-23 09:53:06 +0000 |
commit | c8fb2cad0abad77cfc68b0cba3cb3de9897f59b0 (patch) | |
tree | 04a84e92a51b8194a433ad1038b3150fe7f068b7 /package | |
parent | 429d4436db41a9726b61eb742af10979617d4b82 (diff) | |
download | upstream-c8fb2cad0abad77cfc68b0cba3cb3de9897f59b0.tar.gz upstream-c8fb2cad0abad77cfc68b0cba3cb3de9897f59b0.tar.bz2 upstream-c8fb2cad0abad77cfc68b0cba3cb3de9897f59b0.zip |
[package] disable a few packages failing on pxcab (marking them as BROKEN)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18903 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/ipset/Makefile | 2 | ||||
-rw-r--r-- | package/mac80211/Makefile | 2 | ||||
-rw-r--r-- | package/madwifi/Makefile | 2 | ||||
-rw-r--r-- | package/siit/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/package/ipset/Makefile b/package/ipset/Makefile index e7870c5585..4c3409b19b 100644 --- a/package/ipset/Makefile +++ b/package/ipset/Makefile @@ -19,7 +19,7 @@ PKG_MD5SUM:=d104007fdf5ea64fef774c22b1c0a97b include $(INCLUDE_DIR)/package.mk define Package/ipset/Default - DEPENDS:= @LINUX_2_6 + DEPENDS:= @LINUX_2_6 @(!(TARGET_pxcab)||BROKEN) endef define Package/ipset diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile index 92e0d2b84f..a494d5437c 100644 --- a/package/mac80211/Makefile +++ b/package/mac80211/Makefile @@ -33,7 +33,7 @@ WMENU:=Wireless Drivers define KernelPackage/mac80211/Default SUBMENU:=$(WMENU) URL:=http://linuxwireless.org/ - DEPENDS:=@LINUX_2_6 @!TARGET_avr32 @(!TARGET_ep93xx||BROKEN) + DEPENDS:=@LINUX_2_6 @!TARGET_avr32 @(!(TARGET_ep93xx||TARGET_pxcab)||BROKEN) endef define KernelPackage/mac80211 diff --git a/package/madwifi/Makefile b/package/madwifi/Makefile index 16ce30e4c0..79a3b3f874 100644 --- a/package/madwifi/Makefile +++ b/package/madwifi/Makefile @@ -161,7 +161,7 @@ define KernelPackage/madwifi SUBMENU:=Wireless Drivers TITLE:=Driver for Atheros wireless chipsets URL:=http://madwifi-project.org/ - DEPENDS:=+wireless-tools @PCI_SUPPORT||TARGET_atheros @!TARGET_avr32 @!TARGET_etrax @!TARGET_sibyte @!TARGET_cobalt @!TARGET_octeon @LINUX_2_6 @(!TARGET_ep93xx||BROKEN) + DEPENDS:=+wireless-tools @PCI_SUPPORT||TARGET_atheros @!TARGET_avr32 @!TARGET_etrax @!TARGET_sibyte @!TARGET_cobalt @!TARGET_octeon @LINUX_2_6 @(!(TARGET_ep93xx||TARGET_pxcab)||BROKEN) FILES:=$(MADWIFI_FILES) AUTOLOAD:=$(call AutoLoad,50,$(MADWIFI_AUTOLOAD)) endef diff --git a/package/siit/Makefile b/package/siit/Makefile index f73e9584e5..5d71ebdb26 100644 --- a/package/siit/Makefile +++ b/package/siit/Makefile @@ -16,7 +16,7 @@ include $(INCLUDE_DIR)/package.mk define KernelPackage/siit SUBMENU:=Network Devices TITLE:=Stateless IP ICMP Translation Algorithm - DEPENDS:=@!LINUX_2_6_31 + DEPENDS:=@!LINUX_2_6_31 @(!(TARGET_pxcab)||BROKEN) FILES:=$(PKG_BUILD_DIR)/siit.$(LINUX_KMOD_SUFFIX) AUTOLOAD:=$(call AutoLoad,50,siit) endef |