projects
/
openwrt
/
staging
/
adrian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48b0c50
)
linux: disable kmod-bcma on ppc40x, it does not build
author
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 25 Jan 2015 21:55:36 +0000
(21:55 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 25 Jan 2015 21:55:36 +0000
(21:55 +0000)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 44146
package/kernel/linux/modules/other.mk
patch
|
blob
|
history
diff --git
a/package/kernel/linux/modules/other.mk
b/package/kernel/linux/modules/other.mk
index 25e0f199d8fe5db42f09b6fc4af3808a3d34399f..2f191a101d6fe7ce4c4d9efeab18917d67b1e1a8 100644
(file)
--- a/
package/kernel/linux/modules/other.mk
+++ b/
package/kernel/linux/modules/other.mk
@@
-443,7
+443,7
@@
$(eval $(call KernelPackage,ssb))
define KernelPackage/bcma
SUBMENU:=$(OTHER_MENU)
TITLE:=BCMA support
- DEPENDS:=@PCI_SUPPORT @!TARGET_brcm47xx
+ DEPENDS:=@PCI_SUPPORT @!TARGET_brcm47xx
@!TARGET_ppc40x
KCONFIG:=\
CONFIG_BCMA \
CONFIG_BCMA_POSSIBLE=y \