projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[x86] alix2: add require crypto kmods (#10410)
[openwrt.git]
/
target
/
linux
/
x86
/
alix2
/
base-files
/
etc
/
config
/
system
diff --git
a/target/linux/x86/alix2/base-files/etc/config/system
b/target/linux/x86/alix2/base-files/etc/config/system
index
28134b6
..
473586e
100644
(file)
--- a/
target/linux/x86/alix2/base-files/etc/config/system
+++ b/
target/linux/x86/alix2/base-files/etc/config/system
@@
-2,8
+2,11
@@
config system
option hostname OpenWrt
option timezone UTC
option hostname OpenWrt
option timezone UTC
-config rdate
- option interface wan
+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
config led
option default 1
config led
option default 1
This page took
0.021588 seconds
and
4
git commands to generate.