summaryrefslogtreecommitdiff
path: root/target/linux/at91/image/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2011-07-03 18:51:59 +0000
committerJohn Crispin <john@openwrt.org>2011-07-03 18:51:59 +0000
commit349e97f87939460050352725ff6c6be6962aa2ab (patch)
tree7556f537aea717db2b0d9087fff776210c500869 /target/linux/at91/image/Makefile
parent2975f0aaf17e1d38f6f9eab57260c23ffba0545c (diff)
downloadmtk-20170518-349e97f87939460050352725ff6c6be6962aa2ab.zip
mtk-20170518-349e97f87939460050352725ff6c6be6962aa2ab.tar.gz
mtk-20170518-349e97f87939460050352725ff6c6be6962aa2ab.tar.bz2
AT91: Add flexibity board support
The patch below adds AT91 Flexibity Connect board support. Signed-off-by: Maxim Osipov <maxim.osipov@gmail.com> SVN-Revision: 27412
Diffstat (limited to 'target/linux/at91/image/Makefile')
-rw-r--r--target/linux/at91/image/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/at91/image/Makefile b/target/linux/at91/image/Makefile
index 77b8b4b..c50732c 100644
--- a/target/linux/at91/image/Makefile
+++ b/target/linux/at91/image/Makefile
@@ -23,6 +23,9 @@ endef
define Image/BuildKernel
mkimage -A arm -T kernel -C none -a 0x20008000 -e 0x20008000 -n linux-2.6 \
-d $(LINUX_DIR)/arch/arm/boot/Image $(BIN_DIR)/$(IMG_PREFIX)-uImage
+ if [ $(CONFIG_FLEXIBITY_ROOT) ]; then \
+ $(INSTALL_BIN) $(BIN_DIR)/$(IMG_PREFIX)-uImage $(TARGET_DIR)/uImage ; \
+ fi
endef
define Image/Build