diff options
author | Gregory Dymarek <gregd72002@gmail.com> | 2014-12-12 15:42:47 +0000 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-01-01 16:38:52 +0100 |
commit | f95c7e6fb9c0cf30eb769a8f0e272e76f36c5eae (patch) | |
tree | dcda97110b3a0f8658bd143eb2a6597f980a3962 /package/Config.in | |
parent | dadd8dd0b913f41faf4412dab8100965bb3fc621 (diff) | |
download | buildroot-f95c7e6fb9c0cf30eb769a8f0e272e76f36c5eae.tar.gz buildroot-f95c7e6fb9c0cf30eb769a8f0e272e76f36c5eae.zip |
janus-gateway: new package
[Thomas:
- Rename patch to the proper naming convention, and add a
description to it.
- Add mandatory dependency to OpenSSL.
- Make the dependency on libwebsock optional.
- Remove select of host-gengetopt, since this package no longer has
a menuconfig option.
- Add missing toolchain option dependencies inherited from selected
packages.
- Add proper Config.in help text.
- Fix the .mk comment header to the proper format.
- Use the github function and remove the unneeded SITE_METHOD
variable.
- Add support for optional Opus and Libogg support.
- Remove hash file, since the package is fetched from github.]
Signed-off-by: Gregory Dymarek <gregd72002@gmail.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 43b2b61ff7..a4f5d8bf5f 100644 --- a/package/Config.in +++ b/package/Config.in @@ -1060,6 +1060,7 @@ endif source "package/iptraf-ng/Config.in" source "package/iputils/Config.in" source "package/iw/Config.in" + source "package/janus-gateway/Config.in" source "package/kismet/Config.in" source "package/knock/Config.in" source "package/leafnode2/Config.in" |