diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-07-01 01:53:42 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-07-01 01:53:42 +0000 |
commit | 8cddaabf815b1fa87a40dc72ec23e865a77600af (patch) | |
tree | 3281b7e266ea15292c59ad9f52e3d95267b58401 /modules | |
parent | 9bf1758ae6ddf93cd8f8d7e591b33fcf373ad948 (diff) |
modules/freifunk: prepare ar71xx support in remote-update
Diffstat (limited to 'modules')
-rwxr-xr-x | modules/freifunk/root/usr/sbin/remote-update | 5 |
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" ;; |