adm5120: remove target specific /etc/config/system
authorJo-Philipp Wich <jo@mein.io>
Tue, 31 May 2016 12:43:27 +0000 (14:43 +0200)
committerJo-Philipp Wich <jo@mein.io>
Tue, 7 Jun 2016 22:31:09 +0000 (00:31 +0200)
Now that deviations to the default /etc/config/system are registered via
board.d we can drop the target specific copy.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
target/linux/adm5120/base-files/etc/config/system [deleted file]

diff --git a/target/linux/adm5120/base-files/etc/config/system b/target/linux/adm5120/base-files/etc/config/system
deleted file mode 100644 (file)
index ea54ca1..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-config system
-       option hostname OpenWrt
-       option timezone UTC
-
-config timeserver ntp
-       list server     0.openwrt.pool.ntp.org
-       list server     1.openwrt.pool.ntp.org
-       list server     2.openwrt.pool.ntp.org
-       list server     3.openwrt.pool.ntp.org
-
-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
-