diff options
author | Juha Rantanen <juha@codercoded.com> | 2015-12-30 17:16:23 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-12-30 23:18:03 +0100 |
commit | 3ea3e93fc910005935ce52c5cd48c897dc4d904c (patch) | |
tree | 5a2cf4efa35291f3713ff606238ee849f3b524d1 /package/Config.in | |
parent | 8b093218c452a4846c1db0c01300db8086d130c0 (diff) | |
download | buildroot-3ea3e93fc910005935ce52c5cd48c897dc4d904c.tar.gz buildroot-3ea3e93fc910005935ce52c5cd48c897dc4d904c.zip |
acsccid: new package
[Thomas:
- fix commit title
- change libusb back to a mandatory dependency, since even though
there is a --disable-libusb option, it has no effect, and the code
fails to build due to missing libusb.h
- add hash file, noticed by Arnout
- remove host-perl dependency, noticed by Arnout
- rewrap Config.in help text, noticed by Arnout.]
Signed-off-by: Juha Rantanen <juha@codercoded.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/Config.in')
-rw-r--r-- | package/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Config.in b/package/Config.in index ef03632eaf..25e574f14d 100644 --- a/package/Config.in +++ b/package/Config.in @@ -907,6 +907,7 @@ menu "Graphics" endmenu menu "Hardware handling" + source "package/acsccid/Config.in" source "package/bcm2835/Config.in" source "package/c-periphery/Config.in" source "package/ccid/Config.in" |