diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-10 13:51:40 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-10 13:51:40 +0100 |
commit | a15599b22985f9b688ec6407881fa74b32e7f522 (patch) | |
tree | 324d2b8e34116dbfed28ed06a9f390596c854339 /target/alix1c | |
parent | 5f454209b33b45c1787a7ffc872d9a3290c54948 (diff) | |
parent | a1f6fae37977577792379e6b8441538783f5b3ca (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/alix1c')
-rw-r--r-- | target/alix1c/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/alix1c/Makefile b/target/alix1c/Makefile index d38eb727b..bed5b3c69 100644 --- a/target/alix1c/Makefile +++ b/target/alix1c/Makefile @@ -15,10 +15,10 @@ imageinstall: $(BIN_DIR)/$(ROOTFSTARBALL) @echo "To install everything to CompactFlash use scripts/install.sh" endif ifeq ($(FS),nfsroot) -imageinstall: $(BIN_DIR)/$(ROOTFSTARBALL) +imageinstall: $(BIN_DIR)/$(ROOTFSUSERTARBALL) @cp $(KERNEL) $(BIN_DIR)/${ADK_TARGET}-${FS}-kernel @echo 'The linux kernel is here: $(BIN_DIR)/${ADK_TARGET}-${FS}-kernel' - @echo 'The nfs root tarball is here: ${BIN_DIR}/${ROOTFSTARBALL}' + @echo 'The nfs root tarball is here: ${BIN_DIR}/${ROOTFSUSERTARBALL}' endif ifeq ($(FS),initramfs) imageinstall: $(BIN_DIR)/$(INITRAMFS) |