summaryrefslogtreecommitdiffstats
path: root/target/linux/ps3/modules.mk
blob: f38ccc413442df9b83a7a5d83a25ed66127e2071 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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))