Progress
Reorganize; add a new service that actively keeps rc.d in sync with the real rootfs
This commit is contained in:
24
etc/config/atcommands.user
Normal file
24
etc/config/atcommands.user
Normal file
@@ -0,0 +1,24 @@
|
||||
Reboot;AT+CFUN=1,1
|
||||
Disconnect;AT+CFUN=0
|
||||
Connect;AT+CFUN=1
|
||||
Signal Info;AT+QENG="servingcell"
|
||||
CA Info;AT+QCAINFO
|
||||
Get current SIM Slot;AT+QUIMSLOT?
|
||||
Switch to SIM Slot 1;AT+QUIMSLOT=1
|
||||
Switch to SIM Slot 2;AT+QUIMSLOT=2
|
||||
Get current APN List;AT+CGDCONT?
|
||||
Set APN to NRBROADBAND;AT+CGDCONT=1,"IPV4V6","NRBROADBAND"
|
||||
Show Current IMEI;AT+EGMR=0,7
|
||||
Show Current Network Mode;AT+QNWPREFCFG="mode_pref"
|
||||
Set Network Mode to AUTO;AT+QNWPREFCFG="mode_pref",AUTO
|
||||
Set Network Mode to 5G NR/4G LTE Only;AT+QNWPREFCFG="mode_pref",NR5G:LTE
|
||||
Set Network Mode to 5G NR Only;AT+QNWPREFCFG="mode_pref",NR5G
|
||||
Set Network Mode to 4G LTE Only;AT+QNWPREFCFG="mode_pref",LTE
|
||||
Check to see if SA or NSA is disabled;AT+QNWPREFCFG="nr5g_disable_mode"
|
||||
Enable Both SA and NSA;AT+QNWPREFCFG="nr5g_disable_mode",0
|
||||
Disable SA Only;AT+QNWPREFCFG="nr5g_disable_mode",1
|
||||
Disable NSA Only;AT+QNWPREFCFG="nr5g_disable_mode",2
|
||||
Get Currently Enabled 5G/NR SA Bands;AT+QNWPREFCFG="nr5g_band"
|
||||
Get Currently Enabled 5G/NR NSA Bands;AT+QNWPREFCFG="nsa_nr5g_band"
|
||||
Get Currently Enabled 4G/LTE Bands;AT+QNWPREFCFG="lte_band"
|
||||
View assigned IPv4/IPv6 addresses from the provider;AT+QMAP="WWAN"
|
||||
4
etc/config/atinout
Normal file
4
etc/config/atinout
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
config atinout 'general'
|
||||
option atcport '/dev/smd11'
|
||||
|
||||
50
etc/config/luci
Normal file
50
etc/config/luci
Normal file
@@ -0,0 +1,50 @@
|
||||
|
||||
config core 'main'
|
||||
option lang 'auto'
|
||||
option mediaurlbase '/luci-static/bootstrap'
|
||||
option resourcebase '/luci-static/resources'
|
||||
option ubuspath '/ubus/'
|
||||
|
||||
config extern 'flash_keep'
|
||||
option uci '/etc/config/'
|
||||
option dropbear '/etc/dropbear/'
|
||||
option openvpn '/etc/openvpn/'
|
||||
option passwd '/etc/passwd'
|
||||
option opkg '/etc/opkg.conf'
|
||||
option firewall '/etc/firewall.user'
|
||||
option uploads '/lib/uci/upload/'
|
||||
|
||||
config internal 'languages'
|
||||
option en 'English'
|
||||
|
||||
config internal 'sauth'
|
||||
option sessionpath '/tmp/luci-sessions'
|
||||
option sessiontime '3600'
|
||||
|
||||
config internal 'ccache'
|
||||
option enable '1'
|
||||
|
||||
config internal 'themes'
|
||||
option Bootstrap '/luci-static/bootstrap'
|
||||
option BootstrapDark '/luci-static/bootstrap-dark'
|
||||
option BootstrapLight '/luci-static/bootstrap-light'
|
||||
|
||||
config internal 'apply'
|
||||
option rollback '90'
|
||||
option holdoff '4'
|
||||
option timeout '5'
|
||||
option display '1.5'
|
||||
|
||||
config internal 'diag'
|
||||
option dns 'openwrt.org'
|
||||
option ping 'openwrt.org'
|
||||
option route 'openwrt.org'
|
||||
|
||||
config command
|
||||
option name 'Show INFO'
|
||||
option command 'atcmd '\''ATI'\'''
|
||||
|
||||
config command
|
||||
option name 'show name'
|
||||
option command 'uname -a'
|
||||
|
||||
6
etc/config/ttyd
Normal file
6
etc/config/ttyd
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
config ttyd
|
||||
option interface '@lan'
|
||||
option debug '7'
|
||||
option command '/usr/bin/login'
|
||||
|
||||
Reference in New Issue
Block a user