diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-12-18 17:53:51 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-12-18 17:53:51 +0000 |
commit | 979bc5536dd4960748cc7a96426abdc8ace15131 (patch) | |
tree | 489257932a74e4eae93a088b5a74ab83e0111eb4 /target/linux/ps3/modules.mk | |
parent | 6f794eeedb213b044da00ca89b61e6b6eca24f62 (diff) | |
download | upstream-979bc5536dd4960748cc7a96426abdc8ace15131.tar.gz upstream-979bc5536dd4960748cc7a96426abdc8ace15131.tar.bz2 upstream-979bc5536dd4960748cc7a96426abdc8ace15131.zip |
ps3: R.I.P.
It is broken and it is not maintained by anyone since long time.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34765
Diffstat (limited to 'target/linux/ps3/modules.mk')
-rw-r--r-- | target/linux/ps3/modules.mk | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/target/linux/ps3/modules.mk b/target/linux/ps3/modules.mk deleted file mode 100644 index 51638181a6..0000000000 --- a/target/linux/ps3/modules.mk +++ /dev/null @@ -1,58 +0,0 @@ -# -# Copyright (C) 2010 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# - -define KernelPackage/ps3lan - SUBMENU:=Network Devices - TITLE:=PS3-Lan support - DEPENDS:=@TARGET_ps3 - KCONFIG:= \ - CONFIG_GELIC_NET \ - CONFIG_GELIC_WIRELESS=y - FILES:=$(LINUX_DIR)/drivers/net/ps3_gelic.ko - AUTOLOAD:=$(call AutoLoad,50,ps3_gelic) -endef - -define KernelPackage/ps3lan/description - Kernel module for PS3 Networking. Includes Gb Ethernet and WLAN -endef - -$(eval $(call KernelPackage,ps3lan)) - - -define KernelPackage/ps3vram - SUBMENU:=$(BLOCK_MENU) - TITLE:=PS3 Video RAM Storage Driver - DEPENDS:=@TARGET_ps3 - KCONFIG:=CONFIG_PS3_VRAM - FILES:=$(LINUX_DIR)/drivers/block/ps3vram.ko - AUTOLOAD:=$(call AutoLoad,01,ps3vram) -endef - -define KernelPackage/ps3vram/description - Kernel support for PS3 Video RAM Storage -endef - -$(eval $(call KernelPackage,ps3vram)) - - -define KernelPackage/sound-ps3 - SUBMENU:=$(SOUND_MENU) - TITLE:=PS3 Audio - DEPENDS:=@TARGET_ps3 - KCONFIG:=CONFIG_SND_PS3 \ - CONFIG_SND_PPC=y \ - CONFIG_SND_PS3_DEFAULT_START_DELAY=2000 - FILES:=$(LINUX_DIR)/sound/ppc/snd_ps3.ko - AUTOLOAD:=$(call AutoLoad,35, snd_ps3) - $(call AddDepends/sound) -endef - -define KernelPackage/sound-ps3/description - support for the integrated PS3 audio device -endef - -$(eval $(call KernelPackage,sound-ps3)) |