luci-0.9: merge r5407#

This commit is contained in:
Jo-Philipp Wich 2009-10-19 12:22:39 +00:00
parent a7e91b297c
commit 05d6d004b9
2 changed files with 3 additions and 9 deletions

View file

@ -7,7 +7,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=remote-update
PKG_RELEASE:=1
PKG_RELEASE:=3
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)

View file

@ -16,16 +16,10 @@ find_image()
{
case "$1" in
atheros)
if grep -q '"vmlinux.bin.l7"' /proc/mtd; then
echo "openwrt-fonera-combined.img"
else
echo "openwrt-ubiquity-combined.img"
fi
echo "openwrt-atheros-combined.img"
;;
ar71xx)
if grep -q '"kernel"' /proc/mtd; then
echo "openwrt-ar71xx-combined.img"
fi
echo "openwrt-ar71xx-combined.img"
;;
brcm-2.4)
echo "openwrt-brcm-2.4-squashfs.trx"