diff options
author | Kristoffer Ericson <kristoffer_e1@hotmail.com> | 2006-09-17 23:51:49 +0000 |
---|---|---|
committer | Kristoffer Ericson <kristoffer_e1@hotmail.com> | 2006-09-17 23:51:49 +0000 |
commit | 8ad4fb970642373bf995a4bca161a90fe6a6041d (patch) | |
tree | 92278f2e3b9eb7dacd6a0886739d2200ffc35b2e | |
parent | 5a757142edea107cadd120eafa41c550a6c5c903 (diff) |
packages/linux/linux-jlime-jornada6xx_2.6.17.bb: Add io.h patch
* Addition of io.h-fix.patch to kernel .bb file
-rw-r--r-- | packages/linux/linux-jlime-jornada6xx_2.6.17.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/linux/linux-jlime-jornada6xx_2.6.17.bb b/packages/linux/linux-jlime-jornada6xx_2.6.17.bb index 68f51b8e08..93f45c80d5 100644 --- a/packages/linux/linux-jlime-jornada6xx_2.6.17.bb +++ b/packages/linux/linux-jlime-jornada6xx_2.6.17.bb @@ -10,7 +10,8 @@ SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.17.tar.gz \ file://defconfig_jlime \ file://LinuxSH-2.6.17.patch;patch=0 \ file://unexpected-int-fix.patch;patch=0 \ - file://keymap-fix.patch;patch=0" + file://keymap-fix.patch;patch=0 \ + file://io.h-fix.patch;patch=0" S = "${WORKDIR}/linux-${PV}" |