summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.bluetooth
AgeCommit message (Collapse)Author
2014-10-29disable bluetooth in default configurationWaldemar Brodkorb
2014-09-10do not enable bluetooth driver for non-sdio capable devicesWaldemar Brodkorb
2014-08-23combine cubox-i and hummingboard support, same linux patches are requiredWaldemar Brodkorb
2014-05-27enable 3.14.4 for cuboxWaldemar Brodkorb
2014-05-13resolve merge conflictWaldemar Brodkorb
2014-04-28add bluetooth firmwareWaldemar Brodkorb
2014-04-26add support for wlan and bluetooth on cubox, only wlan verified and workingWaldemar Brodkorb
2011-08-05fix two dependency problemsWaldemar Brodkorb
2011-08-01different make bulkallmod fixesWaldemar Brodkorb
2011-06-26more 2.6.39 fixesWaldemar 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-01-20fix allmodconfig for foxboardwaldemar brodkorb
2010-01-19fix rb532 allmodconfigWaldemar Brodkorb
2010-01-13fix ag241 compile. add target dependent package selections.Waldemar Brodkorb
2009-11-05fix some bluetooth packaging bugsWaldemar Brodkorb
2009-11-03update X11, kerberos, samba, bluezWaldemar Brodkorb
- fix some ipkg issues with ubuntu - use grub2 for alix1c, no grub1 dependency on host - boots up on alix1c - fix some bcm203x problems
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