summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-06-20make tmpfs size configurable via /etc/tmpfsWaldemar Brodkorb
2010-06-18use openadk mirrorWaldemar Brodkorb
2010-06-18fix lemote webcam support, enable v4l1 compat by defaultWaldemar Brodkorb
2010-06-18update to latest svn version, enable v4l2 for lemote webcamWaldemar Brodkorb
2010-06-16fix renamed package namesWaldemar Brodkorb
2010-06-16add webcam and wireless-tools support for lemoteWaldemar Brodkorb
2010-06-16fix varios ipkg issuesWaldemar Brodkorb
2010-06-16package section adjustment (also of a subpackage)Phil Sutter
2010-06-15do not choose busybox ar, when binutils is choosenWaldemar Brodkorb
2010-06-15do not install html error pages for all languagesWaldemar Brodkorb
2010-06-15install librariesWaldemar Brodkorb
2010-06-15enable audio driver for lemoteWaldemar Brodkorb
2010-06-15update to latest upstream versionWaldemar Brodkorb
2010-06-15update to latest upstream versionWaldemar Brodkorb
2010-06-15update to latest upstream versionWaldemar Brodkorb
2010-06-14Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-06-14fix compile issueWaldemar Brodkorb
2010-06-14fix init script, prevent autostartWaldemar Brodkorb
2010-06-14update to latest upstreamWaldemar Brodkorb
2010-06-14port dillo and all needed requirements (part2)Waldemar Brodkorb
2010-06-14port dillo and all needed requirementsWaldemar Brodkorb
2010-06-14fix package version, when eglibc choosenWaldemar Brodkorb
2010-06-14setuid bit for Xorg is needed, when normal user uses startxWaldemar Brodkorb
2010-06-13Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-06-13bulk package updateWaldemar Brodkorb
2010-06-13implement PKG_CHOICESWaldemar Brodkorb
2010-06-13do not export HOME hereWaldemar Brodkorb
2010-06-12enable wireless for lemoteWaldemar Brodkorb
2010-06-12use cp for librariesWaldemar Brodkorb
2010-06-12massive rewrite of the pkgmaker logicPhil Sutter
When adjusting for auto-generated package/Config.in, I found out that the splitting into Config.in{,.lib,.kmod} done by pkgmaker was rather subversive to my approach. Categorisation of packages and subpackages should be done via package section, which is enabled by this patch for subpackages, too. Instead of filling up the package subdirectories, use a common directory package/pkgconfigs.d/ to contain all auto-generated Config.in files. In order to allow simple assumption from config symbol to actual package from within menuconfig (the path to the Config.in file containing the current config symbol is printed as part of the help text), put all generated Config.in files for a certain package into a common subdirectory. pkgmaker now saves each generated config symbol (excluding the flavours) into it's own file, therefore allowing to sort subpackages of a package into a different section.
2010-06-12massive PKG_SECTION adjustmentsPhil Sutter
2010-06-12auto-generate package/Config.inPhil Sutter
The algorithm in package/pkgmaker works as follows: 1) for all package/*/Makefile a) parse PKG_NAME and PKG_SECTION b) skip if PKG_SECTION is 'kernel' (special ones) c) check if Config.in{,.lib,.manual} contain something d) fetch the first word of the first prompt from any result from c) e) fetch the verbose section name from package/SECTIONS.list based on PKG_SECTION, or just 'libs' if it's about Config.in.lib f) write results to package/package_section_list, in the form: '<Config.in prompt> <path to Config.in file> <verbose section name>' 2) sort package/package_section_list first by <verbose section name>, next by <Config.in prompt> 3) create package/Config.in.auto using the result from 2)
2010-06-12Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-06-12fix cross-compile for mips64Waldemar Brodkorb
2010-06-12add coreutils, just tsort at the momentWaldemar Brodkorb
2010-06-12enable tac and tsortWaldemar Brodkorb
2010-06-12enable CRC32 alwaysWaldemar Brodkorb
2010-06-12fix compile error when ipkg is enabledWaldemar Brodkorb
2010-06-11disable cloog and ppl supportWaldemar Brodkorb
2010-06-10Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-06-10nls is needed for USB supportWaldemar Brodkorb
2010-06-10install is needed for buildsystemWaldemar Brodkorb
2010-06-10fix compileWaldemar Brodkorb
2010-06-10fix cross-compileWaldemar Brodkorb
2010-06-10add pkg-config packageWaldemar Brodkorb
2010-06-10add basic support for wireless driver in bcm47xx devicesWaldemar Brodkorb
2010-06-08Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-06-08port xinit and it's dependency mcookiePhil Sutter
2010-06-08port twm (easy as eatin' pancakes :)Phil Sutter
2010-06-08rxvt-unicode: we don't have libafterimage, so disable it for nowPhil Sutter