Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-02 | use absolute path to avoid recursion | Waldemar Brodkorb | |
2012-02-29 | use nfsnobody for user/group | Waldemar Brodkorb | |
2012-02-29 | add correct checksum | 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 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2012-02-26 | update to latest upstream version | Waldemar Brodkorb | |
2012-02-26 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2012-02-26 | update kernel versions | Waldemar Brodkorb | |
2012-02-25 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2012-02-25 | only for toolchain-only stuff | Waldemar Brodkorb | |
2012-02-22 | fix building of grub | Waldemar Brodkorb | |
2012-02-22 | use bash | Waldemar Brodkorb | |
2012-02-18 | update to 0.9.32.1, add patches to allow static linking of threaded ↵ | Waldemar Brodkorb | |
applications as x11vnc | |||
2012-02-17 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2012-02-17 | choose kernel for toolchain only builds | 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-31 | update binutils, keep old version for avr32 target | 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-18 | add patches for newer kernel versions for brcm support | Waldemar Brodkorb | |
2012-01-17 | enable LZMA/BZIP2/LZO support for brcm, enable other flash types which ↵ | Waldemar Brodkorb | |
allows booting on Asus WL500gp with LZMA kernel (size 1.8 mb incl. base image) | |||
2012-01-17 | make broadcom devices work with selfrelocatable bootloader (even Asus WL500gp) | Waldemar Brodkorb | |
2012-01-15 | update Linux kernels, add support for compression choice | Waldemar Brodkorb | |
2012-01-15 | kernel patches | Waldemar Brodkorb | |
2012-01-15 | fix initramfs generation on Darwin with a small find wrapper | Waldemar Brodkorb | |
2012-01-15 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | 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 | add 3.2.x support | Waldemar Brodkorb | |
2012-01-15 | target/x86_64/Makefile: fix blocking typo | Phil Sutter | |
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. | |||
2012-01-15 | package/bash: add choice for --with-curses option | Phil Sutter | |
2012-01-15 | package/dropbear: fix utmp support flavour | Phil Sutter | |
- NEVER give --enable-utmp, it does the opposite of what you think it does - specify conf_utmp_location as variable to configure, so it doesn't search the build system for it's location - utmp support without pututline is totally broken | |||
2012-01-15 | package/dropbear: add flavour for utmp support | Phil Sutter | |
2012-01-15 | hostapd: fix for "Invalid BSSID mask" error message | Phil Sutter | |
2012-01-15 | Allow leaving /etc as untouched as possible | Phil Sutter | |
For customized setups, it's hard to control what files get installed into /etc since in addition to the base-files package, any other package may install a sample config. When two packages provide the same file, which one of them makes it into the image depends on the order of them being installed. Solving this problem is not as trivial, as there are packages which must be allowed to install stuff into /etc. Best examples are base-files and ca-certificates. This patch solves the problem by adding another PKG_template flag "force_etc", which one can define in order to override the as well new Config.in symbol "ADK_LEAVE_ETC_ALONE". | |||
2012-01-15 | findutils: fix compile with debugging options | Phil Sutter | |
2012-01-15 | add support for SSL flavours, suggested by phil | Waldemar Brodkorb | |