Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-28 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-05-28 | fix build dependency | Waldemar Brodkorb | |
2010-05-28 | disable for Cygwin Host | Waldemar Brodkorb | |
2010-05-28 | fix compile on Cygwin Hostsystem | Waldemar Brodkorb | |
2010-05-25 | fix MesaLib cross-compile | Waldemar Brodkorb | |
2010-05-25 | add some missing files | Waldemar Brodkorb | |
2010-05-20 | do some cleanup, update ibm x40 to 2.6.34 | Waldemar Brodkorb | |
2010-05-20 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-05-20 | update to latest stable upstream | Waldemar Brodkorb | |
2010-05-20 | parallel build is broken on these packages | Waldemar Brodkorb | |
2010-05-20 | fix compile issue, when python is found | Waldemar Brodkorb | |
2010-05-20 | activate and refresh support for rb411/rb433 | Waldemar Brodkorb | |
after n0-1 helped to find a way to fix my broken rb433 by using the primary bootloader via shortening a jumper I got the motivation to get this target working again. Summarize both targets to newly created rb4xx target. | |||
2010-05-16 | add preliminary support for my pcmcia smartcard reader | Waldemar Brodkorb | |
2010-05-12 | fix make bulkallmod for some packages and target combinations | Waldemar Brodkorb | |
2010-05-01 | do not select fuse on a bool symbol | Waldemar Brodkorb | |
2010-05-01 | update to latest upstream version | Waldemar Brodkorb | |
2010-05-01 | mesa is ibmx40 only right now | Waldemar Brodkorb | |
2010-05-01 | fix firefox build for eglibc/glibc builds | Waldemar Brodkorb | |
2010-04-28 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-04-28 | fix some pkg dependencies | Waldemar Brodkorb | |
2010-04-27 | iptv via natting now works at last sometime. | Waldemar Brodkorb | |
alice iptv seems to use destination=ip:port instead of client_port=port, like RFC suggesting it. But destination= is also used by STUN method. As a quick hack I commented out STUN method to avoid crashes. Now at least I can see some tv streams. still not 100% good. | |||
2010-04-25 | use latest version of rtsp as a package, instead of kernel patch | Waldemar Brodkorb | |
2010-04-25 | need to put igmpproxy in the background | Waldemar Brodkorb | |
2010-04-25 | add startup script | Waldemar Brodkorb | |
2010-04-23 | fix cfgfs status with latest busybox sort | Waldemar Brodkorb | |
2010-04-23 | remove unused comment | Waldemar Brodkorb | |
2010-04-23 | fix subpackage creation | Waldemar Brodkorb | |
2010-04-22 | sync busybox config | Waldemar Brodkorb | |
2010-04-22 | fix busybox compile, when ipkg is choosen and udhcpd is not | Waldemar Brodkorb | |
2010-04-22 | fix bulkallmod | Waldemar Brodkorb | |
2010-04-22 | update to latest upstream | Waldemar Brodkorb | |
2010-04-21 | resolve merge conflict | Waldemar Brodkorb | |
2010-04-21 | update to latest upstream | Waldemar Brodkorb | |
2010-04-21 | update patch | Waldemar Brodkorb | |
2010-04-21 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-04-21 | fat commit to add support for firefox on ibm x40 via usb stick | Waldemar Brodkorb | |
- add support for IBM X40 notebook - add USB boot support - add firefox package - update and add all dependencies for firefox - add xorg intel driver - add dri support for xorg | |||
2010-04-21 | update to latest upstream version | Waldemar Brodkorb | |
2010-04-12 | basefiles: fix cyclic /var/tmp -> /var/tmp symlink | Phil Sutter | |
2010-04-12 | dropbear: reenable DSS algo support | Phil Sutter | |
Tragically, disabling DSS support in order to prevent an error message from showing up at startup (because of missing dss host key) also disables support for pubkey auth using DSS keys. And guess which type mine is. ;) To provide a usable compromise, make dropbear.init generate the formerly missing dss host key. So there won't be any error message, either. Probably this fixes for hosts not being able to authenticate using an RSS host key, too. | |||
2010-04-12 | seems like asterisk has no privacy.conf anymore | Phil Sutter | |
2010-04-12 | asterisk: add dependency from sounds to gsm | Phil Sutter | |
Necessary because all sounds are in GSM format. While here, add a description to the sounds sub-package, too. | |||
2010-04-12 | bc, tcsh: fix obvious PKG_SECTION typos | Phil Sutter | |
2010-04-12 | ntfs-3g: set PKG_SECTION to kernel | Phil Sutter | |
2010-04-12 | new package conntrack-cools | Phil Sutter | |
2010-04-12 | ip6tables review | Phil Sutter | |
Init-script and config based on the IPv4-ones, but all NAT-related stuff dropped. | |||
2010-04-12 | firewall.conf: minor fixups | Phil Sutter | |
- Apply drop policy to the OUTPUT chain, too (the actual behaviour should not have changed, as all now unhandled packets were explicitly dropped before). - The TCPMSS target is only valid in the mangle table, which is not enabled by default. So fix the statement and comment it out to leave it up to the user to decide whether he really needs it. | |||
2010-04-12 | fix nfs-utils for IPv6 | Phil Sutter | |
FIXME: this is rather a workaround, the package flavour system should support conditional defaults (or we should select the flavour option conditionally from the main package symbol?). | |||
2010-04-12 | pdnsd review: improve default config, fix init script | Phil Sutter | |
2010-04-12 | base-files/sysctl.conf: add statement to enable IPv6 forwarding | Phil Sutter | |
2010-04-12 | fix pdnsd for IPv6 queries | Phil Sutter | |