scripts/arm-magic.sh: make the generated kernels also include $IMG_PREFIX
authorJonas Gorski <jogo@openwrt.org>
Thu, 28 May 2015 10:48:23 +0000 (10:48 +0000)
committerJonas Gorski <jogo@openwrt.org>
Thu, 28 May 2015 10:48:23 +0000 (10:48 +0000)
commitff6f66c1929416922c360d3d0901b1e593af849c
treef0a8bc6b790003efda5755ffccb826b805f644cf
parentc1cc2217c24cbc419a642d896cf27d43038856a6
scripts/arm-magic.sh: make the generated kernels also include $IMG_PREFIX

In r45785 ixp4xx was changed to use a common image prefix also for
kernels, but the script creating them was not updated to generate the
expected filenames.
Fix this by letting arm-magic.sh respect $IMG_PREFIX for the output
kernel file names as well.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 45803
scripts/arm-magic.sh