contrib/package: fix broadcom arch detection in remote-update
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 19 Nov 2009 23:58:28 +0000 (23:58 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 19 Nov 2009 23:58:28 +0000 (23:58 +0000)
contrib/package/remote-update/files/usr/sbin/remote-update

index 4fa7e38..e767915 100755 (executable)
@@ -24,7 +24,7 @@ find_image()
                ar71xx)
                        echo "openwrt-ar71xx-combined.img"
                ;;
-               brcm-2.4)
+               brcm)
                        echo "openwrt-brcm-2.4-squashfs.trx"
                ;;
        esac