diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-31 16:49:26 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-31 16:49:26 +0000 |
commit | 23bc9e0b5c495a1396a153e5b8a67ff0e2b2781f (patch) | |
tree | d678abc0483b61f5e8104fd0878e1c2bd210da6e /package/kernel/linux | |
parent | f2f10560c977ada19789cac276c9e5c99ea72ab5 (diff) | |
download | upstream-23bc9e0b5c495a1396a153e5b8a67ff0e2b2781f.tar.gz upstream-23bc9e0b5c495a1396a153e5b8a67ff0e2b2781f.tar.bz2 upstream-23bc9e0b5c495a1396a153e5b8a67ff0e2b2781f.zip |
linux: enable kmod-bcma on ppc40x after r44230
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44231 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/linux')
-rw-r--r-- | package/kernel/linux/modules/other.mk | 2 |
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 \ |