Skip to content
Snippets Groups Projects
  1. Nov 01, 2019
    • Hauke Mehrtens's avatar
      lantiq: Allow PKG_ASLR_PIE for DSL and voice drivers · ddab7589
      Hauke Mehrtens authored
      
      When ASLR_PIE was activated globally these drivers failed to build
      because the user space LDFLAGS leaked into the kernel build process.
      This was fixed in upstream Linux kernel commit ce99d0bf312d ("kbuild:
      clear LDFLAGS in the top Makefile") which went into Linux 4.17. The
      lantiq target is now on Linux 4.19 only and these exceptions are not
      needed any more.
      
      Signed-off-by: default avatarHauke Mehrtens <hauke@hauke-m.de>
      ddab7589
    • Michal Cieslakiewicz's avatar
      ath79: add support for Netgear WNR2200 · f85d56bb
      Michal Cieslakiewicz authored
      
      This patch adds ath79 support for Netgear WNR2200.
      Router was previously supported by ar71xx target only (8 MiB variant).
      Netgear WNR2200 has two flash versions - 8MiB sold in EU, US etc. and
      16 MiB for Russia and China markets. Apart from flash size both variants
      share the same hardware specification.
      
      Specification
      =============
        * Description: Netgear WNR2200
        * Loader: U-boot
        * SOC: Atheros AR7241 (360 MHz)
        * RAM: 64 MiB
        * Flash: 8 MiB or 16 MiB (SPI NOR)
      	- U-boot binary: 256 KiB
      	- U-boot environment: 64 KiB
      	- Firmware: 7808 KiB or 16000 KiB
      	- ART: 64 KiB
        * Ethernet: 4 x 10/100 LAN + 1 x 10/100 WAN
        * Wireless: 2.4 GHz b/g/n (Atheros AR9287)
        * USB: yes, 1 x USB 2.0
        * Buttons:
      	- Reset
      	- WiFi (rfkill)
      	- WPS
        * LEDs:
      	- Power (amber/green)
      	- WAN (amber/green)
      	- WLAN (blue)
      	- 4 x LAN (amber/green)
      	- WPS (green)
        * UART: 4-pin connector JP1, 3.3V (Vcc, TX, RX, GND), 115200 8N1
        * Power supply: DC 12V 1.5A
        * MAC addresses: LAN on case label, WAN +1, WLAN +2
      
      Installation
      ============
        * TFTP recovery
        * TFTP via U-boot prompt
        * sysupgrade
        * Web interface
      
      Test build configuration
      ========================
      CONFIG_TARGET_ath79=y
      CONFIG_TARGET_ath79_generic=y
      CONFIG_TARGET_ath79_generic_DEVICE_netgear_wnr2200-8m=y
      CONFIG_ALL_KMODS=y
      CONFIG_DEVEL=y
      CONFIG_CCACHE=y
      CONFIG_COLLECT_KERNEL_DEBUG=y
      CONFIG_IMAGEOPT=y
      CONFIG_KERNEL_DEBUG_INFO=y
      CONFIG_KERNEL_DEBUG_KERNEL=y
      
      Signed-off-by: default avatarMichal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
      f85d56bb
    • Jo-Philipp Wich's avatar
      rpcd: update to latest Git HEAD · c2675bb0
      Jo-Philipp Wich authored
      
      d442d62 plugin: fix double free in finish callback
      ee26d83 main: exec_self: make clang analyzer happy
      90e40bd file: exec: properly free memory on error
      9ecfada uci: free configs list memory on return
      32fba36 exec: always call finish_cb to allow plugin to free up memory
      ca3e2d5 plugin: do not free method name separately
      02c6e1d exec: properly free memory on rpc_exec() error
      cc50263 plugin: exec: properly free memory on parse error
      bd0ed25 uci: reset uci_ptr flags when merging set operations
      37aa919 plugin: fix leaking invoked method name for exec plugins
      
      Signed-off-by: default avatarJo-Philipp Wich <jo@mein.io>
      c2675bb0
    • Yousong Zhou's avatar
      dropbear: rebuild libs on config change · 289d532d
      Yousong Zhou authored
      
      Required as dependency on dropbear config headers is not tracked in
      dropbear build system
      
      Fixes FS#2275
      
      Signed-off-by: default avatarYousong Zhou <yszhou4tech@gmail.com>
      289d532d
  2. Oct 31, 2019
  3. Oct 30, 2019
  4. Oct 29, 2019
  5. Oct 28, 2019
  6. Oct 27, 2019
Loading