[packages] wing: don't use symlink to /lib/functions.sh

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34796 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
luka 2012-12-19 21:25:07 +00:00
parent eec616d493
commit d6ea5ac454
2 changed files with 2 additions and 2 deletions

View 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

View File

@ -1,6 +1,6 @@
#!/bin/sh
. /etc/functions.sh
. /lib/functions.sh
. ../netifd-proto.sh
init_proto "$@"