summaryrefslogtreecommitdiffstats
path: root/package/kernel/linux/modules/other.mk
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-01-31 16:49:26 +0000
committerJo-Philipp Wich <jow@openwrt.org>2015-01-31 16:49:26 +0000
commit135bd1d765d712c500825ce930144f6642c5c5f4 (patch)
tree02315d637a79d50ec029e05911a0929f6911bd5c /package/kernel/linux/modules/other.mk
parent4dd3c05af2aef5d9a2d282b99defddad105c78a0 (diff)
downloadmaster-31e0f0ae-135bd1d765d712c500825ce930144f6642c5c5f4.tar.gz
master-31e0f0ae-135bd1d765d712c500825ce930144f6642c5c5f4.tar.bz2
master-31e0f0ae-135bd1d765d712c500825ce930144f6642c5c5f4.zip
linux: enable kmod-bcma on ppc40x after r44230
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44231
Diffstat (limited to 'package/kernel/linux/modules/other.mk')
-rw-r--r--package/kernel/linux/modules/other.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk
index 2800387a0a..57f682d1d5 100644
--- a/package/kernel/linux/modules/other.mk
+++ b/package/kernel/linux/modules/other.mk
@@ -441,7 +441,7 @@ $(eval $(call KernelPackage,ssb))
define KernelPackage/bcma
SUBMENU:=$(OTHER_MENU)
TITLE:=BCMA support
- DEPENDS:=@PCI_SUPPORT @!TARGET_brcm47xx @!TARGET_ppc40x
+ DEPENDS:=@PCI_SUPPORT @!TARGET_brcm47xx
KCONFIG:=\
CONFIG_BCMA \
CONFIG_BCMA_POSSIBLE=y \