ps3: move ps3lan kmod under target/linux/ps3

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20533 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Nicolas Thill 2010-03-28 03:29:22 +00:00
parent dacb54ca3b
commit 86087a5c5a
2 changed files with 16 additions and 16 deletions

View File

@ -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))

View 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))