diff options
author | Koen Kooi <koen@openembedded.org> | 2008-03-08 10:21:48 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-03-08 10:21:48 +0000 |
commit | d3e9beec41056a38bc71d987f966c9c7548d5f51 (patch) | |
tree | 9b72d0fa5f7585286a20638972b43b0ecf908ad4 /packages/linux/linux-handhelds-2.6-2.6.21 | |
parent | f9a538efb4011ffa329bfd4cb8d92d255d8b9ccb (diff) |
linux-handhelds 2.6.21-hh20: add patch to stop the kernel from blowing away our initramfs archive
Diffstat (limited to 'packages/linux/linux-handhelds-2.6-2.6.21')
-rw-r--r-- | packages/linux/linux-handhelds-2.6-2.6.21/keep-initramfs.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/linux/linux-handhelds-2.6-2.6.21/keep-initramfs.patch b/packages/linux/linux-handhelds-2.6-2.6.21/keep-initramfs.patch new file mode 100644 index 0000000000..b503a6326a --- /dev/null +++ b/packages/linux/linux-handhelds-2.6-2.6.21/keep-initramfs.patch @@ -0,0 +1,11 @@ +--- /tmp/Makefile 2008-03-08 11:13:58.939360172 +0100 ++++ kernel26/usr/Makefile 2008-03-08 11:14:03.270190232 +0100 +@@ -34,7 +34,7 @@ + endif + + quiet_cmd_initfs = GEN $@ +- cmd_initfs = $(initramfs) -o $@ $(ramfs-args) $(ramfs-input) ++ cmd_initfs = echo + + targets := initramfs_data.cpio.gz + # do not try to update files included in initramfs |