Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2010-06-08 | port xinit and it's dependency mcookie | Phil Sutter | |
2010-06-08 | port twm (easy as eatin' pancakes :) | Phil Sutter | |
2010-06-08 | rxvt-unicode: we don't have libafterimage, so disable it for now | Phil Sutter | |
2010-06-08 | xorg-server: add fix for lemote in XAA mode | Phil Sutter | |
2010-06-08 | xf86-video-siliconmotion: add loongson fix | Phil Sutter | |
I'm not really sure what it does, and I suspect it's only there for video playback performance reasons, but since it's also here: http://www.gentoo-cn.org/gitweb/?p=loongson.git;a=blob;f=x11-drivers/xf86-video-siliconmotion/files/xf86-video-siliconmotion-1.7.3-fix-loongson.patch;h=e3b6974cf3a242f6ac3373285309c579299e3689;hb=2e5b51e34b7a7d0fe92ea9762d1aed9ac0b808c9 it shouldn't hurt having it. | |||
2010-06-08 | xorg-server: fix memory mapped IO for lemote | Phil Sutter | |
Apparently this is an update to the original fix, code taken from http://www.gentoo-cn.org/gitweb/?p=loongson.git;a=blob_plain;f=x11-base/xorg-server/files/xorg-server-9999-loongson.patch;hb=2e5b51e34b7a7d0fe92ea9762d1aed9ac0b808c9 | |||
2010-06-08 | xorg-server: enable dpms by default | Phil Sutter | |
If you got the balls for Xorg, DPMS shouldn't hurt too much. Besides, xf86-video-siliconmotion really needs it (null-pointer function call otherwise). | |||
2010-06-08 | xorg-server: lemote target needs --with-int10=stub | Phil Sutter | |
2010-06-08 | fix checksum and some typos | Waldemar Brodkorb | |
2010-06-07 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-06-07 | gnu tar fixes for MacOS X host | Waldemar Brodkorb | |
2010-06-07 | fix compile issues on MacOS X host | Waldemar Brodkorb | |
2010-06-07 | update to latest upstream version | Waldemar Brodkorb | |
2010-06-07 | add basic MacOS X support | Waldemar Brodkorb | |
2010-06-03 | update patches and kernel config to latest brcm development | Waldemar Brodkorb | |
2010-06-03 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-06-03 | fix instability problems on my loongson laptop | Waldemar Brodkorb | |
the latest binutils contains the needed options to build a kernel with the needed workarounds. Activate the work arounds. | |||
2010-06-03 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-06-03 | fix package build | Waldemar Brodkorb | |
2010-06-02 | lemote: read syslog on tty11, just because we can | Phil Sutter | |
2010-06-02 | gpm: add init script, give sample flags working on lemote | Phil Sutter | |
2010-06-02 | lemote: use the force - open 7 virtual terminals | Phil Sutter | |
2010-06-02 | enable KGDB for YAFFS filesystem, normally big enough | Waldemar Brodkorb | |
2010-06-02 | oops, patch was incomplete | Waldemar Brodkorb | |
2010-06-02 | disable on Cygwin host | Waldemar Brodkorb | |
2010-06-02 | update to latest upstream and fix Cygwin cross-compile | Waldemar Brodkorb | |
2010-06-02 | use flex explicitely | Waldemar Brodkorb | |