summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-08-23make allmodconfig work for alix1c eglibcWaldemar Brodkorb
many upstream package updates, squid, php, asterisk, gnutls, nmap, sqlite, dhcp, git
2009-08-22Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-08-22new package ca-certificatesPhil Sutter
"Oh boy, here it comes ..."
2009-08-22core: wipe cross_*/target/ files when running make cleanPhil Sutter
2009-08-22iproute2: complete rewrite of integrationPhil Sutter
This is probably the most complete and fine-grained integration of iproute2 we ever had in both FreeWRT and OpenADK. ;)
2009-08-22build static library as pre-configure taskWaldemar 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-22update to latest upstreamWaldemar Brodkorb
- force building of static libdevmapper library via patch
2009-08-22update to latest upstreamWaldemar Brodkorb
- add passphrase patch, already in svn upstream, thx phil
2009-08-22update lemote supportWaldemar 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-22Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-08-22update to latest upstreamWaldemar Brodkorb
2009-08-22Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-08-22fix eglibc/glibc support on lemote 64 bitWaldemar Brodkorb
2009-08-21rescue-x86: fix kernel config for 32bit wordlengthPhil 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-21CONFIG_PPP depends on CONFIG_NETDEVICESPhil Sutter
2009-08-21module pppox belongs to PPPoE supportPhil Sutter
2009-08-21Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-08-21cleanup eglibc/glibc MakefilesWaldemar Brodkorb
- make it simpler and more equal - add dependency to gperf needed for new config system
2009-08-21add some aliases for blearily minded people like mePhil Sutter
2009-08-21seems like I forgot this one when fixing for libtirpcPhil Sutter
2009-08-21fix call to strip in hdparm MakefilePhil Sutter
2009-08-21remove unused crapWaldemar Brodkorb
2009-08-21use -m for allmodconfigWaldemar Brodkorb
2009-08-21update to latest upstreamWaldemar Brodkorb
- use TARGET_CFLAGS
2009-08-21remove not needed CONFIGURE_ENVWaldemar Brodkorb
2009-08-20Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-08-20kernel stripping is buggy, add to TODOWaldemar Brodkorb
2009-08-20Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-08-20add eglibc supportWaldemar Brodkorb
all three libraries tested with qemu-x86
2009-08-20update foxboard to latest stuffWaldemar Brodkorb
2009-08-20add correct kernel config (page size)Waldemar Brodkorb
2009-08-13enable cfgfs for rb532Waldemar Brodkorb
- choose backend at runtime - do not hardcode partition device anymore
2009-08-12fix openswanWaldemar Brodkorb
- avoid busybox IP when openswan is selected - fix crypto dependencies for esp
2009-08-12update gcc, kernel and uclibc MakefileWaldemar Brodkorb
- bring rb532 in shape, make it bootable
2009-08-09depends on fixWaldemar Brodkorb
2009-08-09Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-08-09update openswan, try to use both IPsec implementationsWaldemar Brodkorb
2009-08-09rename some descriptionWaldemar Brodkorb
2009-08-09add git packageWaldemar Brodkorb
2009-08-09ignore .cfg*Waldemar Brodkorb
2009-08-02force entering the config/ subdir in ANY casePhil 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-02further renaming (s/Linux Kernel/OpenADK/)Phil Sutter
2009-08-02drop all leading whitespaces in symbol promptsPhil Sutter
The new mconf ignores them anyway, so make it stop warning about it.
2009-08-02add TODO entry about suboptimal mconf help textsPhil Sutter
2009-08-02hook in ADK version extraction, rename some stuffPhil Sutter
2009-08-02drop dead code formerly used for qt and gtk support in mconfPhil Sutter
2009-08-02drop the CONFIG_ prefixing for .configPhil Sutter
2009-08-02make new mconf compile and update .gitignorePhil Sutter
2009-08-02take over linux-2.6 mconf at state 2.6.31-rc5Phil Sutter
2009-08-02drop old mconf implementationPhil Sutter