summaryrefslogtreecommitdiff
path: root/target/foxg20/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-02-28 12:23:44 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-02-28 12:23:44 +0100
commitd8a9ea4f5591783df24634cfaf10f32307b58803 (patch)
tree1944f8f29b4508118252a6c4a9558ba3d34badea /target/foxg20/Makefile
parenta4a69676b48a78e175e9f3d6b03df8b5ab29c5c1 (diff)
fixup some wlan ap stuff, still no success on foxg20
Diffstat (limited to 'target/foxg20/Makefile')
-rw-r--r--target/foxg20/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/foxg20/Makefile b/target/foxg20/Makefile
index 5e5e05316..5762b4939 100644
--- a/target/foxg20/Makefile
+++ b/target/foxg20/Makefile
@@ -31,7 +31,7 @@ ifeq ($(FS),ext2-block)
imageinstall: $(BIN_DIR)/$(ROOTFSTARBALL)
@echo
@echo "The RootFS tarball is:"
- @echo "$(BIN_DIR)/$(ROOTFSUSERTARBALL)"
+ @echo "$(BIN_DIR)/$(ROOTFSTARBALL)"
@echo 'Before booting from MicroSD card you need to set following u-boot environment variables:'
@echo "setenv bootcmd 'mmc init; sleep 1; fatload mmc 0 0x22000000 uimage; bootm 0x22000000'"
@echo