]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Removed syslinux files from tftpd.
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 8 Sep 2008 21:51:52 +0000 (21:51 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 8 Sep 2008 21:51:52 +0000 (21:51 +0000)
config/rootfiles/packages/tftp-hpa
lfs/tftp-hpa

index 79868267b6cb1f0771cd7b631f0299e2e86bfcb6..98e78d800d6bc35cf9820d889eca68598cd241c9 100644 (file)
@@ -4,6 +4,3 @@ etc/init.d/tftpd
 #usr/man/man8/tftpd.8
 usr/sbin/tftpd
 var/tftpboot
-var/tftpboot/pxelinux.0
-var/tftpboot/pxelinux.cfg
-var/tftpboot/vesamenu.c32
index 82fbdff09818a3a7b1f70a019e9d695f29fb1e6b..8231b3a39de0ecc91be80d4acd11e836642591c0 100644 (file)
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = tftp-hpa
-PAK_VER    = 2
+PAK_VER    = 3
 
 DEPS       = ""
 
@@ -81,7 +81,5 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
        mv -fv /usr/sbin/in.tftpd /usr/sbin/tftpd
-       -mkdir -pv /var/tftpboot/pxelinux.cfg
-       cp -vf /usr/lib/syslinux/{pxelinux.0,vesamenu.c32} /var/tftpboot
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)