diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-11 18:33:11 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-11 18:33:11 +0200 |
commit | 89e8b4697cd4adfc6b49d19fe637560d65030302 (patch) | |
tree | 02cc0234b8ed57a49c690ef27403f46ecc5adae3 /target/wag54g/Makefile | |
parent | bf5a88ed54be4372dca6c26e0eee2cf7ac372483 (diff) |
fix cpmac driver
- at least dhcp and nfs mount works now
- still problems with exception handling
- userland does not work
Diffstat (limited to 'target/wag54g/Makefile')
-rw-r--r-- | target/wag54g/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/target/wag54g/Makefile b/target/wag54g/Makefile index 2c7f1581b..65a6f5475 100644 --- a/target/wag54g/Makefile +++ b/target/wag54g/Makefile @@ -30,14 +30,14 @@ kernel-install: tools-compile -o $(BIN_DIR)/${DEVICE}-${ARCH}-kernel ifeq ($(FS),squashfs) -imageinstall: $(BIN_DIR)/$(ROOTFSTARBALL) +imageinstall: $(BIN_DIR)/$(ROOTFSSQUASHFS) + ${CP} ${BUILD_DIR}/${ROOTFSSQUASHFS} $(BIN_DIR)/$(ROOTFSSQUASHFS) @echo - @echo 'The kernel file is: ${BIN_DIR}/${DEVICE}-${ARCH}-kernel' - @echo 'The nfs root tarball is: ${BIN_DIR}/${ROOTFSTARBALL}' - @echo 'You can flash the kernel via tftp:' + @echo The image file is $(ROOTFSSQUASHFS) + @echo 'You can flash the image via tftp:' @echo 'tftp 192.168.1.1' @echo 'tftp> binary' - @echo 'tftp> put wag54g-mips-kernel upgrade_code.bin' + @echo "tftp> put $(ROOTFSSQUASHFS) upgrade_code.bin" endif |