summaryrefslogtreecommitdiffstats
path: root/package/angular-websocket/Config.in
diff options
context:
space:
mode:
authorBimal Jacob <Bimal.Jacob@rockwellcollins.com>2016-12-07 12:34:44 -0600
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-12-10 21:37:27 +0100
commit9de6da214fe32d7c8ad114ddf37d28a5ac342778 (patch)
treec04f432fd695abbe87c90f0e5a67db92f13cf688 /package/angular-websocket/Config.in
parent69c365a9d1c820ba64482e06e0907471372f790d (diff)
downloadbuildroot-9de6da214fe32d7c8ad114ddf37d28a5ac342778.tar.gz
buildroot-9de6da214fe32d7c8ad114ddf37d28a5ac342778.zip
angular-websocket: new package
Signed-off-by: Bimal Jacob <bimal.jacob@rockwellcollins.com> Signed-off-by: Matt Weber <matthew.weber@rockwellcollins.com> [Thomas: - Move to a submenu "External AngularJS plugins", much like we have an "External JQuery plugins" menu. Therefore, remove the "select BR2_PACKAGE_ANGULARJS" from the package, since angular-websocket/Config.in is now included only if BR2_PACKAGE_ANGULARJS is defined. - Add hash file.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/angular-websocket/Config.in')
-rw-r--r--package/angular-websocket/Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/package/angular-websocket/Config.in b/package/angular-websocket/Config.in
new file mode 100644
index 0000000000..0981bd0d52
--- /dev/null
+++ b/package/angular-websocket/Config.in
@@ -0,0 +1,7 @@
+config BR2_PACKAGE_ANGULAR_WEBSOCKET
+ bool "angular-websocket"
+ help
+ An AngularJS WebSocket service for connecting client
+ applications to servers.
+
+ https://github.com/AngularClass/angular-websocket
OpenPOWER on IntegriCloud