wing: don't use symlink to /lib/functions.sh
authorLuka Perkov <luka@openwrt.org>
Wed, 19 Dec 2012 21:25:07 +0000 (21:25 +0000)
committerLuka Perkov <luka@openwrt.org>
Wed, 19 Dec 2012 21:25:07 +0000 (21:25 +0000)
SVN-Revision: 34796

net/wing/Makefile
net/wing/files/lib/netifd/proto/wing.sh

index 2e3b3548d74d24387a78de7178daaa91162cf7be..61b11a892d749212089f637cdb33daff1ec31493 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=wing
 PKG_VERSION:=20120805
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 PKG_REV:=d189e36d111788a647cd784536137acbe7a92e17
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
index f490422f9ee0a93c54b6d4c503807b7cec216c36..754a4f5ced8b49d2dad505e74cb882192cd7e2dc 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-. /etc/functions.sh
+. /lib/functions.sh
 . ../netifd-proto.sh
 init_proto "$@"