projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d82615b
)
fixes DEPENDS of SSB module, thx sn9
author
John Crispin
<blogic@openwrt.org>
Wed, 28 Oct 2009 15:10:30 +0000
(15:10 +0000)
committer
John Crispin
<blogic@openwrt.org>
Wed, 28 Oct 2009 15:10:30 +0000
(15:10 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18196
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/kernel/modules/other.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/other.mk
b/package/kernel/modules/other.mk
index
58b0561
..
3d29850
100644
(file)
--- a/
package/kernel/modules/other.mk
+++ b/
package/kernel/modules/other.mk
@@
-229,7
+229,7
@@
$(eval $(call KernelPackage,pcmcia-serial))
define KernelPackage/ssb
SUBMENU:=$(OTHER_MENU)
TITLE:=Silicon Sonics Backplane glue code
- DEPENDS:=@LINUX_2_6 @PCI_SUPPORT @!TARGET_brcm47xx
||
!TARGET_brcm63xx
+ DEPENDS:=@LINUX_2_6 @PCI_SUPPORT @!TARGET_brcm47xx
@
!TARGET_brcm63xx
KCONFIG:=\
CONFIG_SSB \
CONFIG_SSB_B43_PCI_BRIDGE=y \