summaryrefslogtreecommitdiffstats
path: root/package/Config.in
diff options
context:
space:
mode:
authorWill Newton2011-07-08 15:19:16 +0200
committerPeter Korsgaard2011-07-11 00:44:00 +0200
commit2016db44e815ddd5fc92ceea35ba439839d8c8b3 (patch)
tree3a9485d5621edcd8101ce0e5da43dfbf1e20bea2 /package/Config.in
parentfs/skeleton: allow rootfs not to be remounted read-write (diff)
downloadbuildroot-2016db44e815ddd5fc92ceea35ba439839d8c8b3.tar.gz
buildroot-2016db44e815ddd5fc92ceea35ba439839d8c8b3.tar.xz
buildroot-2016db44e815ddd5fc92ceea35ba439839d8c8b3.zip
package: add libnss
NSS is the Network Security Services library developed as part of the Mozilla project. It provides similar functions to OpenSSL but allows MPL, GPL and LGPL licensing. [Peter: fix target install] Signed-off-by: Will Newton <will.newton@imgtec.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/Config.in')
-rw-r--r--package/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Config.in b/package/Config.in
index 9a73998df..e58254b45 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -250,6 +250,7 @@ menu "Crypto"
source "package/beecrypt/Config.in"
source "package/libgcrypt/Config.in"
source "package/libgpg-error/Config.in"
+source "package/libnss/Config.in"
source "package/openssl/Config.in"
endmenu