Firmware: Unterschied zwischen den Versionen

Aus Freifunk Kiel
Zur Navigation springen Zur Suche springen
(Firmware verlinkt)
Zeile 1: Zeile 1:
 +
== Download ==
 +
 +
Im folgenden die aktuelle Images der FFKI-Firmware. Achte bei der Auswahl der Firmware auf
 +
die Version deines Routers.
 +
 +
{| cellpadding="10"
 +
! Model
 +
! Erstinstallation
 +
! Upgrade
 +
|-
 +
| TP-Link TL-WR741N / TL-WR741ND
 +
|
 +
[http://freifunk.in-kiel.de/firmware/ar71xx/openwrt-ar71xx-generic-tl-wr741nd-v1-squashfs-factory.bin V1]
 +
[http://freifunk.in-kiel.de/firmware/ar71xx/openwrt-ar71xx-generic-tl-wr741nd-v2-squashfs-factory.bin V2]
 +
[http://freifunk.in-kiel.de/firmware/ar71xx/openwrt-ar71xx-generic-tl-wr741nd-v4-squashfs-factory.bin V4]
 +
|
 +
[http://freifunk.in-kiel.de/firmware/ar71xx/openwrt-ar71xx-generic-tl-wr741nd-v1-squashfs-sysupgrade.bin V1]
 +
[http://freifunk.in-kiel.de/firmware/ar71xx/openwrt-ar71xx-generic-tl-wr741nd-v2-squashfs-sysupgrade.bin V2]
 +
[http://freifunk.in-kiel.de/firmware/ar71xx/openwrt-ar71xx-generic-tl-wr741nd-v4-squashfs-sysupgrade.bin V4]
 +
|-
 +
| TP-Link TL-WR841N / TL-WR841ND
 +
|
 +
[http://freifunk.in-kiel.de/firmware/ar71xx/openwrt-ar71xx-generic-tl-wr841nd-v3-squashfs-factory.bin V3]
 +
[http://freifunk.in-kiel.de/firmware/ar71xx/openwrt-ar71xx-generic-tl-wr841nd-v5-squashfs-factory.bin V5]
 +
[http://freifunk.in-kiel.de/firmware/ar71xx/openwrt-ar71xx-generic-tl-wr841nd-v7-squashfs-factory.bin V7]
 +
|
 +
[http://freifunk.in-kiel.de/firmware/ar71xx/openwrt-ar71xx-generic-tl-wr841nd-v3-squashfs-sysupgrade.bin V3]
 +
[http://freifunk.in-kiel.de/firmware/ar71xx/openwrt-ar71xx-generic-tl-wr841nd-v5-squashfs-sysupgrade.bin V5]
 +
[http://freifunk.in-kiel.de/firmware/ar71xx/openwrt-ar71xx-generic-tl-wr841nd-v7-squashfs-sysupgrade.bin V7]
 +
|-
 +
| TP-Link TL-1043ND
 +
|
 +
[http://freifunk.in-kiel.de/firmware/ar71xx/openwrt-ar71xx-generic-tl-wr1043nd-v1-squashfs-factory.bin V1]
 +
|
 +
[http://freifunk.in-kiel.de/firmware/ar71xx/openwrt-ar71xx-generic-tl-wr1043nd-v1-squashfs-sysupgrade.bin V1]
 +
|}
 +
 
== Development ==
 
== Development ==
 
   
 
   

Version vom 25. Juli 2012, 17:58 Uhr

Download

Im folgenden die aktuelle Images der FFKI-Firmware. Achte bei der Auswahl der Firmware auf die Version deines Routers.

Model Erstinstallation Upgrade
TP-Link TL-WR741N / TL-WR741ND

V1 V2 V4

V1 V2 V4

TP-Link TL-WR841N / TL-WR841ND

V3 V5 V7

V3 V5 V7

TP-Link TL-1043ND

V1

V1

Development

 # für 741nd
 git clone git://freifunk.in-kiel.de/ffki-firmware.git -b experimental
 # für anderes <model> welches wir unterstützen
 git clone git://freifunk.in-kiel.de/ffki-firmware.git -b experimental-<model>
 
 cd firmware
 echo 'src-git lff git://krtek.asta.uni-luebeck.de/lff/pkg.git;experimental' > feeds.conf
 echo 'src-svn luci http://svn.luci.subsignal.org/luci/trunk/contrib/package' >> feeds.conf
 scripts/feeds update -a
 scripts/feeds install -a
 
 # Prüfen ob sich beim Updaten die .config verändert hat
 git diff .config
 
 # Wenn diese der Fall sein sollte, folgende zwei Zeilen
 git checkout .config
 yes  | make oldconfig
 
 # Der nächste Schritt kann LANGE dauern, hol dir am besten einen Kaffee und ein Buch.
 make