Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-31 | config: update Kconfig-language.txt from current linus-2.6 git tree | Phil Sutter | |
2009-08-31 | add back in package iptables-snmp | Phil Sutter | |
This basically installs a shared object file for loading into snmpd so iptables information (chains and their counters) can be accessed via snmp. | |||
2009-08-31 | maradns: update to 1.3.07.09 | Phil Sutter | |
As easy as eatin' pancakes ;) | |||
2009-08-28 | core: allow selecting parallel builds | Phil Sutter | |
The value of CONFIG_ADK_MAKE_JOBS is being passed to make via the option '-j', in order to have it run multiple jobs simultaneously. This is done for all kernel builds, and per default for each package using the default BUILD_STYLE of 'auto', unless the package makefile defines PKG_NOPARALLEL to a non-empty string. | |||
2009-08-28 | kernel: simplify ADK_NATIVE test integration | Phil Sutter | |
2009-08-28 | make allmodconfig round for lemote yeelong target | Waldemar Brodkorb | |
2009-08-28 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2009-08-28 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2009-08-28 | add more packages needed for native builds | Waldemar Brodkorb | |
- add bison,flex,diffutils,autoconf,automake,libtool,m4,gperf - add {glibc,eglibc,uclibc}-dev packages - add libz/libncurses development packages - add PKG_OPTS to setup special options for packages noremove is needed for uclibc/eglibc/glibc packages, otherwise needed headers will be removed slightly tested, still in development | |||
2009-08-28 | make it compile without locale support | Waldemar Brodkorb | |
2009-08-27 | finally it is booting completely | Waldemar Brodkorb | |
2009-08-24 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2009-08-24 | add gawk package | Waldemar Brodkorb | |
another openadk build package needed to compile openadk on an openadk target ;) Fix some minor glitches. | |||
2009-08-24 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2009-08-24 | update wag54g patches and uclibc config | Waldemar Brodkorb | |
2009-08-24 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2009-08-24 | some work on lemote | Waldemar Brodkorb | |
- add new package bzip2 - make subpackage libblkid needed for swapon utility - enable hibernation on lemote | |||
2009-08-23 | remove all older patches, all targets use 2.6.30.5 | Waldemar Brodkorb | |
2009-08-23 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2009-08-23 | make allmodconfig work for alix1c eglibc | Waldemar Brodkorb | |
many upstream package updates, squid, php, asterisk, gnutls, nmap, sqlite, dhcp, git | |||
2009-08-23 | new package aufs2-util | Phil Sutter | |
Since the aufs2 utilities seem to be available only via git, copy the current state into the src/ directory, with the samples/ directory removed. The files were intentionally left untouched, so custom changes are still kept in patch files for easier upstream sending. Using do-extract to copy the sources to the working directory has the downside of having to define an empty do-configure target (as this is not needed) but allows for using update-patches just like with any other package (which is not the case if the copying is done in a do-configure target). | |||
2009-08-23 | kernel: add aufs2 support | Phil Sutter | |
The patches were extracted from the aufs-standalone git tree, identically named patches are indeed identical. | |||
2009-08-23 | kernel: export INOTIFY and INOTIFY_USER to ADK | Phil Sutter | |
2009-08-23 | clean up after ca-certificates rework | Phil Sutter | |
2009-08-23 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2009-08-23 | revert renaming of /init into /start | Waldemar Brodkorb | |
- fix foxboard build, tested on classic - remove unsed ibm-x40 target - update all targets to linux-2.6.30.5 - fix native build, use kernel.config.$(CPU_ARCH) as kernel configuration, when /proc/config.gz does not exist on host | |||
2009-08-23 | fix c823698fc91f462eae028ba7e0dfcb9cc0f3e98c | Phil Sutter | |
It's the old problem: globbing fails if nothing matches, i.e. instead of expanding to nothing (the empty string, ""), the pattern itself is being returned which again messes everything up. | |||
2009-08-22 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2009-08-22 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2009-08-22 | new package ca-certificates | Phil Sutter | |
"Oh boy, here it comes ..." | |||
2009-08-22 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
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 | core: wipe cross_*/target/ files when running make clean | Phil Sutter | |
2009-08-22 | iproute2: complete rewrite of integration | Phil Sutter | |
This is probably the most complete and fine-grained integration of iproute2 we ever had in both FreeWRT and OpenADK. ;) | |||
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 | update to latest upstream | Waldemar Brodkorb | |
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 | |