contrib/package: remote-update: combined images now include the fs type in the file...
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 22 Nov 2009 22:25:32 +0000 (22:25 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 22 Nov 2009 22:25:32 +0000 (22:25 +0000)
contrib/package/remote-update/Makefile
contrib/package/remote-update/files/usr/sbin/remote-update

index f4affb4..b1b8f6f 100644 (file)
@@ -7,7 +7,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=remote-update
-PKG_RELEASE:=3
+PKG_RELEASE:=4
 
 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
 
index e767915..6e45e48 100755 (executable)
@@ -19,10 +19,10 @@ find_image()
 {
        case "$1" in
                atheros)
-                       echo "openwrt-atheros-combined.img"
+                       echo "openwrt-atheros-combined.squashfs.img"
                ;;
                ar71xx)
-                       echo "openwrt-ar71xx-combined.img"
+                       echo "openwrt-ar71xx-combined.squashfs.img"
                ;;
                brcm)
                        echo "openwrt-brcm-2.4-squashfs.trx"