Skip to content

Commit

Permalink
ramips: enabled firstboot wireless
Browse files Browse the repository at this point in the history
  • Loading branch information
coolsnowwolf committed Dec 14, 2019
1 parent 95d7723 commit 87ddda1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package/lean/mt/drivers/mt_wifi/files/mt7615.1.2G.dat
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ session_timeout_interval=0
ShortSlot=1
SKUenable=0
SSID=
SSID1=K2P_2G
SSID1=OpenWrt
SSID10=
SSID11=
SSID12=
Expand Down
2 changes: 1 addition & 1 deletion package/lean/mt/drivers/mt_wifi/files/mt7615.1.5G.dat
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ session_timeout_interval=0
ShortSlot=1
SKUenable=0
SSID=
SSID1=K2P_5G
SSID1=OpenWrt
SSID10=
SSID11=
SSID12=
Expand Down
6 changes: 5 additions & 1 deletion target/linux/ramips/mt7621/base-files/etc/board.d/02_network
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ ramips_setup_interfaces()
mediatek,mt7621-eval-board|\
mqmaker,witi|\
mtc,wr1201|\
phicomm,k2p|\
planex,vr500|\
samknows,whitebox-v8|\
storylink,sap-g3200u3|\
Expand All @@ -37,6 +36,11 @@ ramips_setup_interfaces()
ucidef_add_switch "switch0" \
"0:lan" "1:lan" "2:lan" "3:lan" "4:wan" "6@eth0"
;;
phicomm,k2p)
ucidef_add_switch "switch0" \
"0:lan" "1:lan" "2:lan" "3:lan" "4:wan" "6@eth0"
ucidef_set_interface_lan "eth0.1 ra0 rax0 apcli0 apclix0"
;;
alfa-network,quad-e4g|\
netgear,r6220|\
netgear,r6260|\
Expand Down

0 comments on commit 87ddda1

Please sign in to comment.