Skip to content
Snippets Groups Projects
  1. Jan 02, 2017
    • Alberto Bursi's avatar
      base-files: fix message of initscript wrapper · 8496659e
      Alberto Bursi authored
      
      currently (after blogic's edit to my commit) it prints like this:
      
      root@lede:/# service aa
      aa does not exist. the following services are available :adblock       dnsmasq       gpio_switch   rpcd          system
      boot          done          led           sqm           uhttpd
      crelay        dropbear      log           sysctl        umount
      cron          firewall      network       sysfixtime    urandom_seed
      ddns          fstab         odhcpd        sysntpd
      
      which looks pretty bad, and is even worse if someone writes only "service" without arguments, as it will print " does not exist. " which is confusing.
      
      with this commit it looks like this:
      
      root@lede:/# service
      service "" not found, the following services are available:
      adblock       dnsmasq       gpio_switch   rpcd          system
      boot          done          led           sqm           uhttpd
      crelay        dropbear      log           sysctl        umount
      cron          firewall      network       sysfixtime    urandom_seed
      ddns          fstab         odhcpd        sysntpd
      
      Yes there is some play with " and ', it is to display "name" or just "" if no service name is entered (like in the example).
      
      Signed-off-by: default avatarAlberto Bursi <alberto.bursi@outlook.it>
      8496659e
    • George Amanakis's avatar
      generic: package Broadcom BNX2 driver · 5639e456
      George Amanakis authored
      
      bnx2 driver support for the x86 architecture. Includes module and
      firmware for Broadcom BCM5706/5708/5709/5716 ethernet adapters.
      
      Signed-off-by: default avatarGeorge Amanakis <g_amanakis@yahoo.com>
      5639e456
    • Hauke Mehrtens's avatar
      oxnas: fix syntax in ox820-akitio.dts · 321aca66
      Hauke Mehrtens authored
      
      This commit introduced a syntax error in ox820-akitio.dts which is
      fixed now:
      commit 5cde94d9
      Author: Daniel Golle <daniel@makrotopia.org>
      Date:   Sat Sep 24 01:14:53 2016 +0200
          oxnas: backport upstream NAND driver
      
      This caused the folowing error message in the build bot:
      Error: arch/arm/boot/dts/ox820-akitio.dts:146.3-147.1 syntax error
      FATAL ERROR: Unable to parse input tree
      scripts/Makefile.lib:293: recipe for target 'arch/arm/boot/dts/ox820-akitio.dtb' failed
      make[5]: *** [arch/arm/boot/dts/ox820-akitio.dtb] Error 1
      
      Signed-off-by: default avatarHauke Mehrtens <hauke@hauke-m.de>
      321aca66
    • Hauke Mehrtens's avatar
      curl: update to version 7.52.1 · 1436e154
      Hauke Mehrtens authored
      
      This fixes the folowing security problems:
      
      CVE-2016-9586: printf floating point buffer overflow
      CVE-2016-9952: Win CE schannel cert wildcard matches too much
      CVE-2016-9953: Win CE schannel cert name out of buffer read
      CVE-2016-9594: unititialized random
      
      Signed-off-by: default avatarHauke Mehrtens <hauke@hauke-m.de>
      1436e154
  2. Jan 01, 2017
  3. Dec 30, 2016
  4. Dec 29, 2016
  5. Dec 28, 2016
  6. Dec 27, 2016
  7. Dec 26, 2016
Loading