contrib/package: remote-update: combined images now include the fs type in the file name
This commit is contained in:
parent
39ee74e598
commit
f530c141d8
@ -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)
|
||||
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user