diff options
author | Holger Schurig <schurig@mn-solutions.de> | 2004-09-29 08:26:53 +0000 |
---|---|---|
committer | Holger Schurig <schurig@mn-solutions.de> | 2004-09-29 08:26:53 +0000 |
commit | 5095acd8301285e575174c23aa7629f2ca199830 (patch) | |
tree | 5488e7b77cd8b84fe8d2cf568555b4f687fd45f8 /linux | |
parent | 46cd8bcf5192b230ea1e462945ef436665ee00f3 (diff) |
some MNCI "Ramses" related changes
BKrev: 415a71cdarxur7fCVy42lF_qRO6qAw
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 |