diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-11-19 23:58:28 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-11-19 23:58:28 +0000 |
commit | f61586c62ba0cb652293d24f88f152753d256503 (patch) | |
tree | 61bcf637d7ac045eccc6ded6b271e8a09ef2d0d7 /contrib/package/remote-update/files | |
parent | 7c9847ab1283f1e407caf428f26d0380df02c562 (diff) |
contrib/package: fix broadcom arch detection in remote-update
Diffstat (limited to 'contrib/package/remote-update/files')
-rwxr-xr-x | contrib/package/remote-update/files/usr/sbin/remote-update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/package/remote-update/files/usr/sbin/remote-update b/contrib/package/remote-update/files/usr/sbin/remote-update index 4fa7e38dc..e76791552 100755 --- a/contrib/package/remote-update/files/usr/sbin/remote-update +++ b/contrib/package/remote-update/files/usr/sbin/remote-update @@ -24,7 +24,7 @@ find_image() ar71xx) echo "openwrt-ar71xx-combined.img" ;; - brcm-2.4) + brcm) echo "openwrt-brcm-2.4-squashfs.trx" ;; esac |