summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.usb
AgeCommit message (Collapse)Author
2015-02-09add basic support for raspberry pi2Waldemar Brodkorb
Introduce new board symbols for embedded systems, which use the similar board as basis. As for example raspberry pi and raspberry pi2. And some more updates: Update binutils to 2.25, set gcc 4.9.2 as default. Update glibc to 2.21, set as default. Update gdb to 7.8.2. Update kodi to latest release.
2014-12-26kernel config style. fixes for allmodconfig.Waldemar Brodkorb
2014-08-23combine cubox-i and hummingboard support, same linux patches are requiredWaldemar Brodkorb
2014-06-13fence some featuresWaldemar Brodkorb
2014-05-31fix buildall issues with qemu-arm targetWaldemar Brodkorb
2014-05-23fix symbol renaming bugsWaldemar Brodkorb
2014-05-19fix usb for 3.10.30Waldemar Brodkorb
2014-05-13resolve merge conflictWaldemar Brodkorb
2014-04-28final kernel config cleanupWaldemar Brodkorb
2014-04-24fix usb on cubox, add chipidea driverWaldemar Brodkorb
2014-04-23fix bootup from sdWaldemar Brodkorb
2014-04-23fix usb keyboard for qemu-system-sh4Waldemar Brodkorb
2014-03-29disable usb in default kernel config for qemu-sh4Waldemar Brodkorb
2014-03-12convert lemote yeelong to miniconfigWaldemar Brodkorb
2014-03-08add some usb hid stuff for qemu-sh, you _must_ start qemu-sh with -serial ↵Waldemar Brodkorb
null -serial stdio. otherwise no output. thx to aboriginal linux
2014-03-06get rid of ADK_NATIVE mode, it is not regulary tested and the results where ↵Waldemar Brodkorb
not satisfying.
2014-01-23add alsa hrtimer for rpi, fix some dependency bugs after the switch to ↵Waldemar Brodkorb
miniconfig
2014-01-16good bye cris, hardware is eol, latest toolchain is broken, qemu emulator ↵Waldemar Brodkorb
support is bad, kernel needs patches for serial and network
2013-11-06enable cirrus vga for qemu when xorg collection choosen, enable usb for ↵Waldemar Brodkorb
qemu-x86/qemu-x86-64
2013-10-01add support for glibc/eglibc qemu-sh systemsWaldemar Brodkorb
2013-09-29bring qemu-sh and aranym-m68k in shapeWaldemar Brodkorb
2013-07-09add USB support, make eglibc the only C library for nowWaldemar Brodkorb
2013-07-08update kernelsWaldemar Brodkorb
2013-04-12ohci required for lemote yeelongWaldemar Brodkorb
2013-02-28fix build for qemu-x86_64 and usbWaldemar Brodkorb
2013-02-01add support for desktop pcWaldemar Brodkorb
2011-08-27added intel atom targetwarhog
2011-08-22refresh kernel config, enable WLAN symbol, enable USB by defaultWaldemar Brodkorb
2011-08-22implement submodel for foxboard lx. resolves duplicate full build for this ↵Waldemar Brodkorb
systems
2011-07-28realize rfkill as moduleWaldemar Brodkorb
2011-07-14fix native kernel build for IBM X40Waldemar Brodkorb
2011-06-12update default kernel to 2.6.39Waldemar Brodkorb
2011-04-27fix cris allconfig buildWaldemar Brodkorb
2011-04-12refresh lemote yeelong supportwbx
2011-01-26some usb fixes, wrong controller choosen. (and some more minor changes)Waldemar 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-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-14consolidate x86/x86_64 supportWaldemar Brodkorb
use hardware profiles, instead of extra target dirs. fix dependencies.
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-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-07add support for hso umts modemsWaldemar Brodkorb
if you like to use an usb umts modem with hso chipset, this is the support for it. use following in /etc/network/interfaces: auto hso0 iface hso0 inet manual pin xxxx apn foo.bar credentials go to freewrt 1.0 supporters...
2010-07-07more runtime fixes, update of some packages.Waldemar Brodkorb
- update busybox, dnsmasq, ppp and libusb - add timezone and hostname configuration for target via menu - fix resolv.conf creation for dhcp client - fix usb for alix boards - enable lsusb and lspci by default
2010-05-12fix make bulkallmod for some packages and target combinationsWaldemar Brodkorb
2010-04-21fat commit to add support for firefox on ibm x40 via usb stickWaldemar Brodkorb
- add support for IBM X40 notebook - add USB boot support - add firefox package - update and add all dependencies for firefox - add xorg intel driver - add dri support for xorg
2010-04-06fix bulkallmod by renaming FOXG20 symbolWaldemar Brodkorb
2010-03-12fix allmodconfig for lemote buildWaldemar Brodkorb
2010-03-04USB is enabled by default on LemoteWaldemar Brodkorb
2010-02-17enable realtime extensions for foxg20Waldemar Brodkorb
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)