Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-20 | grub-bin: set same section as grub | Phil Sutter | |
2010-06-20 | uclibc: fix for broken daemon() in pthreaded programs | Phil Sutter | |
2010-06-20 | ipkg doesn't like underscores in package names | Phil Sutter | |
But as there are packages with names containing them, and other package managers probably have less problems with that, fix this issue at the most specific place. | |||
2010-06-20 | make tmpfs size configurable via /etc/tmpfs | Waldemar Brodkorb | |
2010-06-18 | use openadk mirror | Waldemar Brodkorb | |
2010-06-18 | fix lemote webcam support, enable v4l1 compat by default | Waldemar Brodkorb | |
2010-06-18 | update to latest svn version, enable v4l2 for lemote webcam | Waldemar Brodkorb | |
2010-06-16 | fix renamed package names | Waldemar Brodkorb | |
2010-06-16 | add webcam and wireless-tools support for lemote | Waldemar Brodkorb | |
2010-06-16 | fix varios ipkg issues | Waldemar Brodkorb | |
2010-06-16 | package section adjustment (also of a subpackage) | Phil Sutter | |
2010-06-15 | do not choose busybox ar, when binutils is choosen | Waldemar Brodkorb | |
2010-06-15 | do not install html error pages for all languages | Waldemar Brodkorb | |
2010-06-15 | install libraries | Waldemar Brodkorb | |
2010-06-15 | enable audio driver for lemote | Waldemar Brodkorb | |
2010-06-15 | update to latest upstream version | Waldemar Brodkorb | |
2010-06-15 | update to latest upstream version | Waldemar Brodkorb | |
2010-06-15 | update to latest upstream version | Waldemar Brodkorb | |
2010-06-14 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-06-14 | fix compile issue | Waldemar Brodkorb | |
2010-06-14 | fix init script, prevent autostart | Waldemar Brodkorb | |
2010-06-14 | update to latest upstream | Waldemar Brodkorb | |
2010-06-14 | port dillo and all needed requirements (part2) | Waldemar Brodkorb | |
2010-06-14 | port dillo and all needed requirements | Waldemar Brodkorb | |
2010-06-14 | fix package version, when eglibc choosen | Waldemar Brodkorb | |
2010-06-14 | setuid bit for Xorg is needed, when normal user uses startx | Waldemar Brodkorb | |
2010-06-13 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-06-13 | bulk package update | Waldemar Brodkorb | |
2010-06-13 | implement PKG_CHOICES | Waldemar Brodkorb | |
2010-06-13 | do not export HOME here | Waldemar Brodkorb | |
2010-06-12 | enable wireless for lemote | Waldemar Brodkorb | |
2010-06-12 | use cp for libraries | Waldemar Brodkorb | |
2010-06-12 | massive rewrite of the pkgmaker logic | Phil 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-12 | massive PKG_SECTION adjustments | Phil Sutter | |
2010-06-12 | auto-generate package/Config.in | Phil 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-12 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-06-12 | fix cross-compile for mips64 | Waldemar Brodkorb | |
2010-06-12 | add coreutils, just tsort at the moment | Waldemar Brodkorb | |
2010-06-12 | enable tac and tsort | Waldemar Brodkorb | |
2010-06-12 | enable CRC32 always | Waldemar Brodkorb | |
2010-06-12 | fix compile error when ipkg is enabled | Waldemar Brodkorb | |
2010-06-11 | disable cloog and ppl support | Waldemar Brodkorb | |
2010-06-10 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-06-10 | nls is needed for USB support | Waldemar Brodkorb | |
2010-06-10 | install is needed for buildsystem | Waldemar Brodkorb | |
2010-06-10 | fix compile | Waldemar Brodkorb | |
2010-06-10 | fix cross-compile | Waldemar Brodkorb | |
2010-06-10 | add pkg-config package | Waldemar Brodkorb | |
2010-06-10 | add basic support for wireless driver in bcm47xx devices | Waldemar Brodkorb | |
2010-06-08 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |