packages/freeradius2: fix dependencies

freeradius2: fix some dependencies

Signed-off-by: Alexander Couzens <lynxis@c-base.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@28752 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2011-11-04 14:17:02 +00:00
parent 7717f57573
commit a75a78b7a9

View File

@ -1,5 +1,5 @@
# #
# Copyright (C) 2008-2010 OpenWrt.org # Copyright (C) 2008-2011 OpenWrt.org
# #
# This is free software, licensed under the GNU General Public License v2. # This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information. # See /LICENSE for more information.
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=freeradius2 PKG_NAME:=freeradius2
PKG_VERSION:=2.1.10 PKG_VERSION:=2.1.10
PKG_RELEASE:=2 PKG_RELEASE:=3
PKG_SOURCE:=freeradius-server-$(PKG_VERSION).tar.bz2 PKG_SOURCE:=freeradius-server-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=ftp://ftp.freeradius.org/pub/freeradius/ PKG_SOURCE_URL:=ftp://ftp.freeradius.org/pub/freeradius/
@ -89,7 +89,7 @@ endef
define Package/freeradius2-mod-eap-mschapv2 define Package/freeradius2-mod-eap-mschapv2
$(call Package/freeradius2/Default) $(call Package/freeradius2/Default)
DEPENDS:=freeradius2-mod-eap DEPENDS:=freeradius2-mod-eap +freeradius2-mod-mschap
TITLE:=EAP/MS-CHAPv2 module TITLE:=EAP/MS-CHAPv2 module
endef endef
@ -200,7 +200,7 @@ endef
define Package/freeradius2-mod-ldap define Package/freeradius2-mod-ldap
$(call Package/freeradius2/Default) $(call Package/freeradius2/Default)
DEPENDS:=freeradius2 +CONFIG_PACKAGE_freeradius2-mod-ldap:libopenldap DEPENDS:=freeradius2 +PACKAGE_freeradius2-mod-ldap:libopenldap
TITLE:=LDAP module TITLE:=LDAP module
endef endef