summaryrefslogtreecommitdiffhomepage
path: root/contrib/package/olsrd-luci/files/etc/init.d
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2008-11-29 01:36:38 +0000
committerJo-Philipp Wich <jow@openwrt.org>2008-11-29 01:36:38 +0000
commitca6a85fd8363cbc789e660977b8879c4abe41ce0 (patch)
treeb3d517af787677187cf6309d22d444db08d81833 /contrib/package/olsrd-luci/files/etc/init.d
parent0d64b29b89289b0eb419ba433d930466b0ac6eaf (diff)
package/olsrd-luci: add exception for Ip6AddrType option
applications/luci-olsr: add support for Ip6AddrType option
Diffstat (limited to 'contrib/package/olsrd-luci/files/etc/init.d')
-rwxr-xr-xcontrib/package/olsrd-luci/files/etc/init.d/olsrd2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/package/olsrd-luci/files/etc/init.d/olsrd b/contrib/package/olsrd-luci/files/etc/init.d/olsrd
index 9aee7a366..aa2950acd 100755
--- a/contrib/package/olsrd-luci/files/etc/init.d/olsrd
+++ b/contrib/package/olsrd-luci/files/etc/init.d/olsrd
@@ -124,7 +124,7 @@ olsrd_write_option() {
fi
if [ "$value" != "${value%%[G-Zg-z_-]*}" ]; then
- if [ "$value" != "yes" -a "$value" != "no" ]; then
+ if [ "$option" != "Ip6AddrType" -a "$value" != "yes" -a "$value" != "no" ]; then
value="\"$value\""
fi
fi