Skip to content
Snippets Groups Projects
Commit 71f23064 authored by David Mondou's avatar David Mondou
Browse files

IoT Gateway Setup is now complete. ES-144

Created custom network interface file.
parent ce2a8e2f
No related branches found
No related tags found
No related merge requests found
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
# The loopback interface
auto lo
iface lo inet loopback
# Wireless interfaces
iface wlan0 inet dhcp
wireless_mode managed
wireless_essid any
wpa-driver nl80211
wpa-conf /etc/wpa_supplicant.conf
# Wired or wireless interfaces
auto eth0
iface eth0 inet dhcp
# Bluetooth networking
iface bnep0 inet dhcp
......@@ -3,3 +3,5 @@ DESCRIPTION = "Move networking start number to 02 so it runs after rng-tools"
INITSCRIPT_NAME = "networking"
INITSCRIPT_PARAMS = "start 02 2 3 4 5 . stop 80 0 6 1 ."
FILESEXTRAPATHS_append := "${THISDIR}/files:"
\ No newline at end of file
......@@ -7,7 +7,7 @@ RDEPENDS_${PN} += " dnsmasq hostapd python iot-gateway-setup-button"
S = "${WORKDIR}/git"
SRCREV="5ee30e963c9655ff737d571f1cc9817a763cf858"
SRCREV="7ca3351262323557bc1637f2718a0d204b936dcb"
SRC_URI = "git://git.rigado.com/vesta/iot-gateway-setup.git;protocol=https \
file://iot-gateway-setup-server \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment