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:14:14 +0000 (13:14 +0100)
commite789bd2243d029ffd8b2f85c0eac9e65f5716909
tree57bc41b222964dc09cad537ba8c135ac0cd17340
parent3603c2321d675b7086d9413a68bcfdf1da3cccb5
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>
(cherry picked from commit d3bf5ff9bc7b55b2a3dab93853b33a0cd2c4ca47)
package/system/opkg/Makefile