summaryrefslogtreecommitdiff
path: root/packages/kexecboot/linux-kexecboot_2.6.21-hh20.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/kexecboot/linux-kexecboot_2.6.21-hh20.bb')
-rw-r--r--packages/kexecboot/linux-kexecboot_2.6.21-hh20.bb8
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/kexecboot/linux-kexecboot_2.6.21-hh20.bb b/packages/kexecboot/linux-kexecboot_2.6.21-hh20.bb
index 6dd9dd1c20..9689396a20 100644
--- a/packages/kexecboot/linux-kexecboot_2.6.21-hh20.bb
+++ b/packages/kexecboot/linux-kexecboot_2.6.21-hh20.bb
@@ -11,3 +11,11 @@ SRC_URI = "${HANDHELDS_CVS};module=linux/kernel26;tag=${@'K' + bb.data.getVar('P
file://defconfig"
S = "${WORKDIR}/kernel26"
+
+
+do_configure_append() {
+ gzip -d ${S}/initramfs.cpio.gz || true
+ sed -i -e s:\.gz::g .config
+}
+
+