[PATCH 5/6] - removed superfluous single quotes

Steffen Pankratz kratz00 at gmx.de
Do Nov 12 15:44:29 CET 2015


Only options or values which may contain spaces need them

Signed-off-by: Steffen Pankratz <kratz00 at gmx.de>
---
 bsp/default/root_file_system/etc/config/wireless.tpl | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/bsp/default/root_file_system/etc/config/wireless.tpl b/bsp/default/root_file_system/etc/config/wireless.tpl
index c2a5aa3..2abe62e 100644
--- a/bsp/default/root_file_system/etc/config/wireless.tpl
+++ b/bsp/default/root_file_system/etc/config/wireless.tpl
@@ -14,8 +14,8 @@ config wifi-iface
         option bssid    '${BSSID_MESH}'
         option ssid     '${ESSID_MESH}'
         option mcast_rate 6000
-        option 'encryption' 'none'
-        option 'hidden' '1'
+        option encryption none
+        option hidden 1
 
 config wifi-iface
         option device   radio0
@@ -23,4 +23,4 @@ config wifi-iface
         option ifname   w2ap
         option mode     ap
         option ssid     '${ESSID_AP}'
-        option 'encryption' 'none'
\ No newline at end of file
+        option encryption none
\ No newline at end of file
-- 
2.6.2




Mehr Informationen über die Mailingliste franken-dev