[adm5120] add default network/leds config (#6759)
[openwrt.git] / target / linux / adm5120 / base-files / etc / config / system
diff --git a/target/linux/adm5120/base-files/etc/config/system b/target/linux/adm5120/base-files/etc/config/system
new file mode 100644 (file)
index 0000000..30f92cc
--- /dev/null
@@ -0,0 +1,37 @@
+config system
+       option hostname OpenWrt
+       option timezone UTC
+
+config rdate
+       option interface        wan
+
+config led
+       option sysfs            lan1
+       option trigger          port_state
+       option port_state       link_act
+
+config led
+       option sysfs            lan2
+       option trigger          port_state
+       option port_state       link_act
+
+config led
+       option sysfs            lan3
+       option trigger          port_state
+       option port_state       link_act
+
+config led
+       option sysfs            lan4
+       option trigger          port_state
+       option port_state       link_act
+
+config led
+       option sysfs            wan
+       option trigger          port_state
+       option port_state       link_act
+
+config led
+       option sysfs            wlan
+       option trigger          netdev
+       option dev              wlan0
+