Commented tftpboot at rootfile

This commit is contained in:
Arne Fitzenreiter
2008-09-11 14:50:27 +02:00
parent ef220e5547
commit 0c2b766cf1
3 changed files with 5 additions and 1 deletions

View File

@@ -3,4 +3,4 @@ etc/init.d/tftpd
#usr/man/man8/in.tftpd.8
#usr/man/man8/tftpd.8
usr/sbin/tftpd
var/tftpboot
#var/tftpboot

View File

@@ -35,6 +35,7 @@
* alsa-lib-1.0.17
* alsa-lib-1.0.17-kmod
* amavisd-new-2.5.2
* apcupsd-3.14.4
* applejuice-0.30
* arping-2.05
* arptables-v0.0.3-3

View File

@@ -100,6 +100,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
# Add devolo MicroLink ADSL Fun USB ID's to ueagle-atm
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-2.6.23-ueagle-atm-devolo_usb_id.patch
# Fix crash on Twinhead H12Y notebooks
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-h12y-mmio-quirks.patch
# Openswan
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/openswan-2.4.x.kernel-2.6.23-natt.patch