Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-16 | disable parallel build for this package | Waldemar Brodkorb | |
2012-03-16 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2012-03-16 | allow lto, reported by psutter | Waldemar Brodkorb | |
2012-03-13 | make mplayer fullscreen videos usable | Waldemar Brodkorb | |
2012-03-13 | disable debug | Waldemar Brodkorb | |
2012-03-13 | do not compile examples | Waldemar Brodkorb | |
2012-03-13 | add libgmp dependency | Waldemar Brodkorb | |
2012-03-13 | add pthread to LDFLAGS | Waldemar Brodkorb | |
2012-03-13 | fix cross-compile | Waldemar Brodkorb | |
2012-03-13 | fix typo | Waldemar Brodkorb | |
2012-03-13 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2012-03-13 | fix copy method | Waldemar Brodkorb | |
2012-03-13 | disable pcre | Waldemar Brodkorb | |
2012-03-13 | update to latest svn version | Waldemar Brodkorb | |
2012-03-13 | add missing dependency to libblkid | Waldemar Brodkorb | |
2012-03-12 | disable nfsv4.1 | Waldemar Brodkorb | |
2012-03-12 | fix cross-compile | Waldemar Brodkorb | |
2012-03-12 | add build dependency | Waldemar Brodkorb | |
2012-03-12 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2012-03-12 | some minor changes and fixes | Waldemar Brodkorb | |
2012-03-12 | XAA makes Xorg stable | Waldemar Brodkorb | |
2012-03-11 | add gnutls support to curl package, add depends to ca-certificates package | Waldemar Brodkorb | |
2012-03-11 | update gnutls and required packages to latest upstream | Waldemar Brodkorb | |
2012-03-03 | fix native build | Waldemar Brodkorb | |
2012-03-03 | can be compiled natively | Waldemar Brodkorb | |
2012-03-02 | add missing patches from previous commit | Waldemar Brodkorb | |
2012-03-02 | update apps to latest upstream version | Waldemar Brodkorb | |
2012-02-29 | use nfsnobody for user/group | Waldemar Brodkorb | |
2012-02-29 | add missing linker scripts for alix boards | Waldemar Brodkorb | |
2012-02-29 | update to latest stable version | Waldemar Brodkorb | |
2012-02-29 | update to latest stable version | Waldemar Brodkorb | |
2012-02-29 | update to latest stable version | Waldemar Brodkorb | |
2012-02-29 | update to latest stable version, finetune exports example | Waldemar Brodkorb | |
2012-02-27 | update to latest upstream | Waldemar Brodkorb | |
2012-02-27 | admin_server required for kadmin utility | Waldemar Brodkorb | |
2012-02-26 | update to latest upstream version | Waldemar Brodkorb | |
2012-02-22 | fix building of grub | Waldemar Brodkorb | |
2012-02-17 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2012-02-17 | add jpeg to build dependencies | Waldemar Brodkorb | |
2012-02-07 | change hardcoded max flash size to 4 MB, reported by jseitter | Waldemar Brodkorb | |
2012-01-29 | update kernel versions to latest upstream | Waldemar Brodkorb | |
2012-01-22 | update to latest stable version | Waldemar Brodkorb | |
2012-01-15 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2012-01-15 | mk/image.mk: improve and simplify initramfs generation | Phil Sutter | |
Using the kernel tools is a lot better than calling cpio ourselfs, as this way we can have it create device nodes for us. So no need to reopen /dev/console and things like that. While here, fix also initramfs compression (untested), as in my experience the kernel drops all symbols regarding compression from it's .config in the first compile phase. Probably one should make the actual compression algorithm configurable (and ideally depending on what the kernel supports for the given architecture). This is a rough hack based on what I'm using in the custom viprinux build file, so something like this is already running somewhere. ;) | |||
2012-01-15 | package/aircrack-ng: search wireless-tools in $PATH, too | Phil Sutter | |
No idea why they use a hardcoded path list, it isn't even hard to implement to use the standard way. | |||
2012-01-15 | package/aircrack-ng: parallel building is problematic | Phil Sutter | |
2012-01-15 | package/ppp: fix for wrong module path in pppd binary | Phil Sutter | |
2012-01-15 | package/ethtool: update to 2.6.36 | Phil Sutter | |
Previous version failed for eeprom updates. | |||
2012-01-15 | package/oprofile: install events dir along with package | Phil Sutter | |
2012-01-15 | package/gdb: prevent shipped libbfd from cluttering the system wide one | Phil Sutter | |
This lib won't get installed anyway, packages linking against libbfd should simply depend on the libbfd provided by binutils. |