diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-03-19 04:53:42 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-03-19 04:53:42 +0000 |
commit | 4d3e48762600d7ec2355ff4354dfd88e54ee87a5 (patch) | |
tree | 54f9541ae212ea83d74dbccd8633b5649682c2cd /openwrt/package/openser/Makefile | |
parent | 75c84466c9a03c4f0f412d6dc954462dcb5ce55a (diff) | |
download | mtk-20170518-4d3e48762600d7ec2355ff4354dfd88e54ee87a5.zip mtk-20170518-4d3e48762600d7ec2355ff4354dfd88e54ee87a5.tar.gz mtk-20170518-4d3e48762600d7ec2355ff4354dfd88e54ee87a5.tar.bz2 |
fix broken openser menuconfig and package template call
SVN-Revision: 3409
Diffstat (limited to 'openwrt/package/openser/Makefile')
-rw-r--r-- | openwrt/package/openser/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openwrt/package/openser/Makefile b/openwrt/package/openser/Makefile index 7ea52d1..72a8fe3 100644 --- a/openwrt/package/openser/Makefile +++ b/openwrt/package/openser/Makefile @@ -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_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)) |