modules/freifunk: prepare ar71xx support in remote-update

This commit is contained in:
Jo-Philipp Wich 2009-07-01 01:53:42 +00:00
parent 9bf1758ae6
commit 8cddaabf81

View file

@ -22,6 +22,11 @@ find_image()
echo "openwrt-ubiquity-combined.img"
fi
;;
ar71xx)
if grep -q '"kernel"' /proc/mtd; then
echo "openwrt-ar71xx-combined.img"
fi
;;
brcm-2.4)
echo "openwrt-brcm-2.4-squashfs.trx"
;;