From e4444fd7564e31f7bb00b66682ef932519a3c1e1 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 13 May 2014 13:41:59 +0200 Subject: add pxe feature to dnsmasq --- package/dnsmasq/Makefile | 7 ++++++- package/dnsmasq/files/dnsmasq.conf | 3 +++ 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'package/dnsmasq') diff --git a/package/dnsmasq/Makefile b/package/dnsmasq/Makefile index 8320b1ed3..9fb04e818 100644 --- a/package/dnsmasq/Makefile +++ b/package/dnsmasq/Makefile @@ -5,13 +5,18 @@ include ${TOPDIR}/rules.mk PKG_NAME:= dnsmasq PKG_VERSION:= 2.69 -PKG_RELEASE:= 2 +PKG_RELEASE:= 3 PKG_MD5SUM:= c5a1152e646eb54db4f33f8e0deee180 PKG_DESCR:= lightweight DNS and DHCP server PKG_SECTION:= dns PKG_URL:= http://thekelleys.org.uk/dnsmasq/ PKG_SITES:= http://thekelleys.org.uk/dnsmasq/ +PKG_FLAVOURS_DNSMASQ:= PXE +PKGFD_PXE:= enable PXE network boot +PKGFS_PXE:= pxelinux +PKGFB_PXE:= syslinux + include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,DNSMASQ,dnsmasq,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) diff --git a/package/dnsmasq/files/dnsmasq.conf b/package/dnsmasq/files/dnsmasq.conf index 67f02c5e5..9199da743 100644 --- a/package/dnsmasq/files/dnsmasq.conf +++ b/package/dnsmasq/files/dnsmasq.conf @@ -39,3 +39,6 @@ dhcp-option=42,0.0.0.0 # nfsroot example for a host #dhcp-host=00:0c:42:0a:7d:d3,10.0.0.4,net:rb532 #dhcp-option=rb532,option:root-path,/nfsroot/rb532,nfsvers=3 + +# pxeboot example +dhcp-boot=pxelinux.0 -- cgit v1.2.3