File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ CONFIG_TARGET_DEVICE_ath79_generic_DEVICE_ubnt_nanobeam-ac=y
29
29
CONFIG_TARGET_DEVICE_ath79_generic_DEVICE_ubnt_nanobeam-ac-gen2=y
30
30
CONFIG_TARGET_DEVICE_ath79_generic_DEVICE_ubnt_nanobridge-m=y
31
31
CONFIG_TARGET_DEVICE_ath79_generic_DEVICE_ubnt_nanostation-ac=y
32
+ CONFIG_TARGET_DEVICE_ath79_generic_DEVICE_ubnt_nanostation-ac-loco=y
32
33
CONFIG_TARGET_DEVICE_ath79_generic_DEVICE_ubnt_nanostation-loco-m=y
33
34
CONFIG_TARGET_DEVICE_ath79_generic_DEVICE_ubnt_nanostation-loco-m-xw=y
34
35
CONFIG_TARGET_DEVICE_ath79_generic_DEVICE_ubnt_nanostation-m=y
@@ -250,6 +251,7 @@ CONFIG_TARGET_DEVICE_ath79_generic_DEVICE_ubnt_nanobeam-ac=y
250
251
CONFIG_TARGET_DEVICE_ath79_generic_DEVICE_ubnt_nanobeam-ac-gen2=y
251
252
CONFIG_TARGET_DEVICE_ath79_generic_DEVICE_ubnt_nanobridge-m=y
252
253
CONFIG_TARGET_DEVICE_ath79_generic_DEVICE_ubnt_nanostation-ac=y
254
+ CONFIG_TARGET_DEVICE_ath79_generic_DEVICE_ubnt_nanostation-ac-loco=y
253
255
CONFIG_TARGET_DEVICE_ath79_generic_DEVICE_ubnt_nanostation-loco-m=y
254
256
CONFIG_TARGET_DEVICE_ath79_generic_DEVICE_ubnt_nanostation-loco-m-xw=y
255
257
CONFIG_TARGET_DEVICE_ath79_generic_DEVICE_ubnt_nanostation-m=y
Original file line number Diff line number Diff line change @@ -1674,6 +1674,14 @@ sub hardware_info
1674
1674
' pwroffset' => ' 4' ,
1675
1675
' usechains' => 1,
1676
1676
},
1677
+ ' 0xe7fa' => {
1678
+ ' name' => ' NanoStation 5AC loco' ,
1679
+ ' comment' => ' NanoStation 5AC loco (WA)' ,
1680
+ ' supported' => ' 1' ,
1681
+ ' maxpower' => ' 22' ,
1682
+ ' pwroffset' => ' 1' ,
1683
+ ' usechains' => 1,
1684
+ },
1677
1685
' 0xe7fb' => {
1678
1686
' name' => ' NanoStation 5AC' ,
1679
1687
' comment' => ' NanoStation 5AC (WA)' ,
@@ -1944,9 +1952,9 @@ sub get_interface
1944
1952
chomp $gi_wifiintf ;
1945
1953
return $gi_wifiintf ;
1946
1954
}
1947
-
1955
+
1948
1956
my $gi_config = nvram_get(" config" );
1949
- my $device = ` jsonfilter -q -i /etc/board.json -e @.network.$intf .device` ;
1957
+ my $device = ` jsonfilter -q -i /etc/board.json -e @.network.$intf .device` ;
1950
1958
chomp $device ;
1951
1959
if ( $gi_config eq " " and $device and $intf ne " lan" ) {
1952
1960
# firstboot and 1 port hardware and not lan interface
You can’t perform that action at this time.
0 commit comments