summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
Diffstat (limited to 'linux')
-rw-r--r--linux/linux-mtx-1_2.4.24.oe4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/linux-mtx-1_2.4.24.oe b/linux/linux-mtx-1_2.4.24.oe
index 14148393e8..cfaa3012f9 100644
--- a/linux/linux-mtx-1_2.4.24.oe
+++ b/linux/linux-mtx-1_2.4.24.oe
@@ -26,9 +26,9 @@ pkg_postinst_kernel() {
if test "x$D" != "x"; then
exit 1
else
- if test -e /tmp/zImage.flash.bin-${KV}; then
+ if test -e /tmp/zImage.flash-${KV}; then
echo "*** flashing kernel ***"
- flashcp -v /tmp/zImage.flash.bin-${KV} /dev/mtd/2
+ flashcp -v /tmp/zImage.flash-${KV} /dev/mtd/2
echo "*** done. please reboot ***"
fi
fi