12 lines
435 B
Plaintext
12 lines
435 B
Plaintext
|
|
# Wi-Fi AP interface (Qualcomm QCA65x4)
|
|
#auto wlan1
|
|
iface wlan1 inet static
|
|
address ##WLAN1_STATIC_IP##
|
|
netmask ##WLAN1_STATIC_NETMASK##
|
|
gateway ##WLAN1_STATIC_GATEWAY##
|
|
dns-nameservers ##WLAN1_STATIC_DNS##
|
|
pre-up [ $(find /sys/devices -name modalias -print0 | xargs -0 sort -u -z | grep sdio:c00v0271d050A) ]
|
|
post-up ##WLAN1_POST_UP_ACTION##
|
|
pre-down ##WLAN1_PRE_DOWN_ACTION##
|