summaryrefslogtreecommitdiffhomepage
path: root/modules
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-07-01 01:53:42 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-07-01 01:53:42 +0000
commit8cddaabf815b1fa87a40dc72ec23e865a77600af (patch)
tree3281b7e266ea15292c59ad9f52e3d95267b58401 /modules
parent9bf1758ae6ddf93cd8f8d7e591b33fcf373ad948 (diff)
modules/freifunk: prepare ar71xx support in remote-update
Diffstat (limited to 'modules')
-rwxr-xr-xmodules/freifunk/root/usr/sbin/remote-update5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/freifunk/root/usr/sbin/remote-update b/modules/freifunk/root/usr/sbin/remote-update
index 67751d6cf..b900ada31 100755
--- a/modules/freifunk/root/usr/sbin/remote-update
+++ b/modules/freifunk/root/usr/sbin/remote-update
@@ -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"
;;