From 91339e73ad994995515cfde2c1319af84b5831b1 Mon Sep 17 00:00:00 2001 From: nico Date: Wed, 23 Nov 2011 21:44:30 +0000 Subject: [PATCH] [backfire] cleanup: remove refs to unsupported "ps3" target git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@29304 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/ipset/Makefile | 2 +- package/kernel/modules/block.mk | 15 --------------- package/kernel/modules/sound.mk | 17 ----------------- package/mac80211/Makefile | 2 +- package/siit/Makefile | 2 +- package/wprobe/Makefile | 2 +- 6 files changed, 4 insertions(+), 36 deletions(-) diff --git a/package/ipset/Makefile b/package/ipset/Makefile index 7a2e8a1e8..4c3409b19 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_ps3||TARGET_pxcab)||BROKEN) + DEPENDS:= @LINUX_2_6 @(!(TARGET_pxcab)||BROKEN) endef define Package/ipset diff --git a/package/kernel/modules/block.mk b/package/kernel/modules/block.mk index 426f3c710..159d99638 100644 --- a/package/kernel/modules/block.mk +++ b/package/kernel/modules/block.mk @@ -449,21 +449,6 @@ endef $(eval $(call KernelPackage,aoe)) -define KernelPackage/ps3vram - SUBMENU:=$(BLOCK_MENU) - TITLE:=PS3 Video RAM Storage Driver - DEPENDS:=@TARGET_ps3||TARGET_ps3chk - KCONFIG:=CONFIG_PS3_VRAM - FILES:=$(LINUX_DIR)/drivers/block/ps3vram.$(LINUX_KMOD_SUFFIX) - AUTOLOAD:=$(call AutoLoad,01,ps3vram) -endef - -define KernelPackage/ps3vram/description - Kernel support for PS3 Video RAM Storage -endef - -$(eval $(call KernelPackage,ps3vram)) - define KernelPackage/axonram SUBMENU:=$(BLOCK_MENU) TITLE:=Axon DDR2 memory device driver diff --git a/package/kernel/modules/sound.mk b/package/kernel/modules/sound.mk index a3d148634..847208d06 100644 --- a/package/kernel/modules/sound.mk +++ b/package/kernel/modules/sound.mk @@ -100,23 +100,6 @@ endef $(eval $(call KernelPackage,sound-i8x0)) -define KernelPackage/sound-ps3 -$(call KernelPackage/sound/Depends,@TARGET_ps3||TARGET_ps3chk) - TITLE:=PS3 Audio - KCONFIG:=CONFIG_SND_PS3 \ - CONFIG_SND_PPC=y \ - CONFIG_SND_PS3_DEFAULT_START_DELAY=2000 - FILES:=$(LINUX_DIR)/sound/ppc/snd_ps3.$(LINUX_KMOD_SUFFIX) - AUTOLOAD:=$(call AutoLoad,35, snd_ps3) -endef - -define KernelPackage/sound-ps3/description - support for the integrated PS3 audio device -endef - -$(eval $(call KernelPackage,sound-ps3)) - - define KernelPackage/sound-cs5535audio $(call KernelPackage/sound/Depends,@!TARGET_uml) TITLE:=CS5535 PCI Controller diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile index 35c2fa3db..8a76b509e 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_ps3||TARGET_pxcab)||BROKEN) @!LINUX_2_4 + DEPENDS:=@(!(TARGET_avr32||TARGET_ep93xx||TARGET_pxcab)||BROKEN) @!LINUX_2_4 endef define KernelPackage/cfg80211 diff --git a/package/siit/Makefile b/package/siit/Makefile index 4e9f94a8e..d8fa0ab9a 100644 --- a/package/siit/Makefile +++ b/package/siit/Makefile @@ -17,7 +17,7 @@ include $(INCLUDE_DIR)/package.mk define KernelPackage/siit SUBMENU:=Network Devices TITLE:=Stateless IP ICMP Translation Algorithm - DEPENDS:= @(!(TARGET_ps3||TARGET_pxcab)||BROKEN) + 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 aafe731dc..8cb3b2f61 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_ps3||TARGET_pxcab||cris)||BROKEN) + DEPENDS:=@LINUX_2_6 @(!(TARGET_pxcab||cris)||BROKEN) endef define KernelPackage/wprobe -- 2.35.1