TP-Link TL-WR841N v13 wird in DE ausgeliefert

TL-WR841N v13 Image bauen

  • git clone -b next https://github.com/freifunk-gluon/gluon.git && cd gluon
  • (z.B.) git clone -b lede https://github.com/ffac/site.git
  • in targets/ramips-mt76x8 folgendes hinzufügen:
    device tp-link-tl-wr841n-v13 tl-wr841n-v13
    factory
    
  • make update && make -j1 V=s BROKEN=1 GLUON_TARGET=ramips-mt76x8
  • :warning: Es wird kein factory image erzeugt, nur ein sysupgrade (output/images/sysupgrade)!

Flashen

  • OpenWrt recovery image wie hier („Flash instruction“) beschrieben per TFTP flashen und neustarten
  • scp $sysupgrade.bin 192.168.1.1:/tmp
  • ssh 192.168.1.1 sysupgrade -v -n /tmp/$sysupgrade.bin
  • :beer:
5 „Gefällt mir“