Skip to content
Snippets Groups Projects
  1. Feb 28, 2013
    • Hauke Mehrtens's avatar
      b43-tools: fix compile error: undefined reference to `yydebug' · f3bfc60e
      Hauke Mehrtens authored
      With bison 2.7 YYDEBUG will be set to 0 if it was not set, then #ifdef
      YYDEBUG returns true, but bison 2.7 treets YYDEBUG 0 as not set.
      
      This fixes the following error:
      obj/main.o: In function `main':
      main.c:(.text.startup+0xaf): undefined reference to `yydebug'
      collect2: error: ld returned 1 exit status
      
      This closes #13093.
      
      SVN-Revision: 35830
      f3bfc60e
  2. Dec 07, 2012
  3. Dec 02, 2012
  4. Oct 25, 2012
  5. Oct 08, 2012
    • Hauke Mehrtens's avatar
      tools: add b43-tools · d14c6b29
      Hauke Mehrtens authored
      Move the b43-tools build from the mac80211 Makefile into an own package in tools and use the newest version of b43-tools.
      
      SVN-Revision: 33668
      d14c6b29
Loading