From 02645c3876604612507880ae53603426a9cf25be Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Sat, 24 Apr 2010 23:51:50 +0200 Subject: massive PKG_SECTION adjustments --- package/dnsmasq/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/dnsmasq') diff --git a/package/dnsmasq/Makefile b/package/dnsmasq/Makefile index 8bcb361f9..034861099 100644 --- a/package/dnsmasq/Makefile +++ b/package/dnsmasq/Makefile @@ -8,7 +8,7 @@ PKG_VERSION:= 2.51 PKG_RELEASE:= 1 PKG_MD5SUM:= 97465261a6de5258a3c3edfe51ca16a4 PKG_DESCR:= A lightweight DNS and DHCP server -PKG_SECTION:= net +PKG_SECTION:= dns PKG_URL:= http://thekelleys.org.uk/dnsmasq PKG_SITES:= http://thekelleys.org.uk/dnsmasq/ -- cgit v1.2.3 From 52ee190f6bbbf0bf0c3d354f0370c409aed14506 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 7 Jul 2010 02:16:43 +0200 Subject: more runtime fixes, update of some packages. - update busybox, dnsmasq, ppp and libusb - add timezone and hostname configuration for target via menu - fix resolv.conf creation for dhcp client - fix usb for alix boards - enable lsusb and lspci by default --- package/dnsmasq/Makefile | 6 +++--- package/dnsmasq/patches/patch-src_config_h | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'package/dnsmasq') diff --git a/package/dnsmasq/Makefile b/package/dnsmasq/Makefile index 8bcb361f9..84e1c889f 100644 --- a/package/dnsmasq/Makefile +++ b/package/dnsmasq/Makefile @@ -4,9 +4,9 @@ include ${TOPDIR}/rules.mk PKG_NAME:= dnsmasq -PKG_VERSION:= 2.51 +PKG_VERSION:= 2.55 PKG_RELEASE:= 1 -PKG_MD5SUM:= 97465261a6de5258a3c3edfe51ca16a4 +PKG_MD5SUM:= b093d7c6bc7f97ae6fd35d048529232a PKG_DESCR:= A lightweight DNS and DHCP server PKG_SECTION:= net PKG_URL:= http://thekelleys.org.uk/dnsmasq @@ -24,6 +24,6 @@ MAKE_FLAGS+= BINDIR=/usr/sbin MANDIR=/usr/man COPTS="${TCFLAGS}" do-install: ${INSTALL_DIR} ${IDIR_DNSMASQ}/usr/sbin ${IDIR_DNSMASQ}/etc ${INSTALL_BIN} ${WRKBUILD}/src/dnsmasq ${IDIR_DNSMASQ}/usr/sbin/ - ${INSTALL_DATA} files/dnsmasq.conf ${IDIR_DNSMASQ}/etc/dnsmasq.conf + ${INSTALL_DATA} ./files/dnsmasq.conf ${IDIR_DNSMASQ}/etc/dnsmasq.conf include ${TOPDIR}/mk/pkg-bottom.mk diff --git a/package/dnsmasq/patches/patch-src_config_h b/package/dnsmasq/patches/patch-src_config_h index 297097565..5db49ea9a 100644 --- a/package/dnsmasq/patches/patch-src_config_h +++ b/package/dnsmasq/patches/patch-src_config_h @@ -1,4 +1,3 @@ -$Id: update-patches 24 2008-08-31 14:56:13Z wbx $ --- dnsmasq-2.47.orig/src/config.h 2009-02-05 13:14:24.000000000 +0100 +++ dnsmasq-2.47/src/config.h 2009-03-19 18:40:37.000000000 +0100 @@ -45,7 +45,7 @@ -- cgit v1.2.3