1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-20 17:21:38 +03:00

fix broken openser menuconfig and package template call

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3409 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2006-03-19 04:53:42 +00:00
parent 28e4e506c8
commit b299ec7244
2 changed files with 115 additions and 117 deletions

View File

@ -11,229 +11,228 @@ config BR2_PACKAGE_OPENSER
config BR2_PACKAGE_OPENSER_MOD_AUTH config BR2_PACKAGE_OPENSER_MOD_AUTH
prompt "openser-mod-auth.................. Authentication support" prompt "openser-mod-auth.................. Authentication support"
tristate tristate
default m default m if CONFIG_DEVEL
select BR2_PACKAGE_OPENSER depends BR2_PACKAGE_OPENSER
help help
Enable authentication support Enable authentication support
config BR2_PACKAGE_OPENSER_MOD_AUTH_DB config BR2_PACKAGE_OPENSER_MOD_AUTH_DB
prompt "openser-mod-auth-db............... Authentication with database support" prompt "openser-mod-auth-db............... Authentication with database support"
tristate tristate
default m default m if CONFIG_DEVEL
select BR2_PACKAGE_OPENSER depends BR2_PACKAGE_OPENSER_MOD_AUTH
select BR2_PACKAGE_OPENSER_MOD_AUTH
help help
Enable authentication with database support Enable authentication with database support
config BR2_PACKAGE_OPENSER_MOD_AUTH_RADIUS config BR2_PACKAGE_OPENSER_MOD_AUTH_RADIUS
prompt "openser-mod-auth-radius........... Authentication with RADIUS support" prompt "openser-mod-auth-radius........... Authentication with RADIUS support"
tristate tristate
default m default m if CONFIG_DEVEL
select BR2_PACKAGE_OPENSER depends BR2_PACKAGE_OPENSER_MOD_AUTH
select BR2_PACKAGE_LIBRADIUSCLIENT_NG select BR2_PACKAGE_LIBRADIUSCLIENT_NG
help help
Authentication against RADIUS Authentication against RADIUS
config BR2_PACKAGE_OPENSER_MOD_AVP_RADIUS config BR2_PACKAGE_OPENSER_MOD_AVP_RADIUS
prompt "openser-mod-avp-radius............ AVP with RADIUS support" prompt "openser-mod-avp-radius............ AVP with RADIUS support"
tristate tristate
default m default m if CONFIG_DEVEL
select BR2_PACKAGE_OPENSER depends BR2_PACKAGE_OPENSER
select BR2_PACKAGE_LIBRADIUSCLIENT_NG select BR2_PACKAGE_LIBRADIUSCLIENT_NG
help help
Enable AVP with RADIUS support Enable AVP with RADIUS support
config BR2_PACKAGE_OPENSER_MOD_AVPOPS config BR2_PACKAGE_OPENSER_MOD_AVPOPS
prompt "openser-mod-avpops................ AVP options support" prompt "openser-mod-avpops................ AVP options support"
tristate tristate
default m default m if CONFIG_DEVEL
select BR2_PACKAGE_OPENSER depends BR2_PACKAGE_OPENSER
help help
Enable AVP options support Enable AVP options support
config BR2_PACKAGE_OPENSER_MOD_DISPATCHER config BR2_PACKAGE_OPENSER_MOD_DISPATCHER
prompt "openser-mod-dispatcher............ dispatcher support" prompt "openser-mod-dispatcher............ dispatcher support"
tristate tristate
default m default m if CONFIG_DEVEL
select BR2_PACKAGE_OPENSER depends BR2_PACKAGE_OPENSER
help help
Enable dispatcher options support Enable dispatcher options support
config BR2_PACKAGE_OPENSER_MOD_DIVERSION config BR2_PACKAGE_OPENSER_MOD_DIVERSION
prompt "openser-mod-diversion............. diversion support" prompt "openser-mod-diversion............. diversion support"
tristate tristate
default m default m if CONFIG_DEVEL
select BR2_PACKAGE_OPENSER depends BR2_PACKAGE_OPENSER
help help
Enable diversion options support Enable diversion options support
config BR2_PACKAGE_OPENSER_MOD_FLATSTORE config BR2_PACKAGE_OPENSER_MOD_FLATSTORE
prompt "openser-mod-flatstore............. flatstore support" prompt "openser-mod-flatstore............. flatstore support"
tristate tristate
default m default m if CONFIG_DEVEL
select BR2_PACKAGE_OPENSER depends BR2_PACKAGE_OPENSER
help help
Enable flatstore support Enable flatstore support
config BR2_PACKAGE_OPENSER_MOD_GFLAGS config BR2_PACKAGE_OPENSER_MOD_GFLAGS
prompt "openser-mod-gflags................ gflags support" prompt "openser-mod-gflags................ gflags support"
tristate tristate
default m default m if CONFIG_DEVEL
select BR2_PACKAGE_OPENSER depends BR2_PACKAGE_OPENSER
help help
Enable GFlags support Enable GFlags support
config BR2_PACKAGE_OPENSER_MOD_GROUP config BR2_PACKAGE_OPENSER_MOD_GROUP
prompt "openser-mod-group................. group support" prompt "openser-mod-group................. group support"
tristate tristate
default m default m if CONFIG_DEVEL
select BR2_PACKAGE_OPENSER depends BR2_PACKAGE_OPENSER
help help
Enable group support Enable group support
config BR2_PACKAGE_OPENSER_MOD_GROUP_RADIUS config BR2_PACKAGE_OPENSER_MOD_GROUP_RADIUS
prompt "openser-mod-group-radius.......... group with RADIUS support" prompt "openser-mod-group-radius.......... group with RADIUS support"
tristate tristate
default m default m if CONFIG_DEVEL
select BR2_PACKAGE_OPENSER depends BR2_PACKAGE_OPENSER
help help
Enable group with RADIUS support Enable group with RADIUS support
config BR2_PACKAGE_OPENSER_MOD_LCR config BR2_PACKAGE_OPENSER_MOD_LCR
prompt "openser-mod-lcr................... Least Cost Routing support" prompt "openser-mod-lcr................... Least Cost Routing support"
tristate tristate
default m default m if CONFIG_DEVEL
select BR2_PACKAGE_OPENSER depends BR2_PACKAGE_OPENSER
select BR2_PACKAGE_OPENSER_MOD_MYSQL select BR2_PACKAGE_OPENSER_MOD_MYSQL
help help
Enable Least Cost Routing support Enable Least Cost Routing support
config BR2_PACKAGE_OPENSER_MOD_MEDIAPROXY config BR2_PACKAGE_OPENSER_MOD_MEDIAPROXY
prompt "openser-mod-mediaproxy............ Mediaproxy support" prompt "openser-mod-mediaproxy............ Mediaproxy support"
tristate tristate
default m default m if CONFIG_DEVEL
select BR2_PACKAGE_OPENSER depends BR2_PACKAGE_OPENSER
help help
Enable mediaproxy support Enable mediaproxy support
config BR2_PACKAGE_OPENSER_MOD_MSILO config BR2_PACKAGE_OPENSER_MOD_MSILO
prompt "openser-mod-msilo................. MSilo support" prompt "openser-mod-msilo................. MSilo support"
tristate tristate
default m default m if CONFIG_DEVEL
select BR2_PACKAGE_OPENSER depends BR2_PACKAGE_OPENSER
help help
Enable msilo support Enable msilo support
config BR2_PACKAGE_OPENSER_MOD_MYSQL config BR2_PACKAGE_OPENSER_MOD_MYSQL
prompt "openser-mod-mysql................. MySQL support" prompt "openser-mod-mysql................. MySQL support"
tristate tristate
default m default m if CONFIG_DEVEL
select BR2_PACKAGE_LIBMYSQLCLIENT select BR2_PACKAGE_LIBMYSQLCLIENT
select BR2_PACKAGE_OPENSER depends BR2_PACKAGE_OPENSER
help help
Enable MySQL support Enable MySQL support
config BR2_PACKAGE_OPENSER_MOD_NATHELPER config BR2_PACKAGE_OPENSER_MOD_NATHELPER
prompt "openser-mod-nathelper............. NAT helper support" prompt "openser-mod-nathelper............. NAT helper support"
tristate tristate
default m default m if CONFIG_DEVEL
select BR2_PACKAGE_OPENSER depends BR2_PACKAGE_OPENSER
help help
NAT helper support NAT helper support
config BR2_PACKAGE_OPENSER_MOD_OPTIONS config BR2_PACKAGE_OPENSER_MOD_OPTIONS
prompt "openser-mod-options............... options support" prompt "openser-mod-options............... options support"
tristate tristate
default m default m if CONFIG_DEVEL
select BR2_PACKAGE_OPENSER depends BR2_PACKAGE_OPENSER
help help
Enable options support Enable options support
config BR2_PACKAGE_OPENSER_MOD_PDT config BR2_PACKAGE_OPENSER_MOD_PDT
prompt "openser-mod-pdt................... PDT support" prompt "openser-mod-pdt................... PDT support"
tristate tristate
default m default m if CONFIG_DEVEL
select BR2_PACKAGE_OPENSER depends BR2_PACKAGE_OPENSER
help help
Enable pdt support Enable pdt support
config BR2_PACKAGE_OPENSER_MOD_PERMISSIONS config BR2_PACKAGE_OPENSER_MOD_PERMISSIONS
prompt "openser-mod-permissions........... Permissions support" prompt "openser-mod-permissions........... Permissions support"
tristate tristate
default m default m if CONFIG_DEVEL
select BR2_PACKAGE_OPENSER depends BR2_PACKAGE_OPENSER
help help
Enable permissions support Enable permissions support
config BR2_PACKAGE_OPENSER_MOD_PIKE config BR2_PACKAGE_OPENSER_MOD_PIKE
prompt "openser-mod-pike.................. PIKE support" prompt "openser-mod-pike.................. PIKE support"
tristate tristate
default m default m if CONFIG_DEVEL
select BR2_PACKAGE_OPENSER depends BR2_PACKAGE_OPENSER
help help
Enable pike support Enable pike support
config BR2_PACKAGE_OPENSER_MOD_SMS config BR2_PACKAGE_OPENSER_MOD_SMS
prompt "openser-mod-sms................... SMS support" prompt "openser-mod-sms................... SMS support"
tristate tristate
default m default m if CONFIG_DEVEL
select BR2_PACKAGE_OPENSER depends BR2_PACKAGE_OPENSER
help help
SMS support SMS support
config BR2_PACKAGE_OPENSER_MOD_SPEEDDIAL config BR2_PACKAGE_OPENSER_MOD_SPEEDDIAL
prompt "openser-mod-speeddial............. Speed Dial support" prompt "openser-mod-speeddial............. Speed Dial support"
tristate tristate
default m default m if CONFIG_DEVEL
select BR2_PACKAGE_OPENSER depends BR2_PACKAGE_OPENSER
help help
Speed Dial support Speed Dial support
config BR2_PACKAGE_OPENSER_MOD_UAC config BR2_PACKAGE_OPENSER_MOD_UAC
prompt "openser-mod-uac................... UAC support" prompt "openser-mod-uac................... UAC support"
tristate tristate
default m default m if CONFIG_DEVEL
select BR2_PACKAGE_OPENSER depends BR2_PACKAGE_OPENSER
help help
Enable UAC support Enable UAC support
config BR2_PACKAGE_OPENSER_MOD_UAC_REDIRECT config BR2_PACKAGE_OPENSER_MOD_UAC_REDIRECT
prompt "openser-mod-uac................... UAC redirect support" prompt "openser-mod-uac................... UAC redirect support"
tristate tristate
default m default m if CONFIG_DEVEL
select BR2_PACKAGE_OPENSER depends BR2_PACKAGE_OPENSER
help help
Enable UAC redirect support Enable UAC redirect support
config BR2_PACKAGE_OPENSER_MOD_URI config BR2_PACKAGE_OPENSER_MOD_URI
prompt "openser-mod-uri................... URI support" prompt "openser-mod-uri................... URI support"
tristate tristate
default m default m if CONFIG_DEVEL
select BR2_PACKAGE_OPENSER depends BR2_PACKAGE_OPENSER
help help
Enable URI support Enable URI support
config BR2_PACKAGE_OPENSER_MOD_URI_DB config BR2_PACKAGE_OPENSER_MOD_URI_DB
prompt "openser-mod-uri-db................ URI database support" prompt "openser-mod-uri-db................ URI database support"
tristate tristate
default m default m if CONFIG_DEVEL
select BR2_PACKAGE_OPENSER depends BR2_PACKAGE_OPENSER
help help
Enable URI database support Enable URI database support
config BR2_PACKAGE_OPENSER_MOD_URI_RADIUS config BR2_PACKAGE_OPENSER_MOD_URI_RADIUS
prompt "openser-mod-uri-radius............ URI with RADIUS support" prompt "openser-mod-uri-radius............ URI with RADIUS support"
tristate tristate
default m default m if CONFIG_DEVEL
select BR2_PACKAGE_OPENSER depends BR2_PACKAGE_OPENSER
help help
Enable URI with RADIUS support Enable URI with RADIUS support
config BR2_PACKAGE_OPENSER_MOD_XLOG config BR2_PACKAGE_OPENSER_MOD_XLOG
prompt "openser-mod-xlog.................. Logging support" prompt "openser-mod-xlog.................. Logging support"
tristate tristate
default m default m if CONFIG_DEVEL
select BR2_PACKAGE_OPENSER depends BR2_PACKAGE_OPENSER
help help
Logging support Logging support

View File

@ -57,7 +57,6 @@ $(eval $(call PKG_template,OPENSER_MOD_UAC_REDIRECT,openser-mod-uac-redirect,$(P
$(eval $(call PKG_template,OPENSER_MOD_URI,openser-mod-uri,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) $(eval $(call PKG_template,OPENSER_MOD_URI,openser-mod-uri,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
$(eval $(call PKG_template,OPENSER_MOD_URI_DB,openser-mod-uri-db,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) $(eval $(call PKG_template,OPENSER_MOD_URI_DB,openser-mod-uri-db,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
$(eval $(call PKG_template,OPENSER_MOD_URI_RADIUS,openser-mod-uri-radius,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) $(eval $(call PKG_template,OPENSER_MOD_URI_RADIUS,openser-mod-uri-radius,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
$(eval $(call PKG_template,OPENSER_MOD_AUTH_RADIUS,openser-mod-auth-radius,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
$(eval $(call PKG_template,OPENSER_MOD_XLOG,openser-mod-xlog,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) $(eval $(call PKG_template,OPENSER_MOD_XLOG,openser-mod-xlog,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
$(eval $(call PKG_mod_template,OPENSER_MOD_ACCOUNTING,acc)) $(eval $(call PKG_mod_template,OPENSER_MOD_ACCOUNTING,acc))