aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ixp4xx/image
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-04-06 10:29:40 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-04-06 10:29:40 +0000
commit1799b5838283009dd34e91ec4515db6c060f7788 (patch)
tree763bde93e0c5675b27186aab29cefa897e119a0d /target/linux/ixp4xx/image
parentbdc669963437e0d6d9a83b157b08b294e9372738 (diff)
downloadupstream-1799b5838283009dd34e91ec4515db6c060f7788.tar.gz
upstream-1799b5838283009dd34e91ec4515db6c060f7788.tar.bz2
upstream-1799b5838283009dd34e91ec4515db6c060f7788.zip
ixp4xx: don't leave zImage on the rootfs for images other than the freecom one
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15117 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ixp4xx/image')
-rw-r--r--target/linux/ixp4xx/image/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ixp4xx/image/Makefile b/target/linux/ixp4xx/image/Makefile
index 82f2e96d58..b1c715a640 100644
--- a/target/linux/ixp4xx/image/Makefile
+++ b/target/linux/ixp4xx/image/Makefile
@@ -30,6 +30,7 @@ define Image/Build/Freecom
$(INSTALL_DIR) $(TARGET_DIR)/var
$(TAR) cfj $(BIN_DIR)/openwrt-$(2)-$(1).img --numeric-owner --owner=0 --group=0 -C $(TARGET_DIR)/ .
$(STAGING_DIR_HOST)/bin/encode_crc $(BIN_DIR)/openwrt-$(2)-$(1).img $(BIN_DIR)/openwrt-$(2)-$(1)-webupgrade.img
+ rm -f $(TARGET_DIR)/zImage
endef
define Image/Prepare