aboutsummaryrefslogtreecommitdiffstats
path: root/openwrt/package/weechat/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'openwrt/package/weechat/Config.in')
-rw-r--r--openwrt/package/weechat/Config.in25
1 files changed, 0 insertions, 25 deletions
diff --git a/openwrt/package/weechat/Config.in b/openwrt/package/weechat/Config.in
deleted file mode 100644
index 79d0161e07..0000000000
--- a/openwrt/package/weechat/Config.in
+++ /dev/null
@@ -1,25 +0,0 @@
-menu "weechat........................... Lightweight IRC client"
-
-config BR2_PACKAGE_WEECHAT
- prompt "weechat.......................... Lightweight IRC client"
- tristate
- default m if CONFIG_DEVEL
- select BR2_PACKAGE_LIBNCURSES
- help
- Fast, light & extensible IRC client
-
- http://weechat.flashtux.org
-
-config BR2_COMPILE_WEECHAT_WITH_TLS
- prompt "Enable TLS support"
- bool
- select BR2_PACKAGE_LIBGNUTLS
- depends BR2_PACKAGE_WEECHAT
-
-config BR2_COMPILE_WEECHAT_WITH_LUA
- prompt "Enable LUA scripting"
- bool
- select BR2_PACKAGE_LIBLUA
- depends BR2_PACKAGE_WEECHAT
-
-endmenu