projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
506b40b
)
6in4: fix typo in config variable (fixes #14830)
author
Steven Barth
<cyrus@openwrt.org>
Mon, 20 Jan 2014 12:53:15 +0000
(12:53 +0000)
committer
Steven Barth
<cyrus@openwrt.org>
Mon, 20 Jan 2014 12:53:15 +0000
(12:53 +0000)
SVN-Revision: 39347
package/network/ipv6/6in4/files/6in4.sh
patch
|
blob
|
history
diff --git
a/package/network/ipv6/6in4/files/6in4.sh
b/package/network/ipv6/6in4/files/6in4.sh
index d508df788fe175d586df5e3408e62efd387224bd..c4e547f6de802434a50c7320b1e207e70a641bfd 100755
(executable)
--- a/
package/network/ipv6/6in4/files/6in4.sh
+++ b/
package/network/ipv6/6in4/files/6in4.sh
@@
-97,7
+97,7
@@
proto_6in4_init_config() {
proto_config_add_string "password"
proto_config_add_int "mtu"
proto_config_add_int "ttl"
- proto_config_add_boolean "soucerouting"
+ proto_config_add_boolean "sou
r
cerouting"
}
[ -n "$INCLUDE_ONLY" ] || {