diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-11-26 18:01:18 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-11-26 18:01:18 +0000 |
commit | 9035847d75d9453f4f55eef1c6f5a8fffa29800c (patch) | |
tree | 7c1b93f9c00fa3cbb9197700a1f7ad559a78cb2c /target/linux/cns3xxx/image | |
parent | f5d23c51b3a2c7f62e0e16762aa2c908dcad8175 (diff) | |
download | upstream-9035847d75d9453f4f55eef1c6f5a8fffa29800c.tar.gz upstream-9035847d75d9453f4f55eef1c6f5a8fffa29800c.tar.bz2 upstream-9035847d75d9453f4f55eef1c6f5a8fffa29800c.zip |
cns3xxx: remove bogus image added in r38703
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43396 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/cns3xxx/image')
-rw-r--r-- | target/linux/cns3xxx/image/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/cns3xxx/image/Makefile b/target/linux/cns3xxx/image/Makefile index c86b642e6c..9e5deecf6b 100644 --- a/target/linux/cns3xxx/image/Makefile +++ b/target/linux/cns3xxx/image/Makefile @@ -18,10 +18,6 @@ define BuildFirmware/Generic sh $(TOPDIR)/scripts/combined-image.sh \ $(KDIR)/uImage.pad \ $(KDIR)/root.$(1).pad \ - $(BIN_DIR)/$(IMG_PREFIX)-$(patsubst jffs2-%,jffs2,$(patsubst squashfs-%,squashfs,$(1)))-uboot-sysupgrade.bin - sh $(TOPDIR)/scripts/combined-image.sh \ - $(KDIR)/uImage.pad \ - $(KDIR)/root.$(1).pad \ $(BIN_DIR)/$(IMG_PREFIX)-$(patsubst jffs2-%,jffs2,$(patsubst squashfs-%,squashfs,$(1)))-sysupgrade.bin endef |