From 4539655428e95ceee06f921faab59ef2537b9931 Mon Sep 17 00:00:00 2001 From: Bruno Randolf Date: Tue, 19 Oct 2004 10:38:53 +0000 Subject: Merge bk://openembedded@openembedded.bkbits.net/packages into null.(none):/data/mtx/oe/oe.write/packages 2004/10/19 12:35:10+02:00 (none)!br1 nylon and mtx-1 updates 2004/10/19 12:33:19+02:00 (none)!br1 prism54: fixed firmware path, updated dependencies 2004/10/19 12:31:39+02:00 (none)!br1 dnsmasq: add init script BKrev: 4174eebdzmnIpmOU7hQenuCUYspTYw --- linux/linux-mtx-1_2.4.24.oe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linux/linux-mtx-1_2.4.24.oe') 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 -- cgit v1.2.3