summaryrefslogtreecommitdiff
path: root/packages/linux/linux-handhelds-2.6.inc
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2008-03-08 23:48:52 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2008-03-08 23:48:52 +0000
commit17bf608c0fd9b147f403940b0f666b61d915afd5 (patch)
tree89e1d313ca514607662358328730ac321ecadede /packages/linux/linux-handhelds-2.6.inc
parent8b41c641e3d71765a2dd2b37f2bc07955c0b2c23 (diff)
linux-handhelds-2.6: Remove broken keep-initramfs.patch.
* Doesn't work with the no-initramfs case. * Added explicit touch after cp instead.
Diffstat (limited to 'packages/linux/linux-handhelds-2.6.inc')
-rw-r--r--packages/linux/linux-handhelds-2.6.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/linux/linux-handhelds-2.6.inc b/packages/linux/linux-handhelds-2.6.inc
index 9a783aa6de..a2efdc955a 100644
--- a/packages/linux/linux-handhelds-2.6.inc
+++ b/packages/linux/linux-handhelds-2.6.inc
@@ -63,6 +63,8 @@ do_compile_prepend() {
exit 1
fi
cp ${KERNEL_INITRAMFS_PATH} usr/initramfs_data.cpio.gz
+ # touch is for broken Koen's cp
+ touch usr/initramfs_data.cpio.gz
fi
}