diff options
Diffstat (limited to 'linux')
-rw-r--r-- | linux/mnci-ramses_2.4.21-rmk2-pxa1.oe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/mnci-ramses_2.4.21-rmk2-pxa1.oe b/linux/mnci-ramses_2.4.21-rmk2-pxa1.oe index 37463e4705..8432e2ac93 100644 --- a/linux/mnci-ramses_2.4.21-rmk2-pxa1.oe +++ b/linux/mnci-ramses_2.4.21-rmk2-pxa1.oe @@ -25,6 +25,7 @@ do_configure_prepend() { } pkg_postinst_kernel () { +test -f /tmp/zImage || exit 0 cp /tmp/zImage /dev/mtdblock/1 rm /tmp/zImage sync |