diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-19 04:53:42 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-19 04:53:42 +0000 |
commit | b299ec7244ae53a6040ba0842318173e8fa0d0ac (patch) | |
tree | e1af31b3d39cf92a78a139a302b966555e99cc74 /openwrt/package/openser/Makefile | |
parent | 28e4e506c83ad888644ed838e8493bbb059faacc (diff) |
fix broken openser menuconfig and package template call
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3409 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 7ea52d1f8..72a8fe3a4 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)) |