From ced716a1be295c06db1cde529c37ba043f23dc16 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Tue, 21 Sep 2010 23:36:30 +0200 Subject: [PATCH] Dnsmasq: disable internal TFTP-Server. --- lfs/dnsmasq | 1 + 1 file changed, 1 insertion(+) diff --git a/lfs/dnsmasq b/lfs/dnsmasq index 4804c1d946..29fb9b38df 100644 --- a/lfs/dnsmasq +++ b/lfs/dnsmasq @@ -73,6 +73,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && sed -i -e 's|/usr/local|/usr|g' Makefile cd $(DIR_APP)/src && sed -i \ -e 's|^\/\* #define HAVE_ISC_READER .*$$|#define HAVE_ISC_READER\n#define NO_IPV6|' \ + -e 's|^#define HAVE_TFTP *$$|//#define HAVE_TFTP|' \ -e 's/^#define CHUSER .*$$/#define CHUSER "dnsmasq"/' config.h cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install -- 2.39.2