diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2008-03-13 10:27:46 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2008-03-13 10:27:46 +0000 |
commit | 399d2c85d6f5621923d481c62e02fdcf185feeb0 (patch) | |
tree | 70ce0556a1eaeae9f04b685530a16dfac2b82d01 | |
parent | fc430305d8fc4212336eebd7a0e45e8d1df5bb6d (diff) |
linux-handhelds-2.6: Remove unused keep-initramfs.patch.
-rw-r--r-- | packages/linux/linux-handhelds-2.6-2.6.21/keep-initramfs.patch | 11 |
1 files changed, 0 insertions, 11 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 deleted file mode 100644 index b503a6326a..0000000000 --- a/packages/linux/linux-handhelds-2.6-2.6.21/keep-initramfs.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- /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 |