From: Arne Fitzenreiter Date: Tue, 21 Sep 2010 21:36:30 +0000 (+0200) Subject: Dnsmasq: disable internal TFTP-Server. X-Git-Tag: v2.9-beta1~91^2~2 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=ced716a1be295c06db1cde529c37ba043f23dc16 Dnsmasq: disable internal TFTP-Server. --- 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