diff options
author | Jo-Philipp Wich <jo@mein.io> | 2016-05-31 14:24:47 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2016-06-08 00:31:09 +0200 |
commit | 197c32e7bd7aba8bbc984841302c6e9704b99c1e (patch) | |
tree | 769cb0bdc68dba06c752af0029936a5ee5bdb383 /target/linux/xburst | |
parent | 168ba1a28eab466aa03b1bf13c4197625648fd02 (diff) | |
download | upstream-197c32e7bd7aba8bbc984841302c6e9704b99c1e.tar.gz upstream-197c32e7bd7aba8bbc984841302c6e9704b99c1e.tar.bz2 upstream-197c32e7bd7aba8bbc984841302c6e9704b99c1e.zip |
xburst: remove target specific /etc/config/system
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>
Diffstat (limited to 'target/linux/xburst')
-rw-r--r-- | target/linux/xburst/base-files/etc/config/system | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target/linux/xburst/base-files/etc/config/system b/target/linux/xburst/base-files/etc/config/system deleted file mode 100644 index e198966977..0000000000 --- a/target/linux/xburst/base-files/etc/config/system +++ /dev/null @@ -1,3 +0,0 @@ -config system - option hostname BenNanoNote - option timezone UTC |