netifd-dhcp: supply parameters to user-script

hand over parameters to user-script e.g. $1=deconfig

Signed-off-by: Leon George <leon@georgemail.de>
Signed-off-by: Christian Mehlis <christian@m3hlis.de>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45626 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Felix Fietkau 2015-05-08 10:44:19 +00:00
parent 6fe1a18be0
commit 7b0bf7f37f
1 changed files with 1 additions and 1 deletions

View File

@ -97,6 +97,6 @@ case "$1" in
esac
# user rules
[ -f /etc/udhcpc.user ] && . /etc/udhcpc.user
[ -f /etc/udhcpc.user ] && . /etc/udhcpc.user "$@"
exit 0