Skip to content
Snippets Groups Projects
Commit e3e3a287 authored by blogic's avatar blogic
Browse files

au1000: fix copy pasta failure


Signed-off-by: default avatarBruno Randolf <br1@einfach.org>

git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@41931 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent 4e3bec82
No related branches found
No related tags found
No related merge requests found
...@@ -68,7 +68,7 @@ define Image/Build ...@@ -68,7 +68,7 @@ define Image/Build
# backwards compatible image for upgrade from Attitude Adjustment (12.09) # backwards compatible image for upgrade from Attitude Adjustment (12.09)
$(CP) $(BIN_DIR)/$(IMG_PREFIX)-$(1).fs $(TMP_DIR)/$(IMG_PREFIX)-jffs2-128k.fs $(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 \ 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) ifeq ($(CONFIG_TARGET_ROOTFS_INITRAMFS),y)
$(call Image/Build/Initramfs) $(call Image/Build/Initramfs)
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment