1. 10 Jun, 2016 8 commits
  2. 06 Jun, 2016 1 commit
    • Adam Wujek's avatar
      softpll: move stats defines to new file softpll_export.h · c2f15675
      Adam Wujek authored
      For other parties using the stats interface with the softpll we need
      the minimal file that can be easily used in other projects (like SNMP on
      the wr-switch).
      
      Move to the softpll_export.h:
      --struct spll_stats
      --defines of seq_state from softpll_ng.c (SEQ_* and AUX_*)
      --defines of align_state from spll_external.c (ALIGN_*)
      --defines of mode from softpll_ng.h (SPLL_MODE_*)
      Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
      c2f15675
  3. 20 May, 2016 10 commits
  4. 18 May, 2016 20 commits
  5. 04 Apr, 2016 1 commit
    • Alessandro Rubini's avatar
      lib: do not build IPV4 code if not configured in · a6a7a489
      Alessandro Rubini authored
      Although we love to build-test stuff and discard at link time, as soon
      as we move tasks to be sections, we need to avoid building the file of
      the task if not configured in.  This means lib/arp.c and lib/ipv4.c.
      
      But, for consistency, avoid building icmp.c and bootp.c as well.
      The alternative, which is ifconfig'ing the task itself results in
      warnings like "'ipv4_init' defined but not used".
      Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
      a6a7a489