Skip to content

Commit

Permalink
added support for tl-wr1043nd-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
mojoaxel committed Nov 9, 2014
1 parent ec213c6 commit 3845a72
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bsp/board_wr1043nd.bsp
Expand Up @@ -13,6 +13,8 @@ board_prebuild() {
board_postbuild() {
cp $target/bin/ar71xx/openwrt-ar71xx-generic-tl-wr1043nd-v1-squashfs-factory.bin ./bin/
cp $target/bin/ar71xx/openwrt-ar71xx-generic-tl-wr1043nd-v1-squashfs-sysupgrade.bin ./bin/
cp $target/bin/ar71xx/openwrt-ar71xx-generic-tl-wr1043nd-v2-squashfs-factory.bin ./bin/
cp $target/bin/ar71xx/openwrt-ar71xx-generic-tl-wr1043nd-v2-squashfs-sysupgrade.bin ./bin/

This comment has been minimized.

Copy link
@RedDog99

RedDog99 Nov 9, 2014

Contributor

Sieht gut aus.

}

board_flash() {
Expand Down
10 changes: 10 additions & 0 deletions bsp/wr1043nd/root_file_system/etc/network.tl-wr1043nd-v2
@@ -0,0 +1,10 @@

This comment has been minimized.

Copy link
@RedDog99

RedDog99 Nov 9, 2014

Contributor

Unnütze Leerzeile

This comment has been minimized.

Copy link
@mojoaxel

mojoaxel Nov 9, 2014

Author Contributor

Die leerzeile ist auch in der v1 version drin. Wollte das nicht anfassen...

WANDEV=eth0
SWITCHDEV=eth0
CLIENT_PORTS="1 2 6t"
WAN_PORTS="5 6t"
BATMAN_PORTS="3 4 6t"

CLIENTIF="eth0.1 w2ap"
ETHMESHMAC=
ROUTERMAC=eth1

2 comments on commit 3845a72

@RedDog99
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Schaut soweit gut aus. Kannst du bitte nochmal kontrollieren, ob die LEDs richtig funktionieren?

@mojoaxel
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ja! LEDs sehen gut aus.

  • Power leuchtet.
  • System-LED blinkt langsam vor sich hin.
  • WAN blinkt auch bei aktivität.
  • Clients und Batman Port leuchten bei Verbindung.
  • (Selbst USB leuchtet bei Verbindung mit Stick.)
  • Es gibt noch eine "Update" LED, die aus ist.
    Wo sind die LEDs nochmal dokumentiert?

WLAN-On/Off Knopf scheint nicht zu funktionieren (zum Glück)

Please sign in to comment.