summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2010-06-08xorg-server: add fix for lemote in XAA modePhil Sutter
2010-06-08xf86-video-siliconmotion: add loongson fixPhil 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-08xorg-server: fix memory mapped IO for lemotePhil 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-08xorg-server: enable dpms by defaultPhil 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-08xorg-server: lemote target needs --with-int10=stubPhil Sutter
2010-06-08fix checksum and some typosWaldemar Brodkorb
2010-06-07Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-06-07gnu tar fixes for MacOS X hostWaldemar Brodkorb
2010-06-07fix compile issues on MacOS X hostWaldemar Brodkorb
2010-06-07update to latest upstream versionWaldemar Brodkorb
2010-06-07add basic MacOS X supportWaldemar Brodkorb
2010-06-03update patches and kernel config to latest brcm developmentWaldemar Brodkorb
2010-06-03Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-06-03fix instability problems on my loongson laptopWaldemar Brodkorb
the latest binutils contains the needed options to build a kernel with the needed workarounds. Activate the work arounds.
2010-06-03Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-06-03fix package buildWaldemar Brodkorb
2010-06-02lemote: read syslog on tty11, just because we canPhil Sutter
2010-06-02gpm: add init script, give sample flags working on lemotePhil Sutter
2010-06-02lemote: use the force - open 7 virtual terminalsPhil Sutter
2010-06-02enable KGDB for YAFFS filesystem, normally big enoughWaldemar Brodkorb
2010-06-02oops, patch was incompleteWaldemar Brodkorb
2010-06-02disable on Cygwin hostWaldemar Brodkorb
2010-06-02update to latest upstream and fix Cygwin cross-compileWaldemar Brodkorb
2010-06-02use flex explicitelyWaldemar Brodkorb
2010-06-02update to latest upstream and fix cross-compile on CygwinWaldemar Brodkorb
2010-06-02disable on Cygwin hostWaldemar Brodkorb
2010-06-02fix cross-compile on CygwinWaldemar Brodkorb
2010-06-02disable for CygwinWaldemar Brodkorb
2010-06-02update to stable version, fix cross-compile on CygwinWaldemar Brodkorb
2010-06-02update to stable version, fix cross-compile on CygwinWaldemar Brodkorb
2010-06-02parallel build does not work for this packageWaldemar Brodkorb