mirror of
https://github.com/breeze303/openwrt-ipq.git
synced 2025-12-16 20:11:05 +00:00
nss-setup: Add additional notes
Signed-off-by: Sean Khan <datapronix@protonmail.com>
This commit is contained in:
parent
d2bfcbd07d
commit
5101d8717d
@ -94,6 +94,8 @@ fi
|
|||||||
# For Linksys MX4200/4300/5300 etc, only need to match the first 5 bytes
|
# For Linksys MX4200/4300/5300 etc, only need to match the first 5 bytes
|
||||||
# of the MAC address to determine it's the same device.
|
# of the MAC address to determine it's the same device.
|
||||||
# Replace 'xx:xx' with the one found on the bottom of your device.
|
# Replace 'xx:xx' with the one found on the bottom of your device.
|
||||||
|
# NOTE: '80:69:1a' is just one of the OUI for Linksys. Yours may be different.
|
||||||
|
# i.e. 'D8:EC:5E:xx:xx', or others. We just need the first 10 characters.
|
||||||
# Add a new `elif` block for each device if needed.
|
# Add a new `elif` block for each device if needed.
|
||||||
if [[ "${mac}" =~ "80:69:1a:xx:xx" ]]; then
|
if [[ "${mac}" =~ "80:69:1a:xx:xx" ]]; then
|
||||||
suffix=2
|
suffix=2
|
||||||
@ -156,6 +158,8 @@ config timeserver 'ntp'
|
|||||||
option enable_server '1'
|
option enable_server '1'
|
||||||
option interface 'lan'
|
option interface 'lan'
|
||||||
$(${bridge_mode} && echo list server ''${router}'')
|
$(${bridge_mode} && echo list server ''${router}'')
|
||||||
|
# The following NTP servers are NIST Internet Time Servers.
|
||||||
|
# Change them to suit your needs/regional location.
|
||||||
list server '129.6.15.28'
|
list server '129.6.15.28'
|
||||||
list server '129.6.15.29'
|
list server '129.6.15.29'
|
||||||
list server '129.6.15.30'
|
list server '129.6.15.30'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user