diff options
author | Nicolas Thill <nico@openwrt.org> | 2010-04-14 14:36:41 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2010-04-14 14:36:41 +0000 |
commit | 841eff56d4a1a4dc5623c64f223e287332a1a732 (patch) | |
tree | 8a9ffc14a3f43e21d642f01a878a6f64db9bdd4d /target/linux/iop32x/image | |
parent | 01ca56639cc2b64c7480077e251576166cf86613 (diff) | |
download | upstream-841eff56d4a1a4dc5623c64f223e287332a1a732.tar.gz upstream-841eff56d4a1a4dc5623c64f223e287332a1a732.tar.bz2 upstream-841eff56d4a1a4dc5623c64f223e287332a1a732.zip |
target/ixp4xx: fix image building after r20834 (closes: #7157)
SVN-Revision: 20854
Diffstat (limited to 'target/linux/iop32x/image')
-rw-r--r-- | target/linux/iop32x/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/iop32x/image/Makefile b/target/linux/iop32x/image/Makefile index 808628953a..160067386d 100644 --- a/target/linux/iop32x/image/Makefile +++ b/target/linux/iop32x/image/Makefile @@ -16,7 +16,7 @@ define Image/BuildKernel # # XXX - FIXME # -# BIN_DIR=$(BIN_DIR) $(TOPDIR)/scripts/arm-magic.sh +# BIN_DIR=$(BIN_DIR) IMG_PREFIX="$(IMG_PREFIX)" $(TOPDIR)/scripts/arm-magic.sh endef define Image/Build |