diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-04-02 16:25:40 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-04-02 16:25:40 +0000 |
commit | b60c538b1111acee00f2fead2faaecbb28734c59 (patch) | |
tree | 48983cde2471685aadaf04516e5920922458ce19 /package/crda/patches | |
parent | c2f94b6e5516fdaf6d52452d5814cad3d2e50cf7 (diff) | |
download | upstream-b60c538b1111acee00f2fead2faaecbb28734c59.tar.gz upstream-b60c538b1111acee00f2fead2faaecbb28734c59.tar.bz2 upstream-b60c538b1111acee00f2fead2faaecbb28734c59.zip |
[package] crda: update to 1.1.2
Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31177 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/crda/patches')
-rw-r--r-- | package/crda/patches/101-make_crypto_use_optional.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/crda/patches/101-make_crypto_use_optional.patch b/package/crda/patches/101-make_crypto_use_optional.patch index fc5311a071..c7ace42c84 100644 --- a/package/crda/patches/101-make_crypto_use_optional.patch +++ b/package/crda/patches/101-make_crypto_use_optional.patch @@ -1,6 +1,6 @@ --- a/Makefile +++ b/Makefile -@@ -32,7 +32,9 @@ LDLIBS += `pkg-config --libs openssl` +@@ -35,7 +35,9 @@ LDLIBS += `pkg-config --libs openssl` reglib.o: keys-ssl.c |