Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-10 | real solution for the aufs2-util problem | Phil Sutter | |
- export the aufs2 branch's content into a tarball - fetch that tarball from a local mirror (for now) - drop that Makefile patch, can be solved by passing the right params to make Signed-off-by: Phil Sutter <phil.sutter@viprinet.com> | |||
2011-01-10 | iproute2: fix build of multiple subpackages | Phil Sutter | |
Instead of replacing INSTALL_{y,m} with the last enabled subpackage in the list, append them. Signed-off-by: Phil Sutter <phil.sutter@viprinet.com> | |||
2011-01-10 | iproute2: subpackage tc needs iptables for compilation (missing xtables.h ↵ | Phil Sutter | |
otherwise) Signed-off-by: Phil Sutter <phil.sutter@viprinet.com> | |||
2011-01-10 | wget: install /etc/wgetrc along with the package | Phil Sutter | |
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com> | |||
2011-01-10 | tcpdump: add WITH_CHROOT flavour | Phil Sutter | |
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com> | |||
2011-01-10 | proftp: ship some /etc/ftpusers | Phil Sutter | |
Taken from gentoo's ftpbase-package. Signed-off-by: Phil Sutter <phil.sutter@viprinet.com> | |||
2011-01-10 | ncurses: allow installing the full set of terminfo files | Phil Sutter | |
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com> | |||
2011-01-10 | glibc: install some glibc-shipped config files | Phil Sutter | |
- /etc/gai.conf - /etc/nscd.conf - /etc/nsswitch.conf Signed-off-by: Phil Sutter <phil.sutter@viprinet.com> | |||
2011-01-10 | findutils: split locate into it's own package | Phil Sutter | |
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com> | |||
2011-01-10 | e2fsprogs: install /etc/mke2fs.conf along with mke2fs | Phil Sutter | |
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com> | |||
2011-01-10 | e2fsprogs: need to include unistd.h, otherwise optind is undefined | Phil Sutter | |
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com> | |||
2011-01-10 | base-files: change access mode of /tmp where it's created | Phil Sutter | |
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com> | |||
2011-01-05 | cleanup duplicate kernel module feature | Waldemar Brodkorb | |
2011-01-05 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-01-05 | update mips qemu targets. 64 Bit kernels still does not boot completely | Waldemar Brodkorb | |
2011-01-04 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-01-04 | unblock wlan before starting networking | Waldemar Brodkorb | |
2011-01-04 | fix dependencies | Waldemar Brodkorb | |
2011-01-04 | add default config dir | Waldemar Brodkorb | |
2011-01-04 | add predefined loader cache | Waldemar Brodkorb | |
2011-01-04 | remove obsolete -, fails otherwise on Cygwin | Waldemar Brodkorb | |
2011-01-04 | just warn, don't exit on Cygwin | Waldemar Brodkorb | |
2011-01-04 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-01-04 | copy 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-04 | copy readelf only on Darwin build system | Waldemar 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-03 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-01-03 | fix qemu targets, make them bootable again | Waldemar Brodkorb | |
2011-01-03 | avoid error message, when not available | Waldemar Brodkorb | |
2011-01-03 | make it cross-compile | Waldemar Brodkorb | |
2011-01-03 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-01-03 | add mtrr support, mask some drivers not useful for ibm x40 | Waldemar Brodkorb | |
2011-01-03 | fix cross-compile on Darwin | Waldemar Brodkorb | |
2011-01-03 | update mplayer to latest svn | Waldemar Brodkorb | |
2011-01-03 | ignore warning, when not found | Waldemar Brodkorb | |
2011-01-02 | more make bulk fixes. sparc eglibc is broken. add special handling for qemu ↵ | Waldemar Brodkorb | |
targets | |||
2011-01-02 | when creating package flavours, depend on main package | Waldemar Brodkorb | |
2011-01-02 | add parport_pc support | Waldemar Brodkorb | |
2011-01-02 | fix native builds, enable hardware choices. enable parallelport for ibm-x40 | Waldemar Brodkorb | |
2011-01-02 | fix bulktoolchain build | Waldemar Brodkorb | |
2011-01-02 | fix typo, arm is little endian | Waldemar Brodkorb | |
2011-01-02 | remove obsolete stuff | Waldemar Brodkorb | |
2011-01-02 | we need leading slash, othwerwise subdirectories will be ignored, reported ↵ | Waldemar Brodkorb | |
by jseitter | |||
2011-01-02 | fix kernel install problem | Waldemar Brodkorb | |
2011-01-02 | resolve merge conflict | Waldemar Brodkorb | |
2011-01-02 | add an example interfaces file, make tmpfs configurable via menu | Waldemar Brodkorb | |
2011-01-02 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-01-02 | make bulk fixes. fix toolchain building for sparc64/ppc | Waldemar Brodkorb | |
2011-01-01 | switch mipsel uclibc to N32 ABI | Waldemar Brodkorb | |
2011-01-01 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-01-01 | alix1c is bootable via USB stick | Waldemar Brodkorb | |