diff --git a/openwrt/package/openswan/Config.in b/openwrt/package/openswan/Config.in index 2c2904b5165..9b7cc60d2e6 100644 --- a/openwrt/package/openswan/Config.in +++ b/openwrt/package/openswan/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_OPENSWAN tristate "Openswan" + select BR2_PACKAGE_GMP default m if CONFIG_DEVEL help Openswan is an implementation of IPsec for Linux. diff --git a/openwrt/package/openswan/openswan.control b/openwrt/package/openswan/openswan.control index 1eec81359fe..8b32620da53 100644 --- a/openwrt/package/openswan/openswan.control +++ b/openwrt/package/openswan/openswan.control @@ -3,5 +3,5 @@ Section: base Priority: optional Maintainer: Felix Fietkau Source: buildroot internal -depends: gmp, ip, mawk +depends: gmp, ip Description: Openswan IPSec software