summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-01-10glibc: install some glibc-shipped config filesPhil Sutter
- /etc/gai.conf - /etc/nscd.conf - /etc/nsswitch.conf Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
2011-01-10findutils: split locate into it's own packagePhil Sutter
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
2011-01-10e2fsprogs: install /etc/mke2fs.conf along with mke2fsPhil Sutter
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
2011-01-10e2fsprogs: need to include unistd.h, otherwise optind is undefinedPhil Sutter
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
2011-01-10base-files: change access mode of /tmp where it's createdPhil Sutter
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
2011-01-05cleanup duplicate kernel module featureWaldemar Brodkorb
2011-01-05Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-01-05update mips qemu targets. 64 Bit kernels still does not boot completelyWaldemar Brodkorb
2011-01-04Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-01-04unblock wlan before starting networkingWaldemar Brodkorb
2011-01-04fix dependenciesWaldemar Brodkorb
2011-01-04add default config dirWaldemar Brodkorb
2011-01-04add predefined loader cacheWaldemar Brodkorb
2011-01-04remove obsolete -, fails otherwise on CygwinWaldemar Brodkorb
2011-01-04just warn, don't exit on CygwinWaldemar Brodkorb
2011-01-04Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-01-04copy fsf config.guess on Cygwin and use it.Waldemar Brodkorb
When compiling gmp under Windows XP on a 64 Bit AMD system, config.guess tries to build with ABI64 and fails. Using configfsf.guess in this case, will fix it.
2011-01-04copy readelf only on Darwin build systemWaldemar Brodkorb
On Cygwin readelf in this directory is not the right binary. The real binary is in .libs/readelf.exe. Toolchain building fails on Cygwin after copying the readelf thingy.
2011-01-03Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-01-03fix qemu targets, make them bootable againWaldemar Brodkorb
2011-01-03avoid error message, when not availableWaldemar Brodkorb
2011-01-03make it cross-compileWaldemar Brodkorb
2011-01-03Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-01-03add mtrr support, mask some drivers not useful for ibm x40Waldemar Brodkorb
2011-01-03fix cross-compile on DarwinWaldemar Brodkorb
2011-01-03update mplayer to latest svnWaldemar Brodkorb
2011-01-03ignore warning, when not foundWaldemar Brodkorb
2011-01-02more make bulk fixes. sparc eglibc is broken. add special handling for qemu ↵Waldemar Brodkorb
targets
2011-01-02when creating package flavours, depend on main packageWaldemar Brodkorb
2011-01-02add parport_pc supportWaldemar Brodkorb
2011-01-02fix native builds, enable hardware choices. enable parallelport for ibm-x40Waldemar Brodkorb
2011-01-02fix bulktoolchain buildWaldemar Brodkorb
2011-01-02fix typo, arm is little endianWaldemar Brodkorb
2011-01-02remove obsolete stuffWaldemar Brodkorb
2011-01-02we need leading slash, othwerwise subdirectories will be ignored, reported ↵Waldemar Brodkorb
by jseitter
2011-01-02fix kernel install problemWaldemar Brodkorb
2011-01-02resolve merge conflictWaldemar Brodkorb
2011-01-02add an example interfaces file, make tmpfs configurable via menuWaldemar Brodkorb
2011-01-02Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-01-02make bulk fixes. fix toolchain building for sparc64/ppcWaldemar Brodkorb
2011-01-01switch mipsel uclibc to N32 ABIWaldemar Brodkorb
2011-01-01Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-01-01alix1c is bootable via USB stickWaldemar Brodkorb
2011-01-01fix recognition of BSD stat. now busybox stat works, too.Waldemar Brodkorb
2011-01-01be quiet on filesystem creationWaldemar Brodkorb
2011-01-01use /sbin for watchdog binaryWaldemar Brodkorb
2011-01-01enable ACPI for ALIX1c board.Waldemar Brodkorb
This is required for correct IRQ routing. After this MFGPT get its interrupt 7 and the watchdog works fine. Bug closed.
2011-01-01be sure EHCI module is loaded before OHCI/UHCIWaldemar Brodkorb
2011-01-01Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-01-01use HOSTCFLAGS, avoid object file generationWaldemar Brodkorb