diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-08-23 21:41:25 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-08-23 21:41:25 +0200 |
commit | 2b198ddc02b3231e43ab8fdddef76ff103a0f5a4 (patch) | |
tree | 02cda54987930d677beb7ad60b5bf52cb9d67da9 /package/dhcp/Makefile | |
parent | 54893039866e0978bd6563e2b7361f7736341163 (diff) |
make allmodconfig work for alix1c eglibc
many upstream package updates,
squid, php, asterisk, gnutls, nmap, sqlite, dhcp, git
Diffstat (limited to 'package/dhcp/Makefile')
-rw-r--r-- | package/dhcp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/dhcp/Makefile b/package/dhcp/Makefile index c7f223213..38cce03ce 100644 --- a/package/dhcp/Makefile +++ b/package/dhcp/Makefile @@ -4,9 +4,9 @@ include ${TOPDIR}/rules.mk PKG_NAME:= dhcp -PKG_VERSION:= 4.1.0 +PKG_VERSION:= 4.1.0p1 PKG_RELEASE:= 1 -PKG_MD5SUM:= 1fffed2e8c3d67b111316d6a9b33db7a +PKG_MD5SUM:= 325ff8338c5a21f89d5304ac13ffebdf PKG_DESCR:= ISC DHCP server PKG_SECTION:= net PKG_URL:= https://www.isc.org/software/dhcp |