summaryrefslogtreecommitdiff
path: root/target/ag241/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-20 10:18:07 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-20 10:18:07 +0100
commit6b9416e4465c909141f4fcfd314e8d3cf0ea8477 (patch)
treec76c9e8e93f100c1fc2357fc2b3e16be57a26ef8 /target/ag241/Makefile
parentd2b0fbc76dcd2dd31a6842ec990276a36b12cbad (diff)
parentec84dd5b5584435ad5ef699cbe3ed9ef98e17463 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/ag241/Makefile')
-rw-r--r--target/ag241/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/ag241/Makefile b/target/ag241/Makefile
index 730b06bfa..e87a55d0d 100644
--- a/target/ag241/Makefile
+++ b/target/ag241/Makefile
@@ -27,7 +27,7 @@ kernel-install: tools-compile
$(LINUX_DIR)/vmlinux.tmp
PATH='${TARGET_PATH}' \
addpattern -p AG3B -b -r 2.0 -i $(LINUX_DIR)/vmlinux.tmp \
- -o $(BIN_DIR)/${ADK_TARGET}-${ARCH}-kernel
+ -o $(BIN_DIR)/${ADK_TARGET}-${FS}-kernel
ifeq ($(FS),squashfs)
imageinstall: $(BIN_DIR)/$(ROOTFSSQUASHFS)
@@ -47,11 +47,11 @@ endif
ifeq ($(FS),nfsroot)
imageinstall: $(BIN_DIR)/$(ROOTFSTARBALL)
@echo
- @echo 'The kernel file is: ${BIN_DIR}/${ADK_TARGET}-${ARCH}-kernel'
+ @echo 'The kernel file is: ${BIN_DIR}/${ADK_TARGET}-${FS}-kernel'
@echo 'The nfs root tarball is: ${BIN_DIR}/${ROOTFSTARBALL}'
@echo 'You can flash the kernel via tftp:'
@echo 'tftp 192.168.1.1'
@echo 'tftp> binary'
- @echo 'tftp> put ag241-mips-kernel upgrade_code.bin'
+ @echo 'tftp> put ${ADK_TARGET}-${FS}-kernel upgrade_code.bin'
@echo 'Login as user root with password linux123 via ssh or console'
endif