projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bf1758
)
modules/freifunk: prepare ar71xx support in remote-update
author
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 1 Jul 2009 01:53:42 +0000
(
01:53
+0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 1 Jul 2009 01:53:42 +0000
(
01:53
+0000)
modules/freifunk/root/usr/sbin/remote-update
patch
|
blob
|
history
diff --git
a/modules/freifunk/root/usr/sbin/remote-update
b/modules/freifunk/root/usr/sbin/remote-update
index 67751d6cfdab45f7e9956ca79b6a37d7c672c431..b900ada31c79063a25764f6c4ab84582ec18e38b 100755
(executable)
--- 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"
;;