modules/freifunk: prepare ar71xx support in remote-update
This commit is contained in:
parent
9bf1758ae6
commit
8cddaabf81
1 changed files with 5 additions and 0 deletions
|
@ -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"
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue