Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
The recipe file contains a url target, is there a way to make it look for it locally?
NetworkInterfacesOnBoot=(
lo
wlan0
)
function wlan0_PreUp(){
echo Starting WPA service...
wpa_supplicant -i wlan0 -B -w -D wext -c /System/Settings/wpa_supplicant.conf
}
wlan0_PostDown(){
echo Stopping WPA service...
wpa_cli -i wlan0 terminate 1>/dev/null
}
lo_IP=127.0.0.1
lo_Netmask=255.0.0.0
eth0_BootProto=DHCP # DHCP (requires DHCPCD package), Static (default if empty)
wlan0_BootProto=DHCP
#Gateway=192.168.2.1
GatewayInterface=wlan01 to 3 of 3