Author: nbd Date: 2015-05-08 12:44:19 +0200 (Fri, 08 May 2015) New Revision: 45626
Modified: trunk/package/network/config/netifd/files/lib/netifd/dhcp.script Log: netifd-dhcp: supply parameters to user-script hand over parameters to user-script e.g. $1=deconfig Signed-off-by: Leon George <[email protected]> Signed-off-by: Christian Mehlis <[email protected]> Modified: trunk/package/network/config/netifd/files/lib/netifd/dhcp.script =================================================================== --- trunk/package/network/config/netifd/files/lib/netifd/dhcp.script 2015-05-08 10:44:08 UTC (rev 45625) +++ trunk/package/network/config/netifd/files/lib/netifd/dhcp.script 2015-05-08 10:44:19 UTC (rev 45626) @@ -97,6 +97,6 @@ esac # user rules -[ -f /etc/udhcpc.user ] && . /etc/udhcpc.user +[ -f /etc/udhcpc.user ] && . /etc/udhcpc.user "$@" exit 0 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
