summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Collapse)Author
2012-03-13make mplayer fullscreen videos usableWaldemar Brodkorb
2012-03-13disable debugWaldemar Brodkorb
2012-03-13do not compile examplesWaldemar Brodkorb
2012-03-13add libgmp dependencyWaldemar Brodkorb
2012-03-13add pthread to LDFLAGSWaldemar Brodkorb
2012-03-13fix cross-compileWaldemar Brodkorb
2012-03-13fix typoWaldemar Brodkorb
2012-03-13Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2012-03-13fix copy methodWaldemar Brodkorb
2012-03-13disable pcreWaldemar Brodkorb
2012-03-13update to latest svn versionWaldemar Brodkorb
2012-03-13add missing dependency to libblkidWaldemar Brodkorb
2012-03-12disable nfsv4.1Waldemar Brodkorb
2012-03-12fix cross-compileWaldemar Brodkorb
2012-03-12add build dependencyWaldemar Brodkorb
2012-03-12Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2012-03-12some minor changes and fixesWaldemar Brodkorb
2012-03-12XAA makes Xorg stableWaldemar Brodkorb
2012-03-11add gnutls support to curl package, add depends to ca-certificates packageWaldemar Brodkorb
2012-03-11update gnutls and required packages to latest upstreamWaldemar Brodkorb
2012-03-03fix native buildWaldemar Brodkorb
2012-03-03can be compiled nativelyWaldemar Brodkorb
2012-03-02add missing patches from previous commitWaldemar Brodkorb
2012-03-02update apps to latest upstream versionWaldemar Brodkorb
2012-02-29use nfsnobody for user/groupWaldemar Brodkorb
2012-02-29add missing linker scripts for alix boardsWaldemar Brodkorb
2012-02-29update to latest stable versionWaldemar Brodkorb
2012-02-29update to latest stable versionWaldemar Brodkorb
2012-02-29update to latest stable versionWaldemar Brodkorb
2012-02-29update to latest stable version, finetune exports exampleWaldemar Brodkorb
2012-02-27update to latest upstreamWaldemar Brodkorb
2012-02-27admin_server required for kadmin utilityWaldemar Brodkorb
2012-02-26update to latest upstream versionWaldemar Brodkorb
2012-02-22fix building of grubWaldemar Brodkorb
2012-02-17Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2012-02-17add jpeg to build dependenciesWaldemar Brodkorb
2012-02-07change hardcoded max flash size to 4 MB, reported by jseitterWaldemar Brodkorb
2012-01-29update kernel versions to latest upstreamWaldemar Brodkorb
2012-01-22update to latest stable versionWaldemar Brodkorb
2012-01-15Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2012-01-15mk/image.mk: improve and simplify initramfs generationPhil Sutter
Using the kernel tools is a lot better than calling cpio ourselfs, as this way we can have it create device nodes for us. So no need to reopen /dev/console and things like that. While here, fix also initramfs compression (untested), as in my experience the kernel drops all symbols regarding compression from it's .config in the first compile phase. Probably one should make the actual compression algorithm configurable (and ideally depending on what the kernel supports for the given architecture). This is a rough hack based on what I'm using in the custom viprinux build file, so something like this is already running somewhere. ;)
2012-01-15package/aircrack-ng: search wireless-tools in $PATH, tooPhil Sutter
No idea why they use a hardcoded path list, it isn't even hard to implement to use the standard way.
2012-01-15package/aircrack-ng: parallel building is problematicPhil Sutter
2012-01-15package/ppp: fix for wrong module path in pppd binaryPhil Sutter
2012-01-15package/ethtool: update to 2.6.36Phil Sutter
Previous version failed for eeprom updates.
2012-01-15package/oprofile: install events dir along with packagePhil Sutter
2012-01-15package/gdb: prevent shipped libbfd from cluttering the system wide onePhil Sutter
This lib won't get installed anyway, packages linking against libbfd should simply depend on the libbfd provided by binutils.
2012-01-15package/bash: add choice for --with-curses optionPhil Sutter
2012-01-15package/dropbear: fix utmp support flavourPhil Sutter
- NEVER give --enable-utmp, it does the opposite of what you think it does - specify conf_utmp_location as variable to configure, so it doesn't search the build system for it's location - utmp support without pututline is totally broken
2012-01-15package/dropbear: add flavour for utmp supportPhil Sutter