summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.bluetooth
AgeCommit message (Collapse)Author
2018-04-16add basic support for raspberry-pi3pOliver Schib
Signed-off-by: Oliver Schib <lich000king@yahoo.de>
2018-03-07add support for walduxWaldemar Brodkorb
2017-03-27rpi: fix mini.configWaldemar Brodkorb
2016-09-24BT_HCIBTUSB_BCM is boolean typeWaldemar Brodkorb
2016-09-24bluetooth: some broadcom USB bt devces need this, move firmware to brcm ↵Waldemar Brodkorb
subfolder
2016-06-19bluez: update and fix rpi3 support, add required firmware file.Waldemar Brodkorb
2016-06-19bluetooth: enable for rpi3Waldemar Brodkorb
2016-05-03update rpi kernel patch, add mkknlimg back, more fixesWaldemar Brodkorb
2016-03-25allow to choose drivers for generic support, reported by OliverWaldemar Brodkorb
2015-10-11add license headerWaldemar Brodkorb
2015-06-13a lot of bugfixes and package updatesWaldemar Brodkorb
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