netifd: always issue a reload on ifup, not just for -a

SVN-Revision: 29863
master
Felix Fietkau 13 years ago
parent a963a80a38
commit c309ed6210
  1. 2
      package/netifd/files/sbin/ifup

@ -13,8 +13,8 @@ if_call() {
done
}
[[ "$1" == "-a" ]] && {
[ "$modes" = "down up" ] && ubus call network reload
[[ "$1" == "-a" ]] && {
for interface in `ubus -S list 'network.interface.*'`; do
if_call "$interface"
done

Loading…
Cancel
Save