diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-18 22:15:33 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-18 22:15:33 +0000 |
commit | 820797a8ef795d9c64d6db5141906468e7bd7fcd (patch) | |
tree | 5b2b499f57f4724bec39bdfca0b45792dd972652 /openwrt/package/openser/Makefile | |
parent | cf87b002c276709c10c41b6c99f20d9d52b02b75 (diff) |
Added new modules, modularize them
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3405 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/openser/Makefile')
-rw-r--r-- | openwrt/package/openser/Makefile | 36 |
1 files changed, 35 insertions, 1 deletions
diff --git a/openwrt/package/openser/Makefile b/openwrt/package/openser/Makefile index 40c00397a..7ea52d1f8 100644 --- a/openwrt/package/openser/Makefile +++ b/openwrt/package/openser/Makefile @@ -34,26 +34,60 @@ $(eval $(call PKG_template,OPENSER_MOD_ACCOUNTING,openser-mod-acc,$(PKG_VERSION) $(eval $(call PKG_template,OPENSER_MOD_AUTH,openser-mod-auth,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) $(eval $(call PKG_template,OPENSER_MOD_AUTH_DB,openser-mod-auth-db,$(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_AVP_RADIUS,openser-mod-avp-radius,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) $(eval $(call PKG_template,OPENSER_MOD_AVPOPS,openser-mod-avpops,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) +$(eval $(call PKG_template,OPENSER_MOD_DISPATCHER,openser-mod-dispatcher,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) +$(eval $(call PKG_template,OPENSER_MOD_DIVERSION,openser-mod-diversion,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) +$(eval $(call PKG_template,OPENSER_MOD_FLATSTORE,openser-mod-flatstore,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) +$(eval $(call PKG_template,OPENSER_MOD_GFLAGS,openser-mod-gflags,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) +$(eval $(call PKG_template,OPENSER_MOD_GROUP,openser-mod-group,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) +$(eval $(call PKG_template,OPENSER_MOD_GROUP_RADIUS,openser-mod-group-radius,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) $(eval $(call PKG_template,OPENSER_MOD_LCR,openser-mod-lcr,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) $(eval $(call PKG_template,OPENSER_MOD_MEDIAPROXY,openser-mod-mediaproxy,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) +$(eval $(call PKG_template,OPENSER_MOD_MSILO,openser-mod-msilo,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) $(eval $(call PKG_template,OPENSER_MOD_MYSQL,openser-mod-mysql,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) $(eval $(call PKG_template,OPENSER_MOD_NATHELPER,openser-mod-nathelper,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) +$(eval $(call PKG_template,OPENSER_MOD_OPTIONS,openser-mod-options,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) +$(eval $(call PKG_template,OPENSER_MOD_PDT,openser-mod-pdt,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) +$(eval $(call PKG_template,OPENSER_MOD_PERMISSIONS,openser-mod-permissions,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) +$(eval $(call PKG_template,OPENSER_MOD_PIKE,openser-mod-pike,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) $(eval $(call PKG_template,OPENSER_MOD_SMS,openser-mod-sms,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) -$(eval $(call PKG_template,OPENSER_MOD_SPEEDDIAL,openser-mod-speeddial,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) +$(eval $(call PKG_template,OPENSER_MOD_UAC,openser-mod-uac,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) +$(eval $(call PKG_template,OPENSER_MOD_UAC_REDIRECT,openser-mod-uac-redirect,$(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_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_mod_template,OPENSER_MOD_ACCOUNTING,acc)) $(eval $(call PKG_mod_template,OPENSER_MOD_AUTH,auth)) $(eval $(call PKG_mod_template,OPENSER_MOD_AUTH_DB,auth_db)) $(eval $(call PKG_mod_template,OPENSER_MOD_AUTH_RADIUS,auth_radius)) +$(eval $(call PKG_mod_template,OPENSER_MOD_AVP_RADIUS,avp_radius)) $(eval $(call PKG_mod_template,OPENSER_MOD_AVPOPS,avpops)) +$(eval $(call PKG_mod_template,OPENSER_MOD_DISPATCHER,dispatcher)) +$(eval $(call PKG_mod_template,OPENSER_MOD_DIVERSION,diversion)) +$(eval $(call PKG_mod_template,OPENSER_MOD_FLATSTORE,flatstore)) +$(eval $(call PKG_mod_template,OPENSER_MOD_GFLAGS,gflags)) +$(eval $(call PKG_mod_template,OPENSER_MOD_GROUP,group)) +$(eval $(call PKG_mod_template,OPENSER_MOD_GROUP_RADIUS,group_radius)) $(eval $(call PKG_mod_template,OPENSER_MOD_LCR,lcr)) $(eval $(call PKG_mod_template,OPENSER_MOD_MEDIAPROXY,mediaproxy)) +$(eval $(call PKG_mod_template,OPENSER_MOD_MSILO,msilo)) $(eval $(call PKG_mod_template,OPENSER_MOD_MYSQL,mysql)) $(eval $(call PKG_mod_template,OPENSER_MOD_NATHELPER,nathelper)) +$(eval $(call PKG_mod_template,OPENSER_MOD_OPTIONS,options)) +$(eval $(call PKG_mod_template,OPENSER_MOD_PDT,pdt)) +$(eval $(call PKG_mod_template,OPENSER_MOD_PERMISSIONS,permissions)) +$(eval $(call PKG_mod_template,OPENSER_MOD_PIKE,pike)) $(eval $(call PKG_mod_template,OPENSER_MOD_SMS,sms)) $(eval $(call PKG_mod_template,OPENSER_MOD_SPEEDIAL,speeddial)) +$(eval $(call PKG_mod_template,OPENSER_MOD_UAC,uac)) +$(eval $(call PKG_mod_template,OPENSER_MOD_UAC_REDIRECT,uac_redirect)) +$(eval $(call PKG_mod_template,OPENSER_MOD_URI,uri)) +$(eval $(call PKG_mod_template,OPENSER_MOD_URI_DB,uri_db)) +$(eval $(call PKG_mod_template,OPENSER_MOD_URI_RADIUS,uri_radius)) $(eval $(call PKG_mod_template,OPENSER_MOD_XLOG,xlog)) # Select here the modules for the ipk package |