]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Dnsmasq: disable internal TFTP-Server.
authorArne Fitzenreiter <arne_f@ipfire.org>
Tue, 21 Sep 2010 21:36:30 +0000 (23:36 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Tue, 21 Sep 2010 21:36:30 +0000 (23:36 +0200)
lfs/dnsmasq

index 4804c1d9465956c78f51dc28106609e8b0f3f088..29fb9b38dfc3c7b10f9054b451226c4a4d4c3a5d 100644 (file)
@@ -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