Browse Source

libsodium: remove DEFAULT

Signed-off-by: Steven Barth <steven@midlink.org>
Steven Barth 10 years ago
parent
commit
72063428e6
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      libs/libsodium/Makefile

+ 0
- 1
libs/libsodium/Makefile View File

@@ -29,7 +29,6 @@ include $(INCLUDE_DIR)/package.mk
29 29
 define Package/libsodium
30 30
   SECTION:=libs
31 31
   CATEGORY:=Libraries
32
-  DEFAULT:=y
33 32
   TITLE:=P(ortable|ackageable) NaCl-based crypto library
34 33
   URL:=https://github.com/jedisct1/libsodium
35 34
   MAINTAINER:=Damiano Renfer <damiano.renfer@gmail.com>