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-a3cf2f4a3e73master
parent
6fe1a18be0
commit
7b0bf7f37f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue