Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-22 | make lemote yeelong finally usable | Waldemar Brodkorb | |
- moved startup script for all targets to /start - add kernel patch to use /start - add cryptinit package - make an encrypted rootfilesystem as choice for lemote | |||
2009-08-22 | build static library as pre-configure task | Waldemar Brodkorb | |
- hackish way, but I was not in the mood to hack the autotool stuff - add patch I wanted to add last time ;) | |||
2009-08-22 | update to latest upstream | Waldemar Brodkorb | |
- force building of static libdevmapper library via patch | |||
2009-08-22 | update to latest upstream | Waldemar Brodkorb | |
- add passphrase patch, already in svn upstream, thx phil | |||
2009-08-22 | update lemote support | Waldemar Brodkorb | |
- add latest git changes from upstream - enable embedded controller driver for battery and fan control - add wireless driver support in patch - use sata/pata driver instead of ide support tested and verified via nfs boot on my lemote book | |||
2009-08-22 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2009-08-22 | fix eglibc/glibc support on lemote 64 bit | Waldemar Brodkorb | |
2009-08-21 | rescue-x86: fix kernel config for 32bit wordlength | Phil Sutter | |
This config was formerly fitting for x86_64, which is definitely wrong. Although this changeset is rather big, all that has been done was to go into menuconfig with the old .config and setting "Kernel is 64bit" to off. | |||
2009-08-21 | CONFIG_PPP depends on CONFIG_NETDEVICES | Phil Sutter | |
2009-08-21 | module pppox belongs to PPPoE support | Phil Sutter | |
2009-08-21 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2009-08-21 | cleanup eglibc/glibc Makefiles | Waldemar Brodkorb | |
- make it simpler and more equal - add dependency to gperf needed for new config system | |||
2009-08-21 | add some aliases for blearily minded people like me | Phil Sutter | |
2009-08-21 | seems like I forgot this one when fixing for libtirpc | Phil Sutter | |
2009-08-21 | fix call to strip in hdparm Makefile | Phil Sutter | |
2009-08-21 | remove unused crap | Waldemar Brodkorb | |
2009-08-21 | use -m for allmodconfig | Waldemar Brodkorb | |
2009-08-21 | update to latest upstream | Waldemar Brodkorb | |
- use TARGET_CFLAGS | |||
2009-08-21 | remove not needed CONFIGURE_ENV | Waldemar Brodkorb | |
2009-08-20 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2009-08-20 | kernel stripping is buggy, add to TODO | Waldemar Brodkorb | |
2009-08-20 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2009-08-20 | add eglibc support | Waldemar Brodkorb | |
all three libraries tested with qemu-x86 | |||
2009-08-20 | update foxboard to latest stuff | Waldemar Brodkorb | |
2009-08-20 | add correct kernel config (page size) | Waldemar Brodkorb | |
2009-08-13 | enable cfgfs for rb532 | Waldemar Brodkorb | |
- choose backend at runtime - do not hardcode partition device anymore | |||
2009-08-12 | fix openswan | Waldemar Brodkorb | |
- avoid busybox IP when openswan is selected - fix crypto dependencies for esp | |||
2009-08-12 | update gcc, kernel and uclibc Makefile | Waldemar Brodkorb | |
- bring rb532 in shape, make it bootable | |||
2009-08-09 | depends on fix | Waldemar Brodkorb | |
2009-08-09 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2009-08-09 | update openswan, try to use both IPsec implementations | Waldemar Brodkorb | |
2009-08-09 | rename some description | Waldemar Brodkorb | |
2009-08-09 | add git package | Waldemar Brodkorb | |
2009-08-09 | ignore .cfg* | Waldemar Brodkorb | |
2009-08-02 | force entering the config/ subdir in ANY case | Phil Sutter | |
This is a general thing: when depending on binaries in subdirs AND dependency checking for those binaries is done from within the subdir Makefile (i.e. the decision about whether to recompile or not), we always have to force entering the subdir or otherwise no check is performed if the upper level dependency ("does the subdir binary exist?") is met. | |||
2009-08-02 | further renaming (s/Linux Kernel/OpenADK/) | Phil Sutter | |
2009-08-02 | drop all leading whitespaces in symbol prompts | Phil Sutter | |
The new mconf ignores them anyway, so make it stop warning about it. | |||
2009-08-02 | add TODO entry about suboptimal mconf help texts | Phil Sutter | |
2009-08-02 | hook in ADK version extraction, rename some stuff | Phil Sutter | |
2009-08-02 | drop dead code formerly used for qt and gtk support in mconf | Phil Sutter | |
2009-08-02 | drop the CONFIG_ prefixing for .config | Phil Sutter | |
2009-08-02 | make new mconf compile and update .gitignore | Phil Sutter | |
2009-08-02 | take over linux-2.6 mconf at state 2.6.31-rc5 | Phil Sutter | |
2009-08-02 | drop old mconf implementation | Phil Sutter | |
2009-08-02 | There is something wrong around this select to ADK_BROKEN | Phil Sutter | |
linux-2.6's mconf complains about a circular dependency, this fixes the problem the fast way. Needs more investigation, so keep it there in commented form. | |||
2009-08-02 | change all 'depends' lines to 'depends on' ones | Phil Sutter | |
This is only a formal change, the semantics stay exactly the same. But linux-2.6's mconf forces this nowadays, so stay compatible. | |||
2009-08-02 | fix compilation of libtirpc when IPV6 is enabled | Phil Sutter | |
2009-07-24 | update asterisk | Waldemar Brodkorb | |
2009-07-23 | patch breaks rb532, need to investigate later | Waldemar Brodkorb | |
2009-07-23 | add 2.6.30.1 patches | Waldemar Brodkorb | |