X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=package%2Fsystem%2Fopkg%2FMakefile;fp=package%2Fsystem%2Fopkg%2FMakefile;h=1b1f3f19e433fcc94375479bfc954bf364d0b113;hp=4f30ec2114882db68a8d51cbabec40491a3d3bfa;hb=439cc95e17dfa1102ac3bce718ea302ae42d14b9;hpb=a278c9f83bf957f18c2799a2c51c6db32a53ac76 diff --git a/package/system/opkg/Makefile b/package/system/opkg/Makefile index 4f30ec2114..1b1f3f19e4 100644 --- a/package/system/opkg/Makefile +++ b/package/system/opkg/Makefile @@ -89,11 +89,12 @@ EXTRA_CFLAGS += $(TARGET_CPPFLAGS) CONFIGURE_ARGS += \ --disable-curl \ --disable-gpg \ + --enable-sha256 \ --with-opkgetcdir=/etc \ --with-opkglockfile=/var/lock/opkg.lock ifeq ($(BUILD_VARIANT),smime) - CONFIGURE_ARGS += --enable-openssl --enable-sha256 --disable-usign + CONFIGURE_ARGS += --enable-openssl --disable-usign else ifndef CONFIG_SIGNED_PACKAGES CONFIGURE_ARGS += --disable-usign @@ -151,6 +152,7 @@ endef HOST_CONFIGURE_ARGS+= \ --disable-curl \ --disable-gpg \ + --enable-sha256 \ --with-opkgetcdir=/etc \ --with-opkglockfile=/tmp/opkg.lock