Add a patch to fix Intel E100 wake-on-lan problems.

Fixes bug #0000465
This commit is contained in:
Arne Fitzenreiter
2009-11-13 19:09:46 +01:00
parent 6ba42a71f6
commit 179d4328d3
2 changed files with 76 additions and 0 deletions

View File

@@ -121,6 +121,9 @@ endif
# Add Alix to Led Driver
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-2.6.24-leds-alix.patch
# Patch to fix Intel e100 wake on lan
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-2.6.27.39_e100-wakeonlan-fix.patch
# Not report deprecated syscall 1.23 (for kudzu)
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-2.6.25.18-not_report_sysctl_1.23.patch
ifeq "$(XEN)" ""