From: Nicolas Thill Date: Wed, 23 Nov 2011 21:44:32 +0000 (+0000) Subject: [backfire] cleanup: remove refs to unsupported "pxcab" target X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=3ceb084bc55b9916253e524d06e15ec32dc16697 [backfire] cleanup: remove refs to unsupported "pxcab" target SVN-Revision: 29305 --- diff --git a/package/ipset/Makefile b/package/ipset/Makefile index 4c3409b19b..e7870c5585 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 @(!(TARGET_pxcab)||BROKEN) + DEPENDS:= @LINUX_2_6 endef define Package/ipset diff --git a/package/kernel/modules/block.mk b/package/kernel/modules/block.mk index 159d996380..9f9f4701e2 100644 --- a/package/kernel/modules/block.mk +++ b/package/kernel/modules/block.mk @@ -449,21 +449,6 @@ endef $(eval $(call KernelPackage,aoe)) -define KernelPackage/axonram - SUBMENU:=$(BLOCK_MENU) - TITLE:=Axon DDR2 memory device driver - DEPENDS:=@TARGET_pxcab - KCONFIG:=CONFIG_AXON_RAM - FILES:=$(LINUX_DIR)/arch/powerpc/sysdev/axonram.$(LINUX_KMOD_SUFFIX) - AUTOLOAD:=$(call AutoLoad,01,axonram) -endef - -define KernelPackage/axonram/description - Kernel support for Axon DDR2 memory device -endef - -$(eval $(call KernelPackage,axonram)) - define KernelPackage/libsas SUBMENU:=$(BLOCK_MENU) TITLE:=SAS Domain Transport Attributes diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile index 8a76b509e0..92ea37009b 100644 --- a/package/mac80211/Makefile +++ b/package/mac80211/Makefile @@ -48,7 +48,7 @@ define KernelPackage/mac80211/Default SUBMENU:=$(WMENU) URL:=http://linuxwireless.org/ MAINTAINER:=Felix Fietkau - DEPENDS:=@(!(TARGET_avr32||TARGET_ep93xx||TARGET_pxcab)||BROKEN) @!LINUX_2_4 + DEPENDS:=@(!(TARGET_avr32||TARGET_ep93xx)||BROKEN) @!LINUX_2_4 endef define KernelPackage/cfg80211 diff --git a/package/madwifi/Makefile b/package/madwifi/Makefile index 61a00bf9ac..3ec569746f 100644 --- a/package/madwifi/Makefile +++ b/package/madwifi/Makefile @@ -156,7 +156,7 @@ define KernelPackage/madwifi TITLE:=Driver for Atheros wireless chipsets URL:=http://madwifi-project.org/ MAINTAINER:=Felix Fietkau - DEPENDS:=+wireless-tools @LINUX_2_6 @PCI_SUPPORT @(!(TARGET_avr32||TARGET_cobalt||TARGET_ep93xx||TARGET_octeon||TARGET_pxcab||TARGET_sibyte)||BROKEN) + DEPENDS:=+wireless-tools @LINUX_2_6 @PCI_SUPPORT @(!(TARGET_avr32||TARGET_cobalt||TARGET_ep93xx||TARGET_octeon||TARGET_sibyte)||BROKEN) FILES:=$(MADWIFI_FILES) AUTOLOAD:=$(call AutoLoad,50,$(MADWIFI_AUTOLOAD)) MENU:=1 diff --git a/package/siit/Makefile b/package/siit/Makefile index d8fa0ab9ac..bc16e075d8 100644 --- a/package/siit/Makefile +++ b/package/siit/Makefile @@ -17,7 +17,6 @@ include $(INCLUDE_DIR)/package.mk define KernelPackage/siit SUBMENU:=Network Devices TITLE:=Stateless IP ICMP Translation Algorithm - DEPENDS:= @(!(TARGET_pxcab)||BROKEN) FILES:=$(PKG_BUILD_DIR)/siit.$(LINUX_KMOD_SUFFIX) AUTOLOAD:=$(call AutoLoad,50,siit) endef diff --git a/package/wprobe/Makefile b/package/wprobe/Makefile index 8cb3b2f610..bbe0465691 100644 --- a/package/wprobe/Makefile +++ b/package/wprobe/Makefile @@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/package.mk # wprobe-lib.c:149: error: 'packed' attribute ignored for field of type 'struct ' define Package/wprobe/Default - DEPENDS:=@LINUX_2_6 @(!(TARGET_pxcab||cris)||BROKEN) + DEPENDS:=@LINUX_2_6 @(!(cris)||BROKEN) endef define KernelPackage/wprobe