projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4dd3c05
)
linux: enable kmod-bcma on ppc40x after r44230
author
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 31 Jan 2015 16:49:26 +0000
(16:49 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 31 Jan 2015 16:49:26 +0000
(16:49 +0000)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 44231
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 2800387a0a5f807d8ee919f369151bad9583f7ee..57f682d1d50fcb73f1c25e46e7941b5a46e9675e 100644
(file)
--- 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 \