mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-19 06:54:58 +01:00
ps3: move ps3lan kmod under target/linux/ps3
SVN-Revision: 20533
This commit is contained in:
parent
4bc74807e4
commit
39ee357098
@ -375,19 +375,3 @@ define KernelPackage/macvlan/description
|
||||
endef
|
||||
|
||||
$(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))
|
||||
|
16
target/linux/ps3/modules.mk
Normal file
16
target/linux/ps3/modules.mk
Normal file
@ -0,0 +1,16 @@
|
||||
define KernelPackage/ps3lan
|
||||
SUBMENU:=Network Devices
|
||||
TITLE:=PS3-Lan support
|
||||
DEPENDS:=@LINUX_2_6 @TARGET_ps3
|
||||
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))
|
Loading…
Reference in New Issue
Block a user