contrib/package: remote-update: combined images now include the fs type in the file name

This commit is contained in:
Jo-Philipp Wich 2009-11-22 22:25:32 +00:00
parent 39ee74e598
commit f530c141d8
2 changed files with 3 additions and 3 deletions

View 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)

View File

@ -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"