summaryrefslogtreecommitdiffstats
path: root/target/linux/ps3
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-03-28 03:29:22 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-03-28 03:29:22 +0000
commita6aa085d67ca01e9167b18e8ee94fd2344266288 (patch)
tree441526e2e2f39e4043907e52af012aeef56f4478 /target/linux/ps3
parent9c4fc84da6f7371cb1c06088aae7c2c019907988 (diff)
ps3: move ps3lan kmod under target/linux/ps3
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20533 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ps3')
-rw-r--r--target/linux/ps3/modules.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/target/linux/ps3/modules.mk b/target/linux/ps3/modules.mk
new file mode 100644
index 000000000..f38ccc413
--- /dev/null
+++ b/target/linux/ps3/modules.mk
@@ -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))