aboutsummaryrefslogtreecommitdiffstats
path: root/package/crda/Makefile
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2009-01-30 15:48:35 +0000
committerNicolas Thill <nico@openwrt.org>2009-01-30 15:48:35 +0000
commitdd435fb125ae13733248b561758f73146c3194f3 (patch)
treedfcad95ef2384c04127bb647adb3b0ce5bef9f05 /package/crda/Makefile
parent617b9a680e2ee967e6d113ee9161d1e31214c553 (diff)
downloadupstream-dd435fb125ae13733248b561758f73146c3194f3.tar.gz
upstream-dd435fb125ae13733248b561758f73146c3194f3.tar.bz2
upstream-dd435fb125ae13733248b561758f73146c3194f3.zip
[package] crda: make the whole crypto stuff optional and don't use it for now, link statically with libnl
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14284 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/crda/Makefile')
-rw-r--r--package/crda/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/crda/Makefile b/package/crda/Makefile
index aa58524ec2..5b7b0accfc 100644
--- a/package/crda/Makefile
+++ b/package/crda/Makefile
@@ -15,7 +15,7 @@ PKG_VERSION:=1.0.1
PKG_SOURCE_URL:=http://wireless.kernel.org/download/crda
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_MD5SUM:=03554b71eef2626795befa17eb1d8b9e
-PKG_BUILD_DEPENDS:=mac80211 libnl openssl
+PKG_BUILD_DEPENDS:=mac80211 libnl
PKG_REGULATORY_NAME:=regulatory
PKG_REGULATORY_VERSION:=2009.01.15
@@ -54,9 +54,9 @@ define Build/Compile
$(MAKE_VARS) \
$(MAKE) -C $(PKG_BUILD_DIR)/$(MAKE_PATH) \
$(MAKE_FLAGS) \
- USE_OPENSSL=1 \
+ NLLIBS="$(STAGING_DIR)/usr/lib/libnl.a -lm" \
REG_BIN="$(DL_DIR)/$(PKG_REGULATORY_SOURCE)" \
- $(1)
+ crda
endef
define Package/crda/install