lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 921bc5075d2288cb05bf24e2dfc75c590177b60f
parent 5600fdeeeec861c0359d6d53d1a1518b1817630d
Author: sbyx <steven@midlink.org>
Date:   Sun, 21 Sep 2014 17:25:38 +0200

Merge pull request #336 from damianorenfer/master

libs/libsodium: updated LIBSODIUM_MINIMAL default=y
Diffstat:
Mlibs/libsodium/Makefile | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/libs/libsodium/Makefile b/libs/libsodium/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libsodium PKG_VERSION:=0.7.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz @@ -46,8 +46,8 @@ endef define Package/libsodium/config menu "Configuration" config LIBSODIUM_MINIMAL - bool "Create a smaller library" - default n + bool "Compile only what is required for the high-level API (no aes128ctr), should be fine in most cases." + default y endmenu endef