Skip to content
Snippets Groups Projects
  1. May 10, 2017
    • Ørjan Malde's avatar
      ramips: add support for Asus RT-AC51U · 5f932988
      Ørjan Malde authored
      
      Specification:
       - SoC: MediaTek MT7620A (580 MHz)
       - RAM: 64 MiB (Winbond W9751G6JB-25)
       - Flash: 16 MiB (Spansion S25FL128SAIF00)
       - LAN: x4 100M
       - WAN: x1 100M
       - Others: USB 2.0, reset button, wps button and 9 LEDs
      
      Issues:
       - 5 GHz band is not functional (missing driver support)
      
      Installation:
      
      Asus windows recovery tool:
       - install the Asus firmware restoration utility
       - unplug the router, hold the reset button while powering it on
       - release when the power LED flashes slowly
       - specify a static IP on your computer:
           IP address: 192.168.1.75;
           Subnet mask 255.255.255.0
       - Start the Asus firmware restoration utility, specify the sysupgrade
         image, and press upload
      
      TFTP Recovery method:
       - set computer to a static ip, 192.168.1.75
       - connect computer to the LAN 1 port of the router
       - hold the reset button while powering on the router for a few seconds
       - send firmware image using a tftp client; i.e from linux:
       $ tftp
       tftp> binary
       tftp> connect 192.168.1.1
       tftp> put lede-ramips-mt7620-rt-ac51u-squashfs-sysupgrade.bin
       tftp> quit
      
      Signed-off-by: default avatarØrjan Malde <foxyred333@gmail.com>
      5f932988
  2. Apr 25, 2017
  3. Feb 15, 2017
    • Daniel Golle's avatar
      ramips: replace remaining instances of ralink, port-map · d5722325
      Daniel Golle authored
      
      Some boards were apparently forgotten when ralink,portmap was renamed
      to mediatek,portmap -- probably because they used the long obsolete
      ralink,port-map attribute.
      If this commit breaks ethernet wan/lan assignment, this is because
      the port-map attribute wasn't actually parsed, you'll have to replace
      "wllll" by "llllw" in the dts file belonging to that board (and send
      a patch doing that!)
      
      Signed-off-by: default avatarDaniel Golle <daniel@makrotopia.org>
      d5722325
  4. Jan 26, 2017
  5. Dec 22, 2016
  6. Nov 13, 2016
    • Mathias Kresin's avatar
      treewide: dts: use keycode defines from input dt-binding · 2b55c83e
      Mathias Kresin authored
      
      All compiled device tree files not mentioned are binary identical to the
      former ones.
      
      Fix the obvious decimal/hex confusion for the power key of ramips/M2M.dts.
      
      Due to the include of the input binding header, the BTN_* node names in:
      
        - ramips/GL-MT300A.dts
        - ramips/GL-MT300N.dts
        - ramips/GL-MT750.dts
        - ramips/Timecloud.dts
      
      will be changed by the compiler to the numerical equivalent.
      
      Move the binding include of lantiq boards to the file where they are
      used the first time to hint the user where the values do come from.
      
      Signed-off-by: default avatarMathias Kresin <dev@kresin.me>
      2b55c83e
  7. May 18, 2016
  8. May 12, 2016
  9. May 10, 2016
  10. Dec 18, 2015
  11. Dec 17, 2015
  12. Aug 17, 2015
    • John Crispin's avatar
      ramips: use consistent naming scheme for LEDs · 1a392636
      John Crispin authored
      
      The upstream LED naming convention is "device:color:led-name", but it seems that many of supported boards in OpenWrt don't follow this approach.
      The following patch fixes this inconsistency in dts{,i} files and updates base-files scripts for ramips target:
       * fixes wrong indentation
       * keeps case statements structure in same convention as in other scripts (no empty line after ";;", no indentation for case...esac body)
       * fixes wrong LED names for some of boards (makes them the same as in dts{,i} files)
       * combines boards with same configuration (ex. set_wifi_led "rt2800pci-phy0::radio" in 01_leds)
      
      Signed-off-by: default avatarPiotr Dymacz <pepe2k@gmail.com>
      
      SVN-Revision: 46664
      1a392636
    • John Crispin's avatar
      ramips: fix indentation and other mistakes in .dts{, i} files · 553fea9f
      John Crispin authored
      
      The following patch fixes:
       * wrong indentations
       * doubled gpio-keys-polled nodes (DIR-300-B7, DIR-320-B1, DIR-610-A1)
       * duplicate spacings
       * empty lines at end of files and after last child nodes
       * trailing and leading whitespace
       * unnecessary and commented-out code
       * missing empty lines between nodes and between properties and nodes
       * unnecessary empty lines between nodes properties [1]
      
      in .dts{,i} files, for ramips target.
      
      [1] Some of empty lines in SOCs dtsi files were left untouched, because they seem to be there for a reason (readability?).
      
      Signed-off-by: default avatarPiotr Dymacz <pepe2k@gmail.com>
      
      SVN-Revision: 46613
      553fea9f
  13. Jan 17, 2015
  14. Jul 17, 2014
    • John Crispin's avatar
      ramips: soc wmac eeprom cleanup · f44d3f99
      John Crispin authored
      
      Move eeprom extraction from scripts to dts files.
      Additionally there are few other changes like:
      - whitespace fixes
      - add partition labels where needed
      - BR6524N board doesn't exist (lost in translation?)
      - fix Edimax 3g-6200nl model
      - add wmac eeprom to dts for Asus RT-N14U board
      
      Compile tested all subtargets and their profiles.
      Run tested on:
      - Asus RT-N15
      - Asus RT-N14U
      - Buffalo WHR-600D
      - Argus ATP52B
      - Sparklan WCR-150GN
      
      Few problems noted:
      - many boards didn't have wmac eeprom information defined at all
      - several boards don't have any patitions defined (see FIXME comments in dts)
      
      Signed-off-by: default avatarRoman Yeryomin <roman@advem.lv>
      
      SVN-Revision: 41680
      f44d3f99
  15. Dec 25, 2013
  16. Nov 25, 2013
  17. Nov 17, 2013
  18. Sep 17, 2013
  19. Jul 29, 2013
  20. Apr 09, 2013
  21. Apr 07, 2013
  22. Apr 06, 2013
  23. Apr 03, 2013
Loading