ps3: move ps3lan kmod under target/linux/ps3
SVN-Revision: 20533
This commit is contained in:
parent
4bc74807e4
commit
39ee357098
2 changed files with 16 additions and 16 deletions
|
@ -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 a new issue