1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-02 18:45:06 +03:00

Add ps3vram kernel module

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14950 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
hcg 2009-03-19 14:17:46 +00:00
parent a7242e8d70
commit ce6fee4194

View File

@ -320,3 +320,18 @@ define KernelPackage/aoe/description
endef
$(eval $(call KernelPackage,aoe))
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.$(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))