Compare commits

..

No commits in common. "9807ed7238a7a0fbccd3f9d441d52067005563fe" and "8633ffa7bb2f979be67f2b5a02bc8cc3ea10ceb0" have entirely different histories.

3 changed files with 2 additions and 9 deletions

View File

@ -40,7 +40,6 @@ DEPEND="
media-libs/mesa[egl,gles2]
media-libs/sdl2-image
sys-apps/dbus
sys-fs/fuse:3
sys-libs/libcap
|| ( sys-apps/systemd sys-auth/elogind )
"
@ -52,7 +51,7 @@ CONFIG_CHECK="
~ANDROID_BINDER_IPC
~ASHMEM
~BLK_DEV_LOOP
~FUSE_FS
~FUSE
~SQUASHFS
~SQUASHFS_XZ
~SQUASHFS_XATTR

View File

@ -40,7 +40,6 @@ DEPEND="
media-libs/mesa[egl,gles2]
media-libs/sdl2-image
sys-apps/dbus
sys-fs/fuse:3
sys-libs/libcap
|| ( sys-apps/systemd sys-auth/elogind )
"
@ -52,7 +51,7 @@ CONFIG_CHECK="
~ANDROID_BINDER_IPC
~ASHMEM
~BLK_DEV_LOOP
~FUSE_FS
~FUSE
~SQUASHFS
~SQUASHFS_XZ
~SQUASHFS_XATTR

View File

@ -20,11 +20,6 @@ start_pre() {
modprobe loop
modprobe tun
if ! [[ -d /dev/binderfs ]]; then
mkdir /dev/binderfs
mount -t binder binder /dev/binderfs
fi
if ip link show anbox0 >/dev/null 2>&1; then
ewarn "anbox0 network interface already exists"
else