提交 af842454 编写于 作者: J Jo-Philipp Wich

contrib/package: remote-update: now expect "openwrt-atheros-combined.img"...

contrib/package: remote-update: now expect "openwrt-atheros-combined.img" since we switch to upstream combined images
上级 536430d0
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=remote-update PKG_NAME:=remote-update
PKG_RELEASE:=2 PKG_RELEASE:=3
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
......
...@@ -19,16 +19,10 @@ find_image() ...@@ -19,16 +19,10 @@ find_image()
{ {
case "$1" in case "$1" in
atheros) atheros)
if grep -q '"vmlinux.bin.l7"' /proc/mtd; then echo "openwrt-atheros-combined.img"
echo "openwrt-fonera-combined.img"
else
echo "openwrt-ubiquity-combined.img"
fi
;; ;;
ar71xx) ar71xx)
if grep -q '"kernel"' /proc/mtd; then echo "openwrt-ar71xx-combined.img"
echo "openwrt-ar71xx-combined.img"
fi
;; ;;
brcm-2.4) brcm-2.4)
echo "openwrt-brcm-2.4-squashfs.trx" echo "openwrt-brcm-2.4-squashfs.trx"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册