diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2016-01-17 17:15:01 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2016-01-17 17:15:01 +0000 |
commit | a86172ce9495a805215d4264feac74044ea11149 (patch) | |
tree | f28e66dae0e8416f97fdceff0ecfeb554cc8b34c /package/network/config/netifd/Makefile | |
parent | bae5fc9e733d522ec098e8853a69ad682592e1f6 (diff) | |
download | master-187ad058-a86172ce9495a805215d4264feac74044ea11149.tar.gz master-187ad058-a86172ce9495a805215d4264feac74044ea11149.tar.bz2 master-187ad058-a86172ce9495a805215d4264feac74044ea11149.zip |
netifd: fix PKG_VERSION (#21630)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48280 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/config/netifd/Makefile')
-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 9f9515bf9c..4c6c227ef2 100644 --- a/package/network/config/netifd/Makefile +++ b/package/network/config/netifd/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=netifd -PKG_VERSION:=2015-01-17 +PKG_VERSION:=2016-01-17 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git |