diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-07-25 15:50:36 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-07-25 15:50:36 +0000 |
commit | d1b2087a35b7c6919f25d10f5d00d5506c07e263 (patch) | |
tree | a2dee914a35ef8722cf3809dfdd8217b36a2015d /target/linux/brcm47xx | |
parent | c14d907b8b5ceb35d89b8001676c1d571a76fb07 (diff) | |
download | upstream-d1b2087a35b7c6919f25d10f5d00d5506c07e263.tar.gz upstream-d1b2087a35b7c6919f25d10f5d00d5506c07e263.tar.bz2 upstream-d1b2087a35b7c6919f25d10f5d00d5506c07e263.zip |
move ssb-gige to target specific modules.mk
SVN-Revision: 32862
Diffstat (limited to 'target/linux/brcm47xx')
-rw-r--r-- | target/linux/brcm47xx/modules.mk | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/target/linux/brcm47xx/modules.mk b/target/linux/brcm47xx/modules.mk index a7e25fd3b4..abd7532fb0 100644 --- a/target/linux/brcm47xx/modules.mk +++ b/target/linux/brcm47xx/modules.mk @@ -20,3 +20,16 @@ define KernelPackage/usb-brcm47xx endef $(eval $(call KernelPackage,usb-brcm47xx)) + +define KernelPackage/ssb-gige + TITLE:=Broadcom SSB Gigabit Ethernet + KCONFIG:=CONFIG_SSB_DRIVER_GIGE=y + DEPENDS:=@TARGET_brcm47xx +kmod-tg3 + SUBMENU:=$(NETWORK_DEVICES_MENU) +endef + +define KernelPackage/ssb-gige/description + Kernel modules for Broadcom SSB Gigabit Ethernet adapters. +endef + +$(eval $(call KernelPackage,ssb-gige)) |