summaryrefslogtreecommitdiff
path: root/target/alix1c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-11-10 13:25:33 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-11-10 13:25:33 +0100
commitc77c02f4a40e5f6ceabfce8d844207e1aaadd430 (patch)
treee9d4232f7a953e27f273e9d043bca22cf795ef58 /target/alix1c
parentb7fa205f8bf55ba2f5048cdc0c69f3ad73f0db4b (diff)
use usertarball without kernel for nfsroot
Diffstat (limited to 'target/alix1c')
-rw-r--r--target/alix1c/Makefile4
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)