dhcpv6: add missing dollar sign in dhcpv6 script (FS#874)
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
This commit is contained in:
parent
eff3469510
commit
cca765f64c
@ -8,7 +8,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=odhcp6c
|
PKG_NAME:=odhcp6c
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=$(LEDE_GIT)/project/odhcp6c.git
|
PKG_SOURCE_URL:=$(LEDE_GIT)/project/odhcp6c.git
|
||||||
|
@ -214,6 +214,6 @@ case "$2" in
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
# user rules
|
# user rules
|
||||||
[ -f /etc/odhcp6c.user ] && . /etc/odhcp6c.user "@"
|
[ -f /etc/odhcp6c.user ] && . /etc/odhcp6c.user "$@"
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
Reference in New Issue
Block a user