We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eff3469 commit cca765fCopy full SHA for cca765f
package/network/ipv6/odhcp6c/Makefile
@@ -8,7 +8,7 @@
8
include $(TOPDIR)/rules.mk
9
10
PKG_NAME:=odhcp6c
11
-PKG_RELEASE:=1
+PKG_RELEASE:=2
12
13
PKG_SOURCE_PROTO:=git
14
PKG_SOURCE_URL:=$(LEDE_GIT)/project/odhcp6c.git
package/network/ipv6/odhcp6c/files/dhcpv6.script
@@ -214,6 +214,6 @@ case "$2" in
214
esac
215
216
# user rules
217
-[ -f /etc/odhcp6c.user ] && . /etc/odhcp6c.user "@"
+[ -f /etc/odhcp6c.user ] && . /etc/odhcp6c.user "$@"
218
219
exit 0
0 commit comments