summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2009-08-02There is something wrong around this select to ADK_BROKENPhil 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-02change all 'depends' lines to 'depends on' onesPhil 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-02fix compilation of libtirpc when IPV6 is enabledPhil Sutter
2009-07-24update asteriskWaldemar Brodkorb
2009-07-23patch breaks rb532, need to investigate laterWaldemar Brodkorb
2009-07-23add 2.6.30.1 patchesWaldemar Brodkorb
2009-07-23update to 2.6.30.1Waldemar Brodkorb
2009-07-23update to latest 2.1 rcWaldemar Brodkorb
2009-07-10gcc 4.4 mips bug workaroundWaldemar Brodkorb
- code optimization for size still fails loading any shared library
2009-06-27Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-06-27update packages, fix rb532 ext2 rootfsWaldemar Brodkorb
- update alsa, asterisk and nfs-utils - fix ext2fs rootfs on rb532
2009-06-27fix timing problemWaldemar Brodkorb
- there seems to be a timing problem, when changing partition id. cf disk partition was always empty. strange.
2009-06-27fix nfs-utils compile, if kerberos is disabledWaldemar Brodkorb
2009-06-25Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-06-25remove old patchesWaldemar Brodkorb
2009-06-25add some packagesWaldemar Brodkorb
- add make/patch/rpm and dependencies - update ar7 port a little bit
2009-06-25update util-linux to util-linux-ngWaldemar Brodkorb
- disable some packages not usable for mips/rb532
2009-06-22fix make allmodconfig on mips (rb532)Waldemar Brodkorb
2009-06-22fix rb532 install script partWaldemar Brodkorb
2009-06-22two leftovers from early commitsWaldemar Brodkorb
2009-06-22update to latest upstreamWaldemar Brodkorb
2009-06-22update to latest upstreamWaldemar Brodkorb
2009-06-22make lemote boot with uClibcWaldemar Brodkorb
- patches for uClibc to work with pagesize != 4k - use gcc extension to avoid -O2 compile - use ld.so for 64 bit archs big thanks to thorsten glaser helping out here.
2009-06-19fix broken patch, now rb532 boots fine and fastWaldemar Brodkorb
2009-06-18Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-06-18enable rtorrent for uclibc, fix squid compileWaldemar Brodkorb