opkg: drop argument from check_signature in opkg.conf
authorJonas Gorski <jonas.gorski@gmail.com>
Mon, 10 Sep 2018 09:42:53 +0000 (11:42 +0200)
committerJo-Philipp Wich <jo@mein.io>
Tue, 22 Jan 2019 12:22:49 +0000 (13:22 +0100)
commit99e5ba3207280efbf79868c5b0507c8b637bc1e2
tree672190eb9f4370832b9d58efa7512e2e25ae6d0f
parent0c8e8e2dc9ac10b077d814ce1ad84a8a4174fee1
opkg: drop argument from check_signature in opkg.conf

check_signature is a bool option and doesn't take any arguments. The
presence of the 1 falsely suggests setting it to 0 disables the check,
while the option actually needs to be removed or commented out to be
disabled. So remove the argument to make it more clear.

Fixes: beca028bd6bb ("build: add integration for managing opkg package feed keys")
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
(backported from commit d3bf5ff9bc7b55b2a3dab93853b33a0cd2c4ca47)
package/system/opkg/Makefile