projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Remove -Werror in order not to treat warnings as errors (fix gcc-4 errors), closes...
[openwrt.git]
/
openwrt
/
package
/
tinc
/
Config.in
diff --git
a/openwrt/package/tinc/Config.in
b/openwrt/package/tinc/Config.in
index
6bcb658
..
59c245f
100644
(file)
--- a/
openwrt/package/tinc/Config.in
+++ b/
openwrt/package/tinc/Config.in
@@
-1,5
+1,6
@@
config BR2_PACKAGE_TINC
config BR2_PACKAGE_TINC
- tristate "tinc - VPN tunneling daemon"
+ prompt "tinc.............................. VPN tunneling daemon"
+ tristate
default m if CONFIG_DEVEL
select BR2_PACKAGE_KMOD_TUN
select BR2_PACKAGE_LIBLZO
default m if CONFIG_DEVEL
select BR2_PACKAGE_KMOD_TUN
select BR2_PACKAGE_LIBLZO
@@
-9,3
+10,4
@@
config BR2_PACKAGE_TINC
A VPN tunneling daemon
http://www.tinc-vpn.org/
A VPN tunneling daemon
http://www.tinc-vpn.org/
+
This page took
0.025006 seconds
and
4
git commands to generate.