305643f3302c8601f610bcbe075ff0ea0de5dc40
[openwrt/svn-archive/archive.git] / target / linux / brcm47xx / modules.mk
1 #
2 # Copyright (C) 2006-2012 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 define KernelPackage/ocf-ubsec-ssb
9 TITLE:=BCM5365P IPSec Core driver
10 DEPENDS:=@TARGET_brcm47xx @!TARGET_brcm47xx_mips74k +kmod-crypto-ocf
11 KCONFIG:=CONFIG_OCF_UBSEC_SSB
12 FILES:=$(LINUX_DIR)/crypto/ocf/ubsec_ssb/ubsec_ssb.ko
13 AUTOLOAD:=$(call AutoLoad,10,ubsec_ssb)
14 $(call AddDepends/crypto)
15 endef
16
17 define KernelPackage/ocf-ubsec-ssb/description
18 This package contains the OCF driver for the BCM5365p IPSec Core
19 endef
20
21 $(eval $(call KernelPackage,ocf-ubsec-ssb))
22
23 define KernelPackage/bgmac
24 TITLE:=Broadcom bgmac driver
25 KCONFIG:=CONFIG_BGMAC
26 DEPENDS:=@TARGET_brcm47xx @!TARGET_brcm47xx_legacy
27 SUBMENU:=$(NETWORK_DEVICES_MENU)
28 FILES:=$(LINUX_DIR)/drivers/net/ethernet/broadcom/bgmac.ko
29 AUTOLOAD:=$(call AutoLoad,19,bgmac,1)
30 endef
31
32 define KernelPackage/bgmac/description
33 Kernel modules for Broadcom bgmac Ethernet adapters.
34 endef
35
36 $(eval $(call KernelPackage,bgmac))