diff mbox

[LEDE-DEV,RFC,12/12] base-files: drop /etc/config/system

Message ID 1464704698-30835-13-git-send-email-jo@mein.io
State RFC
Headers show

Commit Message

Jo-Philipp Wich May 31, 2016, 2:24 p.m. UTC
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>

 delete mode 100644 package/base-files/files/etc/config/system
diff mbox

Patch

diff --git a/package/base-files/files/etc/config/system b/package/base-files/files/etc/config/system
deleted file mode 100644
index 80c3f9b..0000000
--- 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