On 08/11/12 21:08, Hans Dedecker wrote:
Signed-off-by: Hans Dedecker<[email protected]> --- package/netifd/files/lib/netifd/proto/dhcp.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)diff --git a/package/netifd/files/lib/netifd/proto/dhcp.sh b/package/netifd/files/lib/netifd/proto/dhcp.sh index 9182d58..7b1fe37 100755 --- a/package/netifd/files/lib/netifd/proto/dhcp.sh +++ b/package/netifd/files/lib/netifd/proto/dhcp.sh @@ -26,7 +26,7 @@ proto_dhcp_setup() { append dhcpopts "-O $opt" done - [ "$broadcast" = 1 ]&& broadcast="-O broadcast" || broadcast= + [ "$broadcast" = 1 ]&& broadcast="-B" || broadcast= proto_export "INTERFACE=$config" proto_run_command "$config" udhcpc \ _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
this patch was applied on the 5th _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
