diff --git a/packages/network/bluez/config/org.bluez.obex.service b/packages/network/bluez/config/org.bluez.obex.service deleted file mode 100644 index 4a34bd8b76..0000000000 --- a/packages/network/bluez/config/org.bluez.obex.service +++ /dev/null @@ -1,5 +0,0 @@ -[D-BUS Service] -Name=org.bluez.obex -Exec=/usr/lib/bluetooth/obexd -r /storage/downloads -User=root - diff --git a/packages/network/bluez/init.d/55_obexd b/packages/network/bluez/init.d/55_obexd new file mode 100644 index 0000000000..cd1995c6ce --- /dev/null +++ b/packages/network/bluez/init.d/55_obexd @@ -0,0 +1,46 @@ +################################################################################ +# This file is part of OpenELEC - http://www.openelec.tv +# Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv) +# +# This Program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. +# +# This Program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with OpenELEC.tv; see the file COPYING. If not, write to +# the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA. +# http://www.gnu.org/copyleft/gpl.html +################################################################################ + +# +# start obexd +# +# runlevels: openelec, textmode + +( + # can be called from openelec addon. + # ensure that environment is sane + . /etc/profile + + if [ "$DEBUG" = "yes" ]; then + OBEXD_DEBUG="-d" + fi + + OBEXD_ENABLED=true + OBEXD_ROOT=/storage/downloads + if [ -f $CONFIG_CACHE/service_bluez.conf ]; then + . $CONFIG_CACHE/service_bluez.conf + fi + + if [ "$BLUEZ_ENABLED" == "true" -a "$OBEXD_ENABLED" == "true" ]; then + progress "Starting obexd" + wait_for_dbus + /usr/lib/bluetooth/obexd $OBEXD_DEBUG -r "$OBEXD_ROOT" &>/dev/null + fi +)& diff --git a/packages/network/bluez/package.mk b/packages/network/bluez/package.mk index 823d702a95..4f8f0d0430 100644 --- a/packages/network/bluez/package.mk +++ b/packages/network/bluez/package.mk @@ -70,7 +70,3 @@ pre_configure_target() { rm -rf .$TARGET_NAME } -post_makeinstall_target() { - mkdir -p $INSTALL/usr/share/dbus-1/system-services - cp $PKG_DIR/config/org.bluez.obex.service $INSTALL/usr/share/dbus-1/system-services -} diff --git a/packages/network/connman/tmpfiles.d/21_connman.conf b/packages/network/connman/tmpfiles.d/21_connman.conf index 7383b3da93..a5d25d97e8 100644 --- a/packages/network/connman/tmpfiles.d/21_connman.conf +++ b/packages/network/connman/tmpfiles.d/21_connman.conf @@ -18,6 +18,6 @@ # http://www.gnu.org/copyleft/gpl.html ################################################################################ -d /run/connman 0755 root root 10d - -d /storage/.cache/connman 0755 root root 10d - -d /storage/.config/vpn-config 0755 root root 10d - +d /run/connman 0755 root root - - +d /storage/.cache/connman 0755 root root - - +d /storage/.config/vpn-config 0755 root root - - diff --git a/packages/network/openssh/tmpfiles.d/51_sshd.conf b/packages/network/openssh/tmpfiles.d/51_sshd.conf index 22664d4584..2a208a7829 100644 --- a/packages/network/openssh/tmpfiles.d/51_sshd.conf +++ b/packages/network/openssh/tmpfiles.d/51_sshd.conf @@ -18,6 +18,6 @@ # http://www.gnu.org/copyleft/gpl.html ################################################################################ -d /var/empty 0600 root root 10d - +d /var/empty 0600 root root - - d /storage/.cache/ssh 0755 root root - - d /storage/.ssh 0700 root root - - diff --git a/packages/security/polkit/tmpfiles.d/34_polkit.conf b/packages/security/polkit/tmpfiles.d/34_polkit.conf index 127a9bcb83..c006a7ce4c 100644 --- a/packages/security/polkit/tmpfiles.d/34_polkit.conf +++ b/packages/security/polkit/tmpfiles.d/34_polkit.conf @@ -18,9 +18,9 @@ # http://www.gnu.org/copyleft/gpl.html ################################################################################ -d /var/lib/polkit-1 0700 root root 10d - -d /var/lib/polkit-1/localauthority/10-vendor.d 0755 root root 10d - -d /var/lib/polkit-1/localauthority/20-org.d 0755 root root 10d - -d /var/lib/polkit-1/localauthority/30-site.d 0755 root root 10d - -d /var/lib/polkit-1/localauthority/50-local.d 0755 root root 10d - -d /var/lib/polkit-1/localauthority/90-mandatory.d 0755 root root 10d - +d /var/lib/polkit-1 0700 root root - - +d /var/lib/polkit-1/localauthority/10-vendor.d 0755 root root - - +d /var/lib/polkit-1/localauthority/20-org.d 0755 root root - - +d /var/lib/polkit-1/localauthority/30-site.d 0755 root root - - +d /var/lib/polkit-1/localauthority/50-local.d 0755 root root - - +d /var/lib/polkit-1/localauthority/90-mandatory.d 0755 root root - - diff --git a/packages/sysutils/busybox/tmpfiles.d/02_busybox.conf b/packages/sysutils/busybox/tmpfiles.d/02_busybox.conf index 2d1b051c58..281eb319be 100644 --- a/packages/sysutils/busybox/tmpfiles.d/02_busybox.conf +++ b/packages/sysutils/busybox/tmpfiles.d/02_busybox.conf @@ -18,12 +18,12 @@ # http://www.gnu.org/copyleft/gpl.html ################################################################################ -d /var/cache 0755 root root 10d - -d /var/lib 0755 root root 10d - -d /var/lock 0755 root root 10d - -d /var/media 0755 root root 10d - -d /var/run 1777 root root 10d - -d /var/tmp 1777 root root 10d - +d /var/cache 0755 root root - - +d /var/lib 0755 root root - - +d /var/lock 0755 root root - - +d /var/media 0755 root root - - +d /var/run 1777 root root - - +d /var/tmp 1777 root root - - -f /var/run/utmp 1777 root root 10d - -f /var/log/wtmp 1777 root root 10d - +f /var/run/utmp 1777 root root - - +f /var/log/wtmp 1777 root root - - diff --git a/packages/sysutils/dbus/tmpfiles.d/14_dbus.conf b/packages/sysutils/dbus/tmpfiles.d/14_dbus.conf index 3a620aec44..1bd1272f5a 100644 --- a/packages/sysutils/dbus/tmpfiles.d/14_dbus.conf +++ b/packages/sysutils/dbus/tmpfiles.d/14_dbus.conf @@ -18,7 +18,7 @@ # http://www.gnu.org/copyleft/gpl.html ################################################################################ -d /var/lib/dbus 0755 root root 10d - -d /var/run/dbus 0755 root root 10d - +d /var/lib/dbus 0755 root root - - +d /var/run/dbus 0755 root root - - L /var/lib/dbus/machine-id - - - - /etc/machine-id diff --git a/packages/sysutils/remote/atvclient/tmpfiles.d/63_atvclient.conf b/packages/sysutils/remote/atvclient/tmpfiles.d/63_atvclient.conf index 66ef20dd4a..363e7605f1 100644 --- a/packages/sysutils/remote/atvclient/tmpfiles.d/63_atvclient.conf +++ b/packages/sysutils/remote/atvclient/tmpfiles.d/63_atvclient.conf @@ -18,4 +18,4 @@ # http://www.gnu.org/copyleft/gpl.html ################################################################################ -d /storage/.cache 0755 root root 10d - +d /storage/.cache 0755 root root - - diff --git a/packages/sysutils/remote/eventlircd/tmpfiles.d/62_eventlircd.conf b/packages/sysutils/remote/eventlircd/tmpfiles.d/62_eventlircd.conf index f857190c06..d5cb376b07 100644 --- a/packages/sysutils/remote/eventlircd/tmpfiles.d/62_eventlircd.conf +++ b/packages/sysutils/remote/eventlircd/tmpfiles.d/62_eventlircd.conf @@ -18,4 +18,4 @@ # http://www.gnu.org/copyleft/gpl.html ################################################################################ -d /var/run/lirc 0755 root root 10d - +d /var/run/lirc 0755 root root - - diff --git a/packages/sysutils/remote/irserver/tmpfiles.d/63_irserver.conf b/packages/sysutils/remote/irserver/tmpfiles.d/63_irserver.conf index f857190c06..d5cb376b07 100644 --- a/packages/sysutils/remote/irserver/tmpfiles.d/63_irserver.conf +++ b/packages/sysutils/remote/irserver/tmpfiles.d/63_irserver.conf @@ -18,4 +18,4 @@ # http://www.gnu.org/copyleft/gpl.html ################################################################################ -d /var/run/lirc 0755 root root 10d - +d /var/run/lirc 0755 root root - - diff --git a/packages/sysutils/remote/lirc/tmpfiles.d/61_lirc.conf b/packages/sysutils/remote/lirc/tmpfiles.d/61_lirc.conf index f857190c06..d5cb376b07 100644 --- a/packages/sysutils/remote/lirc/tmpfiles.d/61_lirc.conf +++ b/packages/sysutils/remote/lirc/tmpfiles.d/61_lirc.conf @@ -18,4 +18,4 @@ # http://www.gnu.org/copyleft/gpl.html ################################################################################ -d /var/run/lirc 0755 root root 10d - +d /var/run/lirc 0755 root root - - diff --git a/packages/sysutils/udisks/tmpfiles.d/31_udisks.conf b/packages/sysutils/udisks/tmpfiles.d/31_udisks.conf index 9178325697..fe79b7e0cd 100644 --- a/packages/sysutils/udisks/tmpfiles.d/31_udisks.conf +++ b/packages/sysutils/udisks/tmpfiles.d/31_udisks.conf @@ -18,4 +18,4 @@ # http://www.gnu.org/copyleft/gpl.html ################################################################################ -d /var/lib/udisks 0755 root root 10d - +d /var/lib/udisks 0755 root root - - diff --git a/packages/sysutils/upower/tmpfiles.d/32_upower.conf b/packages/sysutils/upower/tmpfiles.d/32_upower.conf index a9d84fdf9e..f38fa38838 100644 --- a/packages/sysutils/upower/tmpfiles.d/32_upower.conf +++ b/packages/sysutils/upower/tmpfiles.d/32_upower.conf @@ -18,4 +18,4 @@ # http://www.gnu.org/copyleft/gpl.html ################################################################################ -d /var/lib/upower 0755 root root 10d - +d /var/lib/upower 0755 root root - - diff --git a/packages/x11/other/fontconfig/init.d/35_fontconfig b/packages/x11/other/fontconfig/init.d/35_fontconfig index 6b3ea3011c..8197696a8d 100644 --- a/packages/x11/other/fontconfig/init.d/35_fontconfig +++ b/packages/x11/other/fontconfig/init.d/35_fontconfig @@ -37,7 +37,6 @@ FC_CACHE_DIRS="/usr/share/fonts/ /usr/share/xbmc/media/Fonts/" ( progress "Creating fontconfig cache" if [ ! -f /storage/.cache/fontconfig/CACHEDIR.TAG ]; then - mkdir -p /storage/.cache/fontconfig fc-cache $FC_CACHE_DIRS fi )& diff --git a/packages/x11/other/fontconfig/tmpfiles.d/35_fontconfig.conf b/packages/x11/other/fontconfig/tmpfiles.d/35_fontconfig.conf new file mode 100644 index 0000000000..0baa588bbe --- /dev/null +++ b/packages/x11/other/fontconfig/tmpfiles.d/35_fontconfig.conf @@ -0,0 +1,21 @@ +################################################################################ +# This file is part of OpenELEC - http://www.openelec.tv +# Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv) +# +# This Program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. +# +# This Program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with OpenELEC.tv; see the file COPYING. If not, write to +# the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA. +# http://www.gnu.org/copyleft/gpl.html +################################################################################ + +d /storage/.cache/fontconfig 0755 root root - - diff --git a/packages/x11/xserver/xorg-server/tmpfiles.d/xorg-server.conf b/packages/x11/xserver/xorg-server/tmpfiles.d/xorg-server.conf index c82673c81f..ba39386809 100644 --- a/packages/x11/xserver/xorg-server/tmpfiles.d/xorg-server.conf +++ b/packages/x11/xserver/xorg-server/tmpfiles.d/xorg-server.conf @@ -18,5 +18,5 @@ # http://www.gnu.org/copyleft/gpl.html ################################################################################ -d /var/cache/xkb 0755 root root 10d - +d /var/cache/xkb 0755 root root - - d /var/lib 0755 root root - - diff --git a/projects/ARCTIC_MC/linux/linux.x86_64.conf b/projects/ARCTIC_MC/linux/linux.x86_64.conf index 1ac2d81744..df33e0a9b1 100644 --- a/projects/ARCTIC_MC/linux/linux.x86_64.conf +++ b/projects/ARCTIC_MC/linux/linux.x86_64.conf @@ -1164,7 +1164,7 @@ CONFIG_MII=y # CONFIG_NETCONSOLE is not set # CONFIG_NETPOLL is not set # CONFIG_NET_POLL_CONTROLLER is not set -CONFIG_TUN=m +CONFIG_TUN=y # CONFIG_VETH is not set # CONFIG_ARCNET is not set @@ -1311,7 +1311,7 @@ CONFIG_REALTEK_PHY=y # CONFIG_MICREL_PHY is not set # CONFIG_FIXED_PHY is not set # CONFIG_MDIO_BITBANG is not set -CONFIG_PPP=m +CONFIG_PPP=y CONFIG_PPP_BSDCOMP=m CONFIG_PPP_DEFLATE=m # CONFIG_PPP_FILTER is not set diff --git a/projects/ATV/linux/linux.i386.conf b/projects/ATV/linux/linux.i386.conf index 80da55de68..f21aa88900 100644 --- a/projects/ATV/linux/linux.i386.conf +++ b/projects/ATV/linux/linux.i386.conf @@ -1143,7 +1143,7 @@ CONFIG_MII=y # CONFIG_NETCONSOLE is not set # CONFIG_NETPOLL is not set # CONFIG_NET_POLL_CONTROLLER is not set -CONFIG_TUN=m +CONFIG_TUN=y # CONFIG_VETH is not set # CONFIG_ARCNET is not set @@ -1240,7 +1240,7 @@ CONFIG_PHYLIB=y # CONFIG_MICREL_PHY is not set # CONFIG_FIXED_PHY is not set # CONFIG_MDIO_BITBANG is not set -CONFIG_PPP=m +CONFIG_PPP=y CONFIG_PPP_BSDCOMP=m CONFIG_PPP_DEFLATE=m # CONFIG_PPP_FILTER is not set diff --git a/projects/Fusion/linux/linux.x86_64.conf b/projects/Fusion/linux/linux.x86_64.conf index 10a4e9bb94..f75ba12ecb 100644 --- a/projects/Fusion/linux/linux.x86_64.conf +++ b/projects/Fusion/linux/linux.x86_64.conf @@ -1139,7 +1139,7 @@ CONFIG_MII=y # CONFIG_NETCONSOLE is not set # CONFIG_NETPOLL is not set # CONFIG_NET_POLL_CONTROLLER is not set -CONFIG_TUN=m +CONFIG_TUN=y # CONFIG_VETH is not set # CONFIG_ARCNET is not set @@ -1245,7 +1245,7 @@ CONFIG_REALTEK_PHY=y # CONFIG_MICREL_PHY is not set # CONFIG_FIXED_PHY is not set # CONFIG_MDIO_BITBANG is not set -CONFIG_PPP=m +CONFIG_PPP=y CONFIG_PPP_BSDCOMP=m CONFIG_PPP_DEFLATE=m # CONFIG_PPP_FILTER is not set diff --git a/projects/Generic/linux/linux.i386.conf b/projects/Generic/linux/linux.i386.conf index f2fe25d6e1..e0f97691fc 100644 --- a/projects/Generic/linux/linux.i386.conf +++ b/projects/Generic/linux/linux.i386.conf @@ -1183,7 +1183,7 @@ CONFIG_MII=y # CONFIG_NETCONSOLE is not set # CONFIG_NETPOLL is not set # CONFIG_NET_POLL_CONTROLLER is not set -CONFIG_TUN=m +CONFIG_TUN=y # CONFIG_VETH is not set # CONFIG_ARCNET is not set @@ -1331,7 +1331,7 @@ CONFIG_REALTEK_PHY=y # CONFIG_MICREL_PHY is not set # CONFIG_FIXED_PHY is not set # CONFIG_MDIO_BITBANG is not set -CONFIG_PPP=m +CONFIG_PPP=y CONFIG_PPP_BSDCOMP=m CONFIG_PPP_DEFLATE=m # CONFIG_PPP_FILTER is not set diff --git a/projects/Generic/linux/linux.x86_64.conf b/projects/Generic/linux/linux.x86_64.conf index 67d131c21a..4d369a5c27 100644 --- a/projects/Generic/linux/linux.x86_64.conf +++ b/projects/Generic/linux/linux.x86_64.conf @@ -1164,7 +1164,7 @@ CONFIG_MII=y # CONFIG_NETCONSOLE is not set # CONFIG_NETPOLL is not set # CONFIG_NET_POLL_CONTROLLER is not set -CONFIG_TUN=m +CONFIG_TUN=y # CONFIG_VETH is not set # CONFIG_ARCNET is not set @@ -1312,7 +1312,7 @@ CONFIG_REALTEK_PHY=y # CONFIG_MICREL_PHY is not set # CONFIG_FIXED_PHY is not set # CONFIG_MDIO_BITBANG is not set -CONFIG_PPP=m +CONFIG_PPP=y CONFIG_PPP_BSDCOMP=m CONFIG_PPP_DEFLATE=m # CONFIG_PPP_FILTER is not set diff --git a/projects/Generic_OSS/linux/linux.i386.conf b/projects/Generic_OSS/linux/linux.i386.conf index d672501f7f..6b839f6805 100644 --- a/projects/Generic_OSS/linux/linux.i386.conf +++ b/projects/Generic_OSS/linux/linux.i386.conf @@ -1183,7 +1183,7 @@ CONFIG_MII=y # CONFIG_NETCONSOLE is not set # CONFIG_NETPOLL is not set # CONFIG_NET_POLL_CONTROLLER is not set -CONFIG_TUN=m +CONFIG_TUN=y # CONFIG_VETH is not set # CONFIG_ARCNET is not set @@ -1329,7 +1329,7 @@ CONFIG_REALTEK_PHY=y # CONFIG_MICREL_PHY is not set # CONFIG_FIXED_PHY is not set # CONFIG_MDIO_BITBANG is not set -CONFIG_PPP=m +CONFIG_PPP=y CONFIG_PPP_BSDCOMP=m CONFIG_PPP_DEFLATE=m # CONFIG_PPP_FILTER is not set diff --git a/projects/ION/linux/linux.x86_64.conf b/projects/ION/linux/linux.x86_64.conf index 161b7c3851..dbe731c5cc 100644 --- a/projects/ION/linux/linux.x86_64.conf +++ b/projects/ION/linux/linux.x86_64.conf @@ -1126,7 +1126,7 @@ CONFIG_MII=y # CONFIG_NETCONSOLE is not set # CONFIG_NETPOLL is not set # CONFIG_NET_POLL_CONTROLLER is not set -CONFIG_TUN=m +CONFIG_TUN=y # CONFIG_VETH is not set # CONFIG_ARCNET is not set @@ -1233,7 +1233,7 @@ CONFIG_REALTEK_PHY=y # CONFIG_MICREL_PHY is not set # CONFIG_FIXED_PHY is not set # CONFIG_MDIO_BITBANG is not set -CONFIG_PPP=m +CONFIG_PPP=y CONFIG_PPP_BSDCOMP=m CONFIG_PPP_DEFLATE=m # CONFIG_PPP_FILTER is not set diff --git a/projects/Intel/linux/linux.x86_64.conf b/projects/Intel/linux/linux.x86_64.conf index 6520b4e4e5..c9269e92db 100644 --- a/projects/Intel/linux/linux.x86_64.conf +++ b/projects/Intel/linux/linux.x86_64.conf @@ -1141,7 +1141,7 @@ CONFIG_MII=y # CONFIG_NETCONSOLE is not set # CONFIG_NETPOLL is not set # CONFIG_NET_POLL_CONTROLLER is not set -CONFIG_TUN=m +CONFIG_TUN=y # CONFIG_VETH is not set # CONFIG_ARCNET is not set @@ -1256,7 +1256,7 @@ CONFIG_REALTEK_PHY=y # CONFIG_MICREL_PHY is not set # CONFIG_FIXED_PHY is not set # CONFIG_MDIO_BITBANG is not set -CONFIG_PPP=m +CONFIG_PPP=y CONFIG_PPP_BSDCOMP=m CONFIG_PPP_DEFLATE=m # CONFIG_PPP_FILTER is not set diff --git a/projects/RPi/linux/linux.arm.conf b/projects/RPi/linux/linux.arm.conf index 3611556bee..7d4fe2e870 100644 --- a/projects/RPi/linux/linux.arm.conf +++ b/projects/RPi/linux/linux.arm.conf @@ -832,7 +832,7 @@ CONFIG_MII=y # CONFIG_NETCONSOLE is not set # CONFIG_NETPOLL is not set # CONFIG_NET_POLL_CONTROLLER is not set -CONFIG_TUN=m +CONFIG_TUN=y # CONFIG_VETH is not set # @@ -873,7 +873,7 @@ CONFIG_PHYLIB=y # CONFIG_FIXED_PHY is not set # CONFIG_MDIO_BITBANG is not set # CONFIG_MICREL_KS8995MA is not set -CONFIG_PPP=m +CONFIG_PPP=y CONFIG_PPP_BSDCOMP=m CONFIG_PPP_DEFLATE=m # CONFIG_PPP_FILTER is not set diff --git a/projects/Ultra/linux/linux.x86_64.conf b/projects/Ultra/linux/linux.x86_64.conf index 0b619f8cb1..c752ca737e 100644 --- a/projects/Ultra/linux/linux.x86_64.conf +++ b/projects/Ultra/linux/linux.x86_64.conf @@ -1118,7 +1118,7 @@ CONFIG_MII=y # CONFIG_NETCONSOLE is not set # CONFIG_NETPOLL is not set # CONFIG_NET_POLL_CONTROLLER is not set -CONFIG_TUN=m +CONFIG_TUN=y # CONFIG_VETH is not set # CONFIG_ARCNET is not set @@ -1209,7 +1209,7 @@ CONFIG_PHYLIB=y # CONFIG_MICREL_PHY is not set # CONFIG_FIXED_PHY is not set # CONFIG_MDIO_BITBANG is not set -CONFIG_PPP=m +CONFIG_PPP=y CONFIG_PPP_BSDCOMP=m CONFIG_PPP_DEFLATE=m # CONFIG_PPP_FILTER is not set diff --git a/projects/Virtual/linux/linux.i386.conf b/projects/Virtual/linux/linux.i386.conf index 5a193b25fa..7097df3df7 100644 --- a/projects/Virtual/linux/linux.i386.conf +++ b/projects/Virtual/linux/linux.i386.conf @@ -1183,7 +1183,7 @@ CONFIG_MII=y # CONFIG_NETCONSOLE is not set # CONFIG_NETPOLL is not set # CONFIG_NET_POLL_CONTROLLER is not set -CONFIG_TUN=m +CONFIG_TUN=y # CONFIG_VETH is not set # CONFIG_ARCNET is not set @@ -1330,7 +1330,7 @@ CONFIG_REALTEK_PHY=y # CONFIG_MICREL_PHY is not set # CONFIG_FIXED_PHY is not set # CONFIG_MDIO_BITBANG is not set -CONFIG_PPP=m +CONFIG_PPP=y CONFIG_PPP_BSDCOMP=m CONFIG_PPP_DEFLATE=m # CONFIG_PPP_FILTER is not set diff --git a/projects/Virtual/linux/linux.x86_64.conf b/projects/Virtual/linux/linux.x86_64.conf index 1ac2d81744..df33e0a9b1 100644 --- a/projects/Virtual/linux/linux.x86_64.conf +++ b/projects/Virtual/linux/linux.x86_64.conf @@ -1164,7 +1164,7 @@ CONFIG_MII=y # CONFIG_NETCONSOLE is not set # CONFIG_NETPOLL is not set # CONFIG_NET_POLL_CONTROLLER is not set -CONFIG_TUN=m +CONFIG_TUN=y # CONFIG_VETH is not set # CONFIG_ARCNET is not set @@ -1311,7 +1311,7 @@ CONFIG_REALTEK_PHY=y # CONFIG_MICREL_PHY is not set # CONFIG_FIXED_PHY is not set # CONFIG_MDIO_BITBANG is not set -CONFIG_PPP=m +CONFIG_PPP=y CONFIG_PPP_BSDCOMP=m CONFIG_PPP_DEFLATE=m # CONFIG_PPP_FILTER is not set