Ignore:
Timestamp:
Feb 25, 2011, 9:26:54 PM (13 years ago)
Author:
Bruno Cornec
Message:
  • Update mindi-busybox to 1.18.3 to avoid problems with the tar command which is now failing on recent versions with busybox 1.7.3
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mindi-busybox/scripts/kconfig/zconf.y

    r1765 r2725  
    1414#define LKC_DIRECT_LINK
    1515#include "lkc.h"
    16 
    17 #include "zconf.hash.c"
    1816
    1917#define printd(mask, fmt...) if (cdebug & (mask)) printf(fmt)
     
    10098} if_entry menu_entry choice_entry
    10199
     100%{
     101#include "zconf.hash.c"
     102%}
     103
    102104%%
    103105input: stmt_list;
     
    472474    for_all_symbols(i, sym) {
    473475        sym_check_deps(sym);
    474         }
     476    }
    475477
    476478    sym_change_count = 1;
Note: See TracChangeset for help on using the changeset viewer.