summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.usb
AgeCommit message (Collapse)Author
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)
2010-01-13fix ag241 compile. add target dependent package selections.Waldemar Brodkorb
2010-01-10fix dependencies for foxboard usb supportWaldemar Brodkorb
2009-11-17fix unresolved symbols in usbcoreWaldemar Brodkorb
- should fix following problem by loading usb usbcore: Unknown symbol utf16s_to_utf8s
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