From cd8166f3fd1c4acbce9905bc8d2ee5b5392f1803 Mon Sep 17 00:00:00 2001
From: John Crispin <john@openwrt.org>
Date: Sun, 3 Jul 2011 18:55:57 +0000
Subject: [PATCH] AT91: flexibity: add system uci file

SVN-Revision: 27413
---
 target/linux/at91/flexibity/base-files/etc/config/system | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 target/linux/at91/flexibity/base-files/etc/config/system

diff --git a/target/linux/at91/flexibity/base-files/etc/config/system b/target/linux/at91/flexibity/base-files/etc/config/system
new file mode 100644
index 0000000000..140ac69c33
--- /dev/null
+++ b/target/linux/at91/flexibity/base-files/etc/config/system
@@ -0,0 +1,6 @@
+config 'system'
+	option 'timezone' 'UTC'
+	option 'hostname' 'flexibity'
+
+config 'rdate'
+	option 'server' 'ac-ntp0.net.cmu.edu ptbtime1.ptb.de ac-ntp1.net.cmu.edu ntp.xs4all.nl ptbtime2.ptb.de cudns.cit.cornell.edu ptbtime3.ptb.de'
-- 
GitLab