summaryrefslogtreecommitdiff
path: root/openwrt/target
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-06-05 03:01:17 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-06-05 03:01:17 +0000
commitd966955e51be9de9f33bc92bccd2d2f732206609 (patch)
treed47a68e7c7c20e5f2b46222bd00fb6af243b5d17 /openwrt/target
parent648e7db52d515812a748d16086152e53ec89ad35 (diff)
downloadmtk-20170518-d966955e51be9de9f33bc92bccd2d2f732206609.zip
mtk-20170518-d966955e51be9de9f33bc92bccd2d2f732206609.tar.gz
mtk-20170518-d966955e51be9de9f33bc92bccd2d2f732206609.tar.bz2
fix typo
SVN-Revision: 3906
Diffstat (limited to 'openwrt/target')
-rw-r--r--openwrt/target/linux/image/aruba/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/linux/image/aruba/Makefile b/openwrt/target/linux/image/aruba/Makefile
index 9a4bc67..835de1b 100644
--- a/openwrt/target/linux/image/aruba/Makefile
+++ b/openwrt/target/linux/image/aruba/Makefile
@@ -25,7 +25,7 @@ ifneq ($(CONFIG_ARUBA_RAMDISK),y)
ifeq ($(1),jffs2-64k)
endif
@dd if=$(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL).ari of=$(KDIR)/image.tmp bs=655360 conv=sync
- @cat $(KDIR)/root.$(FS) >> $(KDIR)/image.tmp
+ @cat $(KDIR)/root.$(1) >> $(KDIR)/image.tmp
@dd if=$(KDIR)/image.tmp of=$(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(patsubst jffs2-%,jffs2,$(1)).bin bs=3604480 conv=sync
@rm -f $(KDIR)/image.tmp
endif