dhcpv6: add missing dollar sign in dhcpv6 script (FS#874)
authorHans Dedecker <dedeckeh@gmail.com>
Thu, 29 Jun 2017 07:41:59 +0000 (09:41 +0200)
committerHans Dedecker <dedeckeh@gmail.com>
Thu, 29 Jun 2017 08:02:14 +0000 (10:02 +0200)
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
package/network/ipv6/odhcp6c/Makefile
package/network/ipv6/odhcp6c/files/dhcpv6.script

index 0ed9b581f55d2fa628672f6e32c850d8efb4579f..8b97e1fb26403a6e87e483147e28c34569b9b496 100644 (file)
@@ -8,7 +8,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=odhcp6c
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=odhcp6c
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL:=$(LEDE_GIT)/project/odhcp6c.git
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL:=$(LEDE_GIT)/project/odhcp6c.git
index 1bb5e771b6dc80c1f5bceef88508d92cc69b1d3a..ab0b55675515425a0bdff04e2efc3faf0e5f445c 100755 (executable)
@@ -214,6 +214,6 @@ case "$2" in
 esac
 
 # user rules
 esac
 
 # user rules
-[ -f /etc/odhcp6c.user ] && . /etc/odhcp6c.user "@"
+[ -f /etc/odhcp6c.user ] && . /etc/odhcp6c.user "$@"
 
 exit 0
 
 exit 0