Danja Vasiliev 10 years ago
parent
commit
0a4e28d981
2 changed files with 6 additions and 2 deletions
  1. 3 1
      openwrt/DIR505A1/etc/config/system
  2. 3 1
      openwrt/TLWR710/etc/config/system

+ 3 - 1
openwrt/DIR505A1/etc/config/system

@@ -1,7 +1,8 @@
 
 config system
 	option hostname 'sg'
-	option timezone 'UTC'
+  ## Made in Berlin
+	option timezone 'CET-1CEST'
 
 config timeserver 'ntp'
 	list server '0.openwrt.pool.ntp.org'
@@ -15,5 +16,6 @@ config led 'led_lan'
 	option sysfs 'd-link:green:power'
 	option trigger 'netdev'
 	option dev 'eth1'
+	option dev 'wlan0'
 	option mode 'link tx rx'
 

+ 3 - 1
openwrt/TLWR710/etc/config/system

@@ -1,7 +1,8 @@
 
 config system
 	option hostname 'sg'
-	option timezone 'UTC'
+  ## Made in Berlin
+	option timezone 'CET-1CEST'
 
 config timeserver 'ntp'
 	list server '0.openwrt.pool.ntp.org'
@@ -15,5 +16,6 @@ config led 'led_lan'
 	option sysfs 'd-link:green:power'
 	option trigger 'netdev'
 	option dev 'eth1'
+	option dev 'wlan0'
 	option mode 'link tx rx'