summaryrefslogtreecommitdiff
path: root/target/foxg20/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-02-21 23:34:33 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-02-21 23:34:33 +0100
commitcd945e49e76927a4c2924523458ceebfc2f859d6 (patch)
tree522e6d2becd283d0adf9fb63366bd8725a466275 /target/foxg20/Makefile
parent3f5ed16b700efcfbc6d3eb0cc54bc63b3aa75ea5 (diff)
rename ext2-cf target rootfs to ext2-block
- add a foxg20 adkinstaller (not working yet) - rename ext2-cf target rootfs to ext2-block
Diffstat (limited to 'target/foxg20/Makefile')
-rw-r--r--target/foxg20/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/target/foxg20/Makefile b/target/foxg20/Makefile
index 1d07f9db6..804236f9b 100644
--- a/target/foxg20/Makefile
+++ b/target/foxg20/Makefile
@@ -20,3 +20,13 @@ imageinstall: ${BIN_DIR}/${ROOTFSUSERTARBALL}
@echo 'After that type bootm to load the kernel'
@echo 'Login as user root with password linux123 via ssh or console'
endif
+
+ifeq ($(FS),ext2-block)
+imageinstall: $(BIN_DIR)/$(ROOTFSUSERTARBALL)
+ @echo
+ @echo 'The kernel file is: ${BIN_DIR}/${ADK_TARGET}-${FS}-kernel'
+ @echo "The RootFS tarball is: $(BIN_DIR)/$(ROOTFSUSERTARBALL)"
+ @echo "Boot the board via network and use adkinstall."
+ @echo "If you just want to update, use adkupdate."
+ @echo 'Login as user root with password linux123 via ssh or console.'
+endif