diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-10-23 10:27:34 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-10-23 10:27:34 +0000 |
commit | ecfaaecd2db736eba28d08ae406e53fd228161cc (patch) | |
tree | 33f50850801c4a2de92ddccc0921bcd002a1e633 /openwrt/package/dhcp | |
parent | d207116e05aba2a808a2d6b948e56159cecb0e8b (diff) | |
download | mtk-20170518-ecfaaecd2db736eba28d08ae406e53fd228161cc.zip mtk-20170518-ecfaaecd2db736eba28d08ae406e53fd228161cc.tar.gz mtk-20170518-ecfaaecd2db736eba28d08ae406e53fd228161cc.tar.bz2 |
update dhcp to new upstream release (v3.0.3)
SVN-Revision: 2274
Diffstat (limited to 'openwrt/package/dhcp')
-rw-r--r-- | openwrt/package/dhcp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/dhcp/Makefile b/openwrt/package/dhcp/Makefile index 8166e79..4914cc4 100644 --- a/openwrt/package/dhcp/Makefile +++ b/openwrt/package/dhcp/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dhcp -PKG_VERSION:=3.0.2 +PKG_VERSION:=3.0.3 PKG_RELEASE:=1 -PKG_MD5SUM:=04800a111521e7442749b2ce883f962b +PKG_MD5SUM:=f91416a0b8ed3fd0601688cf0b7df58f PKG_SOURCE_URL:=ftp://ftp.isc.org/isc/dhcp/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |