From: Jo-Philipp Wich Date: Sun, 22 Nov 2009 22:26:44 +0000 (+0000) Subject: luci-0.9: merge r5572 X-Git-Tag: 0.9.0~100 X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=baf949c399886c98af8963554e25f97c5b8ba976 luci-0.9: merge r5572 --- diff --git a/contrib/package/remote-update/Makefile b/contrib/package/remote-update/Makefile index f4affb496..b1b8f6f36 100644 --- a/contrib/package/remote-update/Makefile +++ b/contrib/package/remote-update/Makefile @@ -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) diff --git a/contrib/package/remote-update/files/usr/sbin/remote-update b/contrib/package/remote-update/files/usr/sbin/remote-update index e76791552..6e45e482b 100755 --- a/contrib/package/remote-update/files/usr/sbin/remote-update +++ b/contrib/package/remote-update/files/usr/sbin/remote-update @@ -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"