mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
Create kernel module for PS3 networking
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20447 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -375,3 +375,19 @@ define KernelPackage/macvlan/description
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,macvlan))
|
$(eval $(call KernelPackage,macvlan))
|
||||||
|
|
||||||
|
define KernelPackage/ps3lan
|
||||||
|
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||||
|
TITLE:=PS3-Lan support
|
||||||
|
DEPENDS:=@LINUX_2_6
|
||||||
|
KCONFIG:=CONFIG_GELIC_NET \
|
||||||
|
CONFIG_GELIC_WIRELESS=y
|
||||||
|
FILES:=$(LINUX_DIR)/drivers/net/ps3_gelic.$(LINUX_KMOD_SUFFIX)
|
||||||
|
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))
|
||||||
|
|||||||
Reference in New Issue
Block a user