Add missing patches

commented modprobe generic at installer
This commit is contained in:
Arne Fitzenreiter
2008-09-13 23:30:41 +02:00
parent 3f01107b12
commit 6abfa9889f
4 changed files with 1113 additions and 4 deletions

View File

@@ -97,9 +97,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) $(DIR_SRC)/linux $(DIR_SRC)/xen-* && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
ln -s linux-$(VER) /usr/src/linux
# 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