diff options
-rw-r--r-- | linux/handhelds-sa_2.4.19-rmk6-pxa1-hh36.12.oe | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/handhelds-sa_2.4.19-rmk6-pxa1-hh36.12.oe b/linux/handhelds-sa_2.4.19-rmk6-pxa1-hh36.12.oe index 9563a48281..22eaff4916 100644 --- a/linux/handhelds-sa_2.4.19-rmk6-pxa1-hh36.12.oe +++ b/linux/handhelds-sa_2.4.19-rmk6-pxa1-hh36.12.oe @@ -8,7 +8,8 @@ COMPATIBLE_HOST = "arm.*-linux" FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/handhelds-sa-${PV}" SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=linux/kernel;tag=${@'K' + oe.data.getVar('PV',d,1).replace('.', '-')} \ - file://defconfig-ipaqsa" + file://defconfig-ipaqsa \ + file://ipaq-hal.init" S = "${WORKDIR}/kernel" |