From: Andy Boyett Date: Fri, 22 May 2009 19:11:58 +0000 (+0000) Subject: merge r15999 to 8.09 [packages] net/xsupplicant: set madwifi as a conditional dep X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=6cbc31e25fcda688174cacaf6b3d9e139120164e;p=openwrt%2Fsvn-archive%2Fpackages.git merge r15999 to 8.09 [packages] net/xsupplicant: set madwifi as a conditional dep SVN-Revision: 16001 --- diff --git a/net/xsupplicant/Makefile b/net/xsupplicant/Makefile index b287c8af3..32f803fef 100644 --- a/net/xsupplicant/Makefile +++ b/net/xsupplicant/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2008 OpenWrt.org +# Copyright (C) 2006-2009 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -10,13 +10,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=xsupplicant PKG_VERSION:=1.2.8 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/open1x PKG_MD5SUM:=75f89731b905eb8d36a52621661e1226 -PKG_BUILD_DEPENDS:=madwifi +PKG_BUILD_DEPENDS:=PACKAGE_kmod-madwifi:madwifi include $(INCLUDE_DIR)/package.mk