summaryrefslogtreecommitdiffstats
path: root/root/linux/upgrade.sh
diff options
context:
space:
mode:
Diffstat (limited to 'root/linux/upgrade.sh')
-rwxr-xr-xroot/linux/upgrade.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/root/linux/upgrade.sh b/root/linux/upgrade.sh
index 37408ec..84a5354 100755
--- a/root/linux/upgrade.sh
+++ b/root/linux/upgrade.sh
@@ -4,7 +4,7 @@ d=`pwd`
k=`eselect kernel list | tail -n1 | cut -d\ -f6`
eselect kernel set $k
cd /usr/src/linux
-patch -p1 < $d/i8042-x86ia64io.h.patch
+patch -p1 < $d/i8042-acpipnpio.h.patch
cp $d/config .config
make
make modules