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

@@ -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