mirror of https://github.com/hak5/openwrt.git
base-files: set pi_ifname in board.d case to fix deconfig
Due to an empty pi_ifname in the generic failsafe setup, the deconfig never removed the failsafe networking interface, causing broken networking later on. Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>lede-17.01
parent
95bad62f2a
commit
30352e72ff
|
@ -90,7 +90,9 @@ preinit_config_board() {
|
|||
ifname=${ifname%\.*}
|
||||
fi
|
||||
|
||||
preinit_ip_config $ifname
|
||||
pi_ifname=$ifname
|
||||
|
||||
preinit_ip_config $pi_ifname
|
||||
}
|
||||
|
||||
preinit_ip() {
|
||||
|
|
Loading…
Reference in New Issue