luci-0.9: merge r5572
This commit is contained in:
parent
835f7aa6df
commit
baf949c399
2 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=remote-update
|
PKG_NAME:=remote-update
|
||||||
PKG_RELEASE:=3
|
PKG_RELEASE:=4
|
||||||
|
|
||||||
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
|
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
|
||||||
|
|
||||||
|
|
|
@ -19,10 +19,10 @@ find_image()
|
||||||
{
|
{
|
||||||
case "$1" in
|
case "$1" in
|
||||||
atheros)
|
atheros)
|
||||||
echo "openwrt-atheros-combined.img"
|
echo "openwrt-atheros-combined.squashfs.img"
|
||||||
;;
|
;;
|
||||||
ar71xx)
|
ar71xx)
|
||||||
echo "openwrt-ar71xx-combined.img"
|
echo "openwrt-ar71xx-combined.squashfs.img"
|
||||||
;;
|
;;
|
||||||
brcm)
|
brcm)
|
||||||
echo "openwrt-brcm-2.4-squashfs.trx"
|
echo "openwrt-brcm-2.4-squashfs.trx"
|
||||||
|
|
Loading…
Reference in a new issue