projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f64ca3a
)
au1000: fix copy pasta failure
author
John Crispin
<
[email protected]
>
Fri, 1 Aug 2014 10:36:16 +0000
(10:36 +0000)
committer
John Crispin
<
[email protected]
>
Fri, 1 Aug 2014 10:36:16 +0000
(10:36 +0000)
Signed-off-by: Bruno Randolf <
[email protected]
>
SVN-Revision: 41931
target/linux/au1000/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/au1000/image/Makefile
b/target/linux/au1000/image/Makefile
index 805a1a5ad38837b808fc712480d148891731f173..56f613b65ed6206e717933f1ee219d36f594127e 100644
(file)
--- a/
target/linux/au1000/image/Makefile
+++ b/
target/linux/au1000/image/Makefile
@@
-68,7
+68,7
@@
define Image/Build
# backwards compatible image for upgrade from Attitude Adjustment (12.09)
$(CP) $(BIN_DIR)/$(IMG_PREFIX)-$(1).fs $(TMP_DIR)/$(IMG_PREFIX)-jffs2-128k.fs
tar -C $(BIN_DIR) -cvzf $(BIN_DIR)/$(IMG_PREFIX)-$(1)-sysupgrade-from-12.09.bin \
- $(IMG_PREFIX)-vmlinux.bin -C $(TMP_DIR)
+ $(IMG_PREFIX)-vmlinux.bin -C $(TMP_DIR)
$(IMG_PREFIX)-jffs2-128k.fs
ifeq ($(CONFIG_TARGET_ROOTFS_INITRAMFS),y)
$(call Image/Build/Initramfs)
endif