postmarketos-anbox: Add nftables subpackage dependency (MR 2271)
The subpackage adds rules specific to Anbox to allow in- and outbound network traffic over the `anbox0` network bridge.
This commit is contained in:
parent
3960ad0c51
commit
de9132214d
1 changed files with 2 additions and 2 deletions
|
@ -1,14 +1,14 @@
|
|||
# Maintainer: Antoine Fontaine <antoine.fontaine@epfl.ch>
|
||||
pkgname=postmarketos-anbox
|
||||
pkgver=0
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Android in a box: postmarketos metapackage"
|
||||
arch="x86_64 armv7 aarch64"
|
||||
url="https://wiki.postmarketos.org/wiki/Anbox"
|
||||
license="GPL-3.0-or-later"
|
||||
options="!check"
|
||||
install="$pkgname.post-install"
|
||||
depends="anbox anbox-image"
|
||||
depends="anbox anbox-image postmarketos-config-nftables-anbox"
|
||||
|
||||
package() {
|
||||
mkdir -p "$pkgdir"
|
||||
|
|
Loading…
Reference in a new issue