base-files: drop /etc/config/system
authorJo-Philipp Wich <jo@mein.io>
Tue, 31 May 2016 12:50:05 +0000 (14:50 +0200)
committerJo-Philipp Wich <jo@mein.io>
Tue, 7 Jun 2016 22:34:02 +0000 (00:34 +0200)
The board_detect framework is now able to create the entire system config from
scratch so we can finally drop the copy shipped by base-files.

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

diff --git a/package/base-files/files/etc/config/system b/package/base-files/files/etc/config/system
deleted file mode 100644 (file)
index 80c3f9b..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-config system
-       option hostname lede
-       option timezone UTC
-       option ttylogin 0
-
-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
-       option enabled 1
-       option enable_server 0