summaryrefslogtreecommitdiffstats
path: root/package/base-files
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2016-05-31 14:50:05 +0200
committerJo-Philipp Wich <jo@mein.io>2016-06-08 00:34:02 +0200
commit924302ba3613b34a6fe6bb447263779c6cab59d4 (patch)
treedef9f977f186c6473d543798ef06314062ff5f25 /package/base-files
parentb98f78b1c15f1593b508c58fc9a34f90b1e58081 (diff)
downloadmaster-31e0f0ae-924302ba3613b34a6fe6bb447263779c6cab59d4.tar.gz
master-31e0f0ae-924302ba3613b34a6fe6bb447263779c6cab59d4.tar.bz2
master-31e0f0ae-924302ba3613b34a6fe6bb447263779c6cab59d4.zip
base-files: drop /etc/config/system
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>
Diffstat (limited to 'package/base-files')
-rw-r--r--package/base-files/files/etc/config/system12
1 files changed, 0 insertions, 12 deletions
diff --git a/package/base-files/files/etc/config/system b/package/base-files/files/etc/config/system
deleted file mode 100644
index 80c3f9b0a8..0000000000
--- a/package/base-files/files/etc/config/system
+++ /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