[packages] wing: don't use symlink to /lib/functions.sh
authorluka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 19 Dec 2012 21:25:07 +0000 (21:25 +0000)
committerluka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 19 Dec 2012 21:25:07 +0000 (21:25 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34796 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

index 2e3b354..61b11a8 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 f490422..754a4f5 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-. /etc/functions.sh
+. /lib/functions.sh
 . ../netifd-proto.sh
 init_proto "$@"