Set the paths for iptables/ip6tables so that they are correct for the target
install and not discovered on the host filesystem.
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
RCONFLICTS:${PN} = "networkmanager"
EXTRA_OECONF += "\
- ac_cv_path_WPASUPPLICANT=${sbindir}/wpa_supplicant \
+ ac_cv_path_IP6TABLES_SAVE=${sbindir}/ip6tables-save \
+ ac_cv_path_IPTABLES_SAVE=${sbindir}/iptables-save \
ac_cv_path_PPPD=${sbindir}/pppd \
+ ac_cv_path_WPASUPPLICANT=${sbindir}/wpa_supplicant \
--enable-debug \
--enable-loopback \
--enable-ethernet \