feat(bpi-r3): default firmware ok. Lan ok, emissary install

This commit is contained in:
2023-08-07 14:42:39 +02:00
committed by wpetit
parent f2d8692a4b
commit 972aec6e6b
6 changed files with 141 additions and 6 deletions

15
misc/bpi-r3/uci/system Normal file
View File

@ -0,0 +1,15 @@
config system
option hostname 'OpenWrt'
option timezone 'UTC'
option ttylogin '0'
option log_size '64'
option urandom_seed '0'
option compat_version '1.1'
config timeserver 'ntp'
option enabled '1'
option enable_server '0'
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'