Quote |
... gzip -cd ../patch-2.4.xx.gz | patch -p1 or bzip2 -dc ../patch-2.4.xx.bz2 | patch -p1... ...Alternatively, the script patch-kernel can be used to automate this process. It determines the current kernel version and applies any patches found. linux/scripts/patch-kernel linux... |