diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/wireguard-rpi/APKBUILD | 1 | ||||
-rw-r--r-- | community/wireguard-vanilla/APKBUILD | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/community/wireguard-rpi/APKBUILD b/community/wireguard-rpi/APKBUILD index b31a95885b..0b3d83456e 100644 --- a/community/wireguard-rpi/APKBUILD +++ b/community/wireguard-rpi/APKBUILD @@ -12,6 +12,7 @@ _krel=0 _kpkgver="$_kver-r$_krel" # for custom kernels set $FLAVOR +_extra_flavors= if [ -z "$FLAVOR" ]; then _flavor=rpi case $CARCH in diff --git a/community/wireguard-vanilla/APKBUILD b/community/wireguard-vanilla/APKBUILD index 7c1657bc8b..ddfcabe354 100644 --- a/community/wireguard-vanilla/APKBUILD +++ b/community/wireguard-vanilla/APKBUILD @@ -12,6 +12,7 @@ _krel=0 _kpkgver="$_kver-r$_krel" # for custom kernels set $FLAVOR +_extra_flavors= if [ -z "$FLAVOR" ]; then _flavor=vanilla case $CARCH in |