diff options
author | Jo-Philipp Wich <jo@mein.io> | 2016-05-31 13:56:42 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2016-06-08 00:31:09 +0200 |
commit | a2e309a43046fa02690ae63f00425dd36fdfc030 (patch) | |
tree | 9f3d7da01d25be95cb04012d8a8099a22d80d572 /target/linux/ath25 | |
parent | 0a3d721465e10bdc4237b996756b79ff4d868fe1 (diff) | |
download | upstream-a2e309a43046fa02690ae63f00425dd36fdfc030.tar.gz upstream-a2e309a43046fa02690ae63f00425dd36fdfc030.tar.bz2 upstream-a2e309a43046fa02690ae63f00425dd36fdfc030.zip |
ath25: remove target specific /etc/config/system
The system config file shipped by ath25 is now equivalent to the generic one
in base files, so drop the target specific copy.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'target/linux/ath25')
-rw-r--r-- | target/linux/ath25/base-files/etc/config/system | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/target/linux/ath25/base-files/etc/config/system b/target/linux/ath25/base-files/etc/config/system deleted file mode 100644 index 0834b5260f..0000000000 --- a/target/linux/ath25/base-files/etc/config/system +++ /dev/null @@ -1,9 +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 |