projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Corrected WAP54G bug as explained in #146, closes ticket #146
[openwrt.git]
/
openwrt
/
target
/
linux
/
package
/
switch
/
Config.in
diff --git
a/openwrt/target/linux/package/switch/Config.in
b/openwrt/target/linux/package/switch/Config.in
index
dcf73a3
..
407d5de
100644
(file)
--- a/
openwrt/target/linux/package/switch/Config.in
+++ b/
openwrt/target/linux/package/switch/Config.in
@@
-1,7
+1,9
@@
config BR2_PACKAGE_KMOD_SWITCH
prompt "kmod-switch....................... Kernel driver for ROBO and ADMTEK SWITCH"
tristate
config BR2_PACKAGE_KMOD_SWITCH
prompt "kmod-switch....................... Kernel driver for ROBO and ADMTEK SWITCH"
tristate
+ default y if BR2_LINUX_2_6_BRCM || BR2_LINUX_2_4_BRCM
default m if CONFIG_DEVEL
default m if CONFIG_DEVEL
+ default n
help
Kernel driver for ROBO and ADMTEK switches.
help
Kernel driver for ROBO and ADMTEK switches.
This page took
0.028236 seconds
and
4
git commands to generate.