summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.multimedia
AgeCommit message (Collapse)Author
2018-03-07add support for walduxWaldemar Brodkorb
2015-10-11add license headerWaldemar Brodkorb
2015-07-06fixes for wintv 930c driver integrationWaldemar Brodkorb
2015-06-13more DVB driver fixesWaldemar Brodkorb
2015-06-13add another cardWaldemar Brodkorb
2015-05-30rework multimedia kernel supportWaldemar Brodkorb
2013-07-11fix video cam supportWaldemar Brodkorb
2013-07-09add USB support, make eglibc the only C library for nowWaldemar Brodkorb
2013-01-19update to linux 3.7.3, disable aufs2, multimedia support needs reworkingWaldemar Brodkorb
2011-10-12misc fixes from bulk buildWaldemar Brodkorb
2011-09-18add another cheap webcam driverWaldemar Brodkorb
2011-09-18add some more webcam drivers to kernel configWaldemar Brodkorb
2011-09-16add support for sharp zaurus (tested on terrier cl-3200)Waldemar Brodkorb
2011-07-14fix native kernel build for IBM X40Waldemar Brodkorb
2011-01-25some fixes for allmodconfig (foxg20)Waldemar Brodkorb
2010-12-30rework architecture / embedded systems conceptWaldemar 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-12-01fix ipkg and ipkg tools, consolidate mdev.confWaldemar Brodkorb
cpio under macosx or bsd creates tar archives via stdin while using find . with leading ./. heirloom cpio shipped with OpenADK does remove the leading ./. Adopt ipkg busybox applet to work without ./. Fix ipkg-build to be faster and to use included cpio for inner tar creation. Dependency to GNU tar can now be dropped.
2010-11-30fix sound on ibm x40Waldemar Brodkorb
2010-11-26implement the concept of target choice by embedded system or architectureWaldemar Brodkorb
you can now choose between specific embedded systems like PC Engines ALIX boards, Foxboard, .. or between generic architecture support like x86, x86_64, mips, ... This does reduce the overhead of duplicate configuration files in target directory. Now qemu, toolchain and ibm x40 support is combined in one target directory target/x86. Distinguishing between hardware profiles happens via menu based configuration. (CPU choice for kernel, CFLAGS for package building, ..). We will see if this is the right direction.
2010-11-13unify alix supportWaldemar Brodkorb
add hardware profiles for 3 alix boards, but use the same toolchain for all of them. This is just better for maintenance purpose. delete old targets.
2010-09-18always enable ossemulWaldemar Brodkorb
otherwise oss-emul-mixer and oss-emul-dsp have missing symbols in core sound modules.
2010-09-16add some native build fixes (tested on Lemote notebook)Waldemar Brodkorb
- enable busybox applets needed for natvie builds - add header packages for expat and libnl - remove rtl8187b driver, use kernel included driver (needs more testing)
2010-07-16a lot of lemote finetuningWaldemar Brodkorb
* add PCM to mixer init script * let ipkg check if rootfs is already rw mounted * fix overlapping utilities * enable DPMS in Xorg configuration, remove unused stuff * set DPMS timeout to 60 seconds via startx, disable screen blanking. Mplayer now runs fine without any screen blanking * enable some more features in vim (f.e. :split) * rename mpc package to libmpc * fix uvcvideo loading (v4l2 compat again..) * add new xset package
2010-07-05some allconfig fixesWaldemar Brodkorb
disable geode AES coprocessor, better use kernel modules, otherwise some crypto stuff get statically compiled and the build fails.
2010-06-18fix lemote webcam support, enable v4l1 compat by defaultWaldemar Brodkorb
2010-06-16add webcam and wireless-tools support for lemoteWaldemar Brodkorb
2010-05-12fix make bulkallmod for some packages and target combinationsWaldemar Brodkorb
2010-03-06enable audio for lemoteWaldemar Brodkorb
2010-02-21rename ext2-cf target rootfs to ext2-blockWaldemar Brodkorb
- add a foxg20 adkinstaller (not working yet) - rename ext2-cf target rootfs to ext2-block
2010-02-12enable usb sound supportWaldemar Brodkorb
add mpg123 console mp3 player. A terratec usb soundadapter works fine on alix2d device. (0ccd:0077 TerraTec Electronic GmbH)
2010-01-20fix allmodconfig for foxboardwaldemar brodkorb
2010-01-13fix ag241 compile. add target dependent package selections.Waldemar Brodkorb
2009-12-10enable sound and xorg for qemuWaldemar Brodkorb
2009-08-02change all 'depends' lines to 'depends on' onesPhil Sutter
This is only a formal change, the semantics stay exactly the same. But linux-2.6's mconf forces this nowadays, so stay compatible.
2009-05-17Initial importwbx