Skip to content
Snippets Groups Projects
  1. May 28, 2020
  2. May 27, 2020
    • Pavel Balan's avatar
      ath79: add support for COMFAST CF-E130N v2 · ad84c095
      Pavel Balan authored
      
      This patch adds support for the COMFAST CF-E130N v2, an outdoor wireless
      CPE with a single Ethernet port and a 802.11bgn radio.
      
      Specifications:
      
       - QCA9531 SoC
       - 1x 10/100 Mbps Ethernet with PoE-in support
       - 64 MB of RAM (DDR2)
       - 16 MB of FLASH
       - 5 dBi built-in antenna
       - POWER/LAN/WLAN green LEDs
       - 4x RSSI LEDs (2x red, 2x green)
       - UART (115200 8N1) and GPIO (J9) headers on PCB
      
      Flashing instructions:
      
       The original firmware is based on OpenWrt so a sysupgrade image can be
       installed via the stock web GUI.
      
       The U-boot bootloader also contains a backup TFTP client to upload the
       firmware from. Upon boot, it checks its ethernet network for the IP
       192.168.1.10. Host a TFTP server and provide the image to be flashed as
       file firmware_auto.bin.
      
      MAC address setup:
      
      The art partition contains four consecutive MAC addresses:
      
      0x0    aa:bb:cc:xx:xx:c4
      0x6    aa:bb:cc:xx:xx:c6
      0x1002 aa:bb:cc:xx:xx:c5
      0x5006 aa:bb:cc:xx:xx:c7
      
      However, the manufacturer in its infinite wisdom decided that one address
      is enough and both eth0 and WiFi get the MAC address from 0x0 (yes, that's
      overwriting the existing and valid address in 0x1002). This is obviously
      also the address on the device's label.
      
      Signed-off-by: default avatarPavel Balan <admin@kryma.net>
      [fix configs partition, fix IMAGE_SIZE, add MAC address comment, rename
      ATH_SOC to SOC]
      Signed-off-by: default avatarAdrian Schmutzler <freifunk@adrianschmutzler.de>
      ad84c095
    • Adrian Schmutzler's avatar
      ath79: replace tab after DT label by space · 2b92ee36
      Adrian Schmutzler authored
      
      The common separator in this case is a single space.
      
      Signed-off-by: default avatarAdrian Schmutzler <freifunk@adrianschmutzler.de>
      2b92ee36
    • Adrian Schmutzler's avatar
  3. May 26, 2020
  4. May 25, 2020
  5. May 24, 2020
  6. May 23, 2020
  7. May 22, 2020
    • David Bauer's avatar
      ath79: add support for Enterasys WS-AP3705i · ebddc5f9
      David Bauer authored
      
      Hardware
      --------
      SoC:    Atheros AR9344
      RAM:    128M DDR2
      FLASH:  2x Macronix MX25L12845EM
              2x 16MiB SPI-NOR
      WLAN2:  Atheros AR9344 2x2 2T2R
      WLAN5:  Atheros AR9580 2x2 2T2R
      SERIAL: Cisco-RJ45 on the back (115200 8n1)
      
      Installation
      ------------
      
      The U-Boot CLI is password protected (using the same credentials as the
      OS). Default is admin/new2day.
      
      1. Download the OpenWrt initramfs-image. Place it into a TFTP server
         root directory and rename it to 1401A8C0.img. Configure the TFTP
         server to listen at 192.168.1.66/24.
      
      2. Connect the TFTP server to the access point.
      
      3. Connect to the serial console of the access point. Attach power and
         interrupt the boot procedure when prompted (bootdelay is 1 second).
      
      4. Configure the U-Boot environment for booting OpenWrt from Ram and
         flash:
      
         $ setenv boot_openwrt 'setenv bootargs; bootm 0xbf230000'
         $ setenv ramboot_openwrt 'setenv serverip 192.168.1.66;
           tftpboot 0x85000000; bootm'
         $ setenv bootcmd 'run boot_openwrt'
         $ saveenv
      
      5. Load OpenWrt into memory:
      
         $ run ramboot_openwrt
      
         Wait for the image to boot.
      
      6. Transfer the OpenWrt sysupgrade image to the device. Write the image
         to flash using sysupgrade:
      
         $ sysupgrade -n /path/to/openwrt-sysuograde.bin
      
      Signed-off-by: default avatarDavid Bauer <mail@david-bauer.net>
      ebddc5f9
    • David Bauer's avatar
      hostapd: add WEP as queryable build feature · a9f75101
      David Bauer authored
      
      Commit 472fd98c ("hostapd: disable support for Wired Equivalent
      Privacy by default") made support for WEP optional.
      
      Expose the WEP support to LuCi or other userspace tools using the
      existing interface. This way they are able to remove WEP from the
      available ciphers if hostapd is built without WEP support.
      
      Signed-off-by: default avatarDavid Bauer <mail@david-bauer.net>
      a9f75101
    • Daniele Castro's avatar
      brcm63xx: add support for ADB P.DG A4001N A-000-1A1-AX · d6f66dd8
      Daniele Castro authored
      ADB P.DG A4001N A-000-1A1-AX a.k.a. Telecom Italia ADSL2+ Wi-Fi N (AGPWI)
      has the same PCB as the OpenWrt's ADB P.DG A4001N1 with LEDs connected
      to different GPIO PINs in active low configuration.
      
      OpenWrt's ADB P.DG A4001N image is made for the ADB P.DG A4001N A-000-1A1-AE.
      It has different LEDs configuration and flash size/layout
      w.r.t the ADB P.DG A4001N A-000-1A1-AX.
      
      Hardware:
      * Board ID: 96328avng
      * SoC: Broadcom BCM6328
      * RAM DDR2-800: 32 Mbyte - winbond W9725G6KB-25
      * Serial flash: 16 Mbyte - MXIC MX25L 12845EMI-10G
      * Ethernet: 4x Ethernet 10/100 baseT
      * Wifi 2.4GHz: Broadcom Corporation BCM43224/5 Wireless Network Adapter (rev 01)
      * LEDs: 2x Power, 2x ADSL, 2x Internet, 2x Wi-Fi, 2x Service
      * Buttons: 1x Reset, 1x WPS (named WiFi/LED)
      * UART: 1x TTL 115200n8, TX  NC  RX, on J5 connector (short R192 and R193)
                               NC  GND NC
      
      Installation via CFE:
      * Stock CFE has to be overwriten with one for 96328avng boards that can upload
        .bin images with no signature check (cfe-A4001N-V0000_96328avng.bin)
      * connect a serial port to the board
      * Stop the boot process after power on by pressing enter
      * set static IP 192.168.1.2 and subnet mask 255.255.255.0
      * navigate to http://192.168.1.1/
      
      
      * upload the OpenWrt image file
      
      Signed-off-by: default avatarDaniele Castro <danielecastro@hotmail.it>
      Signed-off-by: default avatarÁlvaro Fernández Rojas <noltari@gmail.com>
      d6f66dd8
    • Adrian Schmutzler's avatar
      bcm63xx: use model part of board name as variable in 01_leds · e3e17b4e
      Adrian Schmutzler authored
      
      This extracts the model part of the board name and uses it for the
      LED string identifiers in 01_leds. As this makes statements more
      generic, it will allow to merge more cases in the future.
      
      Signed-off-by: default avatarAdrian Schmutzler <freifunk@adrianschmutzler.de>
      e3e17b4e
Loading