diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-07-26 14:35:15 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-07-26 14:35:15 +0000 |
commit | 76d7397bc227cf3807ce6793af04c8c48e547575 (patch) | |
tree | 938f7088b9f56aa74bb8b4053881c62a450607af /package | |
parent | 7a3b3b9d732111b929a91254242f5ce3d2ccd2bc (diff) | |
download | upstream-76d7397bc227cf3807ce6793af04c8c48e547575.tar.gz upstream-76d7397bc227cf3807ce6793af04c8c48e547575.tar.bz2 upstream-76d7397bc227cf3807ce6793af04c8c48e547575.zip |
netifd: fix a small issue in r41831
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41836
Diffstat (limited to 'package')
-rw-r--r-- | package/network/config/netifd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/config/netifd/Makefile b/package/network/config/netifd/Makefile index 62d64e5c68..af43b65e12 100644 --- a/package/network/config/netifd/Makefile +++ b/package/network/config/netifd/Makefile @@ -7,7 +7,7 @@ PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=http://git.openwrt.org/project/netifd.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=c430d3278b91369204c83cd135673a5d5cded699 +PKG_SOURCE_VERSION:=bb1077aaf9f68dba09224803dd89d7316dc24648 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org> # PKG_MIRROR_MD5SUM:= |