Add skeleton and buildroot configs.
This commit is contained in:
8
firmware/board/raspberrypi/ovl/etc/network/interfaces
Normal file
8
firmware/board/raspberrypi/ovl/etc/network/interfaces
Normal file
@@ -0,0 +1,8 @@
|
||||
auto lo
|
||||
iface lo inet loopback
|
||||
|
||||
auto wlan0
|
||||
iface wlan0 inet dhcp
|
||||
wireless-essid wrt2
|
||||
pre-up wpa_supplicant -B w -D wext -i wlan0 -c /etc/wpa_supplicant.conf -dd
|
||||
post-down killall -q wpa_supplicant
|
||||
Reference in New Issue
Block a user