git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
7c9847a
)
contrib/package: fix broadcom arch detection in remote-update
author
Jo-Philipp Wich
<redacted>
Thu, 19 Nov 2009 23:58:28 +0000
(23:58 +0000)
committer
Jo-Philipp Wich
<redacted>
Thu, 19 Nov 2009 23:58:28 +0000
(23:58 +0000)
contrib/package/remote-update/files/usr/sbin/remote-update
patch
|
blob
|
history
diff --git
a/contrib/package/remote-update/files/usr/sbin/remote-update
b/contrib/package/remote-update/files/usr/sbin/remote-update
index 4fa7e38dced271cb72e509c99aa6b96d779494c9..e767915526846e9c04e1731917e47dab92cec1e5 100755
(executable)
--- 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
git clone https://git.99rst.org/PROJECT