mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
disable non-essential packages by default if DEVELOPER is unset on make menuconfig
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@675 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
config BR2_PACKAGE_ASTERISK
|
||||
tristate "Asterisk"
|
||||
default m
|
||||
default m if CONFIG_DEVEL
|
||||
help
|
||||
Asterisk is a complete PBX in software. It provides all of the features
|
||||
you would expect from a PBX and more. Asterisk does voice over IP in three
|
||||
@@ -9,7 +9,7 @@ config BR2_PACKAGE_ASTERISK
|
||||
|
||||
config BR2_PACKAGE_ASTERISK_SPEEX
|
||||
tristate "Speex codec"
|
||||
default m
|
||||
default m if CONFIG_DEVEL
|
||||
depends BR2_PACKAGE_ASTERISK
|
||||
select BR2_PACKAGE_SPEEX
|
||||
help
|
||||
@@ -18,7 +18,7 @@ config BR2_PACKAGE_ASTERISK_SPEEX
|
||||
|
||||
config BR2_PACKAGE_ASTERISK_MYSQL
|
||||
tristate "MySQL plugins"
|
||||
default m
|
||||
default m if CONFIG_DEVEL
|
||||
depends BR2_PACKAGE_ASTERISK
|
||||
select BR2_PACKAGE_LIBMYSQLCLIENT
|
||||
help
|
||||
@@ -26,7 +26,7 @@ config BR2_PACKAGE_ASTERISK_MYSQL
|
||||
|
||||
config BR2_PACKAGE_ASTERISK_PGSQL
|
||||
tristate "PostgreSQL plugins"
|
||||
default m
|
||||
default m if CONFIG_DEVEL
|
||||
depends BR2_PACKAGE_ASTERISK
|
||||
select BR2_PACKAGE_LIBPQ
|
||||
help
|
||||
@@ -34,14 +34,14 @@ config BR2_PACKAGE_ASTERISK_PGSQL
|
||||
|
||||
config BR2_PACKAGE_ASTERISK_VOICEMAIL
|
||||
tristate "Voicemail support"
|
||||
default m
|
||||
default m if CONFIG_DEVEL
|
||||
depends BR2_PACKAGE_ASTERISK
|
||||
help
|
||||
Voicemail related plugins for Asterisk
|
||||
|
||||
config BR2_PACKAGE_ASTERISK_SOUNDS
|
||||
tristate "Sound files"
|
||||
default m
|
||||
default m if CONFIG_DEVEL
|
||||
depends BR2_PACKAGE_ASTERISK
|
||||
help
|
||||
Sound files for Asterisk
|
||||
|
||||
Reference in New Issue
Block a user