diff options
author | John Crispin <john@openwrt.org> | 2015-03-11 15:54:33 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-03-11 15:54:33 +0000 |
commit | 59c20174f84ee535c97c21c8dd5f8dfdaa5e47e1 (patch) | |
tree | e5fd4e122412f0e5b9c46ad4e4a34940af50e09a /package/network/config/netifd | |
parent | 24e29efb2f04526e3ff13d9a72e212b035c78dd7 (diff) | |
download | upstream-59c20174f84ee535c97c21c8dd5f8dfdaa5e47e1.tar.gz upstream-59c20174f84ee535c97c21c8dd5f8dfdaa5e47e1.tar.bz2 upstream-59c20174f84ee535c97c21c8dd5f8dfdaa5e47e1.zip |
json-c: update to 0.12 and bump all depending services
Version 0.12 deprecates json_object_object_get and moves the header files around
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44657
Diffstat (limited to 'package/network/config/netifd')
-rw-r--r-- | package/network/config/netifd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/config/netifd/Makefile b/package/network/config/netifd/Makefile index b97f144615..81af3a72e5 100644 --- a/package/network/config/netifd/Makefile +++ b/package/network/config/netifd/Makefile @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=netifd -PKG_VERSION:=2015-02-17 +PKG_VERSION:=2015-03-06 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:=4d84111e1014c817653db92bcd8024ff1935b6be +PKG_SOURCE_VERSION:=45fd905c980e56b20770d4b34556749fbca53fcc PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org> # PKG_MIRROR_MD5SUM:= |