diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-12-17 14:57:15 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-12-17 14:57:15 +0000 |
commit | 14281559e18298045bda9e3a4408a79c8039e9d9 (patch) | |
tree | e58c2436cf2418df8dedc7350bbf43cc9e831af3 /package/network/config | |
parent | 3339316fbe5f223522399a21ef8c655c77e27cf4 (diff) | |
download | upstream-14281559e18298045bda9e3a4408a79c8039e9d9.tar.gz upstream-14281559e18298045bda9e3a4408a79c8039e9d9.tar.bz2 upstream-14281559e18298045bda9e3a4408a79c8039e9d9.zip |
netifd: update to latest version, no longer needs the removed jshn_append() shell function
SVN-Revision: 34734
Diffstat (limited to 'package/network/config')
-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 8f9a48b6f2..b9af9df99e 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:=2012-12-13 +PKG_VERSION:=2012-12-17 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://nbd.name/luci2/netifd.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=d46bc6515c3362538e298b8b038ae04adcb7db65 +PKG_SOURCE_VERSION:=91c0d4d5a67e95dc21cdb0fe7229ccb73d6975a7 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org> # PKG_MIRROR_MD5SUM:= |