diff options
author | John Crispin <john@openwrt.org> | 2011-07-03 18:55:57 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2011-07-03 18:55:57 +0000 |
commit | cd8166f3fd1c4acbce9905bc8d2ee5b5392f1803 (patch) | |
tree | a1d3adb7c4ebf98434e52d0b289b48e9f8762949 | |
parent | 349e97f87939460050352725ff6c6be6962aa2ab (diff) | |
download | upstream-cd8166f3fd1c4acbce9905bc8d2ee5b5392f1803.tar.gz upstream-cd8166f3fd1c4acbce9905bc8d2ee5b5392f1803.tar.bz2 upstream-cd8166f3fd1c4acbce9905bc8d2ee5b5392f1803.zip |
AT91: flexibity: add system uci file
SVN-Revision: 27413
-rw-r--r-- | target/linux/at91/flexibity/base-files/etc/config/system | 6 |
1 files changed, 6 insertions, 0 deletions
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' |