Hi, I’m using BPI-R2 new image: BPI-R2 OpenWrt(LEDE) Souce code : 2018-05-09 (BPI-R2 new image: BPI-R2 OpenWrt(LEDE) Souce code : 2018-05-09)
first I want to explain what I’m doing. I’d like,
- to connect the BPI-R2 to my local wifi. (what I’m trying to do now)
- to connect my PCs trought ethernet to the BPI-R2 (done, works out of box)
- on the BPI-R2 to forward internet from the wifi to the ethernet (to do later, I’ll need 1 first)
in System>Starttup>Local Startup I added the next lines,
wmt_loader
stp_uart_launcher -p /etc/firmware &
sleep 2
echo 1 > /dev/wmtWifi
exit 0
in Network>Interfaces I added a new interface called wlan0,
It seems to match properly the hardware (MAC adress is the right one), but after that I see nowhere I can set the essid and password. What should I do now ?