commit
f2504d2fa9
3 changed files with 2 additions and 5 deletions
|
@ -77,6 +77,6 @@ post_makeinstall_target() {
|
|||
|
||||
post_install() {
|
||||
enable_service bluetooth-defaults.service
|
||||
enable_service bluetooth.service
|
||||
#enable_service bluetooth.service
|
||||
enable_service obex.service
|
||||
}
|
||||
|
|
|
@ -88,7 +88,4 @@ post_install() {
|
|||
add_group system 430
|
||||
|
||||
enable_service connman.service
|
||||
if [ "$WIREGUARD_SUPPORT" = "yes" ]; then
|
||||
enable_service connman-vpn.service
|
||||
fi
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# Copyright (C) 2020-present Fewtarius
|
||||
|
||||
PKG_NAME="emulationstation"
|
||||
PKG_VERSION="4146aab"
|
||||
PKG_VERSION="40e235c"
|
||||
PKG_GIT_CLONE_BRANCH="main"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
|
|
Loading…
Reference in a new issue