From 197c32e7bd7aba8bbc984841302c6e9704b99c1e Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 31 May 2016 14:24:47 +0200 Subject: [PATCH] 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 --- target/linux/xburst/base-files/etc/config/system | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 target/linux/xburst/base-files/etc/config/system 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 -- 2.30.2