Signed-off-by: Alexey Solovyev <[email protected]> Index: package/base-files/files/lib/network/config.sh =================================================================== --- package/base-files/files/lib/network/config.sh (revision 25238) +++ package/base-files/files/lib/network/config.sh (working copy) @@ -363,7 +363,7 @@ # additional request options local opt dhcpopts for opt in $reqopts; do - append dhcpopts -O "$opt" + append dhcpopts "-O $opt" done # don't stay running in background if dhcp is not the main proto on the interface (e.g. when using pptp)
_______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
