Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-12 | update to latest upstream version | Waldemar Brodkorb | |
2014-02-27 | enable avahi support for mpd | Waldemar Brodkorb | |
2014-01-24 | fix compile and dependencies | Waldemar Brodkorb | |
2014-01-21 | add pulse audio output | Waldemar Brodkorb | |
2014-01-16 | good bye avr32, bad toolchain support, hardware is eol and no qemu emulator ↵ | Waldemar Brodkorb | |
available | |||
2013-12-29 | disable libwrap | Waldemar Brodkorb | |
2013-12-02 | update mpdbox package collection, new lighttpd, kernel, php, mpd, mpc, ↵ | Waldemar Brodkorb | |
libmpd, ffmpeg | |||
2013-11-29 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2013-11-29 | add httpd output plugin | Waldemar Brodkorb | |
2013-10-24 | add host build infrastructure; convert file, ncurses, glib and ruby to it. ↵ | Waldemar Brodkorb | |
remove unneeded hacks for openldap and mesalib | |||
2013-10-22 | fix libmix packages, while checking all packages make some style cleanup | Waldemar Brodkorb | |
2013-10-18 | disable running mpd as non-root, we now use a data directory which is ↵ | Waldemar Brodkorb | |
automatically remounted rw when database is written. it is not possible to remount a filesystem as user read-write, without any sudo or sbit hacks. | |||
2013-10-17 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2013-10-17 | patch mpd to remount /data directory before saving the database, disable two ↵ | Waldemar Brodkorb | |
read-write checks | |||
2013-10-17 | revert m68k uclibc commit, nptl is not implemented, disable alsa-lib and all ↵ | Waldemar Brodkorb | |
packages that require it | |||
2013-10-16 | fix idiotic commit, mpd runs as mpd user | Waldemar Brodkorb | |
2013-10-16 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2013-10-16 | update mpd to latest upstream version, add ffmpeg 2.0 support from master | Waldemar Brodkorb | |
2013-10-15 | disable avr32 | Waldemar Brodkorb | |
2013-10-11 | add UTF-8 encoding to example config | Waldemar Brodkorb | |
2013-10-09 | add a message after writing the database to log | Waldemar Brodkorb | |
2013-10-08 | add state_file to config, save running playlist over reboots | Waldemar Brodkorb | |
2013-09-27 | add libgcc | Waldemar Brodkorb | |
2013-09-27 | fix example config, use cfgfs for database | Waldemar Brodkorb | |
2013-09-26 | disable soundcloud | Waldemar Brodkorb | |
2013-09-18 | update and fix musl compile | Waldemar Brodkorb | |
2013-07-23 | add samplerate support for mpd | Waldemar Brodkorb | |
2013-07-12 | add ntpd support for mpdbox, fix smbclient package | Waldemar Brodkorb | |
2013-07-11 | need " for syslog | Waldemar Brodkorb | |
2013-07-11 | remove unknown configure options | Waldemar Brodkorb | |
2013-07-11 | create playlists directory if not exist | Waldemar Brodkorb | |
2013-07-11 | use syslog for mpd | Waldemar Brodkorb | |
2013-07-11 | fix varios compile issues for raspberry | Waldemar Brodkorb | |
2013-07-10 | fix compile with latest ffmpeg | Waldemar Brodkorb | |
2013-04-29 | update to latest upstream version | Waldemar Brodkorb | |
2013-04-29 | use /music as home for mpd | Waldemar Brodkorb | |
2012-03-02 | update apps to latest upstream version | Waldemar Brodkorb | |
2011-09-16 | update ffmpeg to latest stable version, enable more subpackages | Waldemar Brodkorb | |
2011-07-22 | add comment to patch | Waldemar Brodkorb | |
2011-07-19 | update to latest upstream version | Waldemar Brodkorb | |
2011-05-14 | add patch, avoid SIGFPE on foxg20 | Waldemar Brodkorb | |
2011-05-14 | update mpd,mpc and libmpdclient | Waldemar Brodkorb | |
2011-02-08 | many bugfixes for native adksystems and some package updates | Waldemar Brodkorb | |
2011-01-22 | activate GCC cflags check, cleanup FLAGS stuff in OpenADK. | Waldemar Brodkorb | |
* remove TCFLAGS/TLDFLAGS/TCPPFLAGS and only use TARGET_CFLAGS/TARGET_LDFLAGS/TARGET_CPPFLAGS, ... * activate GCC_HONOUR_COPTS and fix all packages to honour CFLAGS * use CC_FOR_BUILD, CFLAGS_FOR_BUILD, ... for all build compilation, remove HOST* variants * introduce KERNEL_MODULE_FLAGS for external kernel modules * mark rpm package as broken, mark syslinux for native builds only, mark libhugetlb for eglibc/glibc only usage | |||
2011-01-18 | rework PKG_FLAVOURS. Subpackages can have flavours, so | Waldemar Brodkorb | |
always add PKG_NAME to PKG_FLAVOURS variable. ala PKG_FLAVOURS_LIBNCURSES. Bug reported by Phil Sutter. | |||
2010-12-30 | rework architecture / embedded systems concept | Waldemar Brodkorb | |
Make configuration of new targets cheap. Just add a new file in target/arch/sys-enabled/foo. See other files for syntax. While doing runtime tests with the new infrastructure I've updated a lot of other stuff: - gcc 4.5.2 - uClibc 0.9.32-rc1 (NPTL) - strongswan, php, miredo, parted, util-linux-ng, e2fsprogs I promise, this is the last big fat commit this year ;) | |||
2010-09-14 | replace mksh scripts with faster C programs | Waldemar Brodkorb | |
depmaker and pkgmaker is replaced by C programs. scan-pkgs.sh will be replaced by another mechanism. scan-pkgs.sh is needed to recognize package flavour changes, so that a package is rebuild. Generation of meta-data is a lot faster now. Fix or add new PKG variables to fulfill the needs of the new programs. Documentation will follow as soon as it is stable. | |||
2010-07-08 | Merge remote branch 'phil/auto-config-in' | Waldemar Brodkorb | |
Conflicts: Config.in package/dropbear/Makefile package/iptables/Makefile package/kismet/Makefile package/nfs-utils/Makefile package/ntpclient/Makefile package/openvpn/Makefile package/pkgmaker package/rxvt-unicode/Makefile package/vgp/Makefile package/wpa_supplicant/Makefile package/xf86-input-keyboard/Makefile package/xf86-input-mouse/Makefile | |||
2010-07-06 | massive whitespace cleanup (EOL), suggested by j.seitter | Waldemar Brodkorb | |
2010-06-22 | fix package names and package flavour dependencies | Waldemar Brodkorb | |
ipkg does not allow package names with uppercase, so revert some of phil changes. dependency handling of package flavours were broken, because of a chicken and egg problem. implement a new variable (PKGFS_XXX) containing flavour dependent package dependencies. |