diff --git a/packages/linux-drivers/RTL2832/build b/packages/linux-drivers/RTL2832/build deleted file mode 100755 index 53543be7e5..0000000000 --- a/packages/linux-drivers/RTL2832/build +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/sh - -################################################################################ -# 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 -################################################################################ - -. config/options $1 - - -cd $PKG_BUILD - LDFLAGS="" make V=1 CC=$CC KDIR=$(kernel_path) diff --git a/packages/linux-drivers/RTL2832/install b/packages/linux-drivers/RTL2832/install deleted file mode 100755 index 0be6c51ac5..0000000000 --- a/packages/linux-drivers/RTL2832/install +++ /dev/null @@ -1,28 +0,0 @@ -#!/bin/sh - -################################################################################ -# 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 -################################################################################ - -. config/options $1 - -VER=`ls $BUILD/linux*/modules/lib/modules` - -mkdir -p $INSTALL/lib/modules/$VER/RTL2832U - cp $PKG_BUILD/*.ko $INSTALL/lib/modules/$VER/RTL2832U diff --git a/packages/linux-drivers/RTL2832/meta b/packages/linux-drivers/RTL2832/meta deleted file mode 100644 index f36d6ae942..0000000000 --- a/packages/linux-drivers/RTL2832/meta +++ /dev/null @@ -1,36 +0,0 @@ -################################################################################ -# 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 -################################################################################ - -PKG_NAME="RTL2832" -PKG_VERSION="2.2.2_kernel-3.0.0" -PKG_REV="1" -PKG_ARCH="any" -PKG_LICENSE="GPL" -PKG_SITE="https://github.com/ambrosa/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0" -PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.xz" -PKG_DEPENDS="" -PKG_BUILD_DEPENDS="toolchain linux" -PKG_PRIORITY="optional" -PKG_SECTION="driver" -PKG_SHORTDESC="Original Realtek RTL2832U chipset (DVB/DAB) Linux 2.6.x driver rel. 2.2.2 , "full" version" -PKG_LONGDESC="Original Realtek RTL2832U chipset (DVB/DAB) Linux 2.6.x driver rel. 2.2.2 , "full" version" -PKG_IS_ADDON="no" - -PKG_AUTORECONF="no" diff --git a/packages/linux-drivers/RTL2832/need_unpack b/packages/linux-drivers/RTL2832/need_unpack deleted file mode 100755 index ed70b61127..0000000000 --- a/packages/linux-drivers/RTL2832/need_unpack +++ /dev/null @@ -1,32 +0,0 @@ -#!/bin/sh - -################################################################################ -# 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 -################################################################################ - -. config/options $1 - -STAMP=$STAMPS/$1/unpack - -test $PKG_DIR/config/linux.$TARGET_ARCH.conf -nt $STAMP -o \ - $PROJECT_DIR/$PROJECT/linux/linux.$TARGET_ARCH.conf -nt $STAMP -o \ - $PKG_DIR/url -nt $STAMP -o \ - $PKG_DIR/meta -nt $STAMP && rm -f $STAMP - -exit 0 diff --git a/packages/linux-drivers/RTL2832/patches/RTL2832-2.2.2_kernel-3.0.0-enable_linux_3.2_support.patch b/packages/linux-drivers/RTL2832/patches/RTL2832-2.2.2_kernel-3.0.0-enable_linux_3.2_support.patch deleted file mode 100644 index bd1424a2e4..0000000000 --- a/packages/linux-drivers/RTL2832/patches/RTL2832-2.2.2_kernel-3.0.0-enable_linux_3.2_support.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff -Naur RTL2832-2.2.2_kernel-3.0.0/Makefile RTL2832-2.2.2_kernel-3.0.0.patch/Makefile ---- RTL2832-2.2.2_kernel-3.0.0/Makefile 2011-12-20 19:27:43.000000000 +0100 -+++ RTL2832-2.2.2_kernel-3.0.0.patch/Makefile 2011-12-20 20:30:31.412007850 +0100 -@@ -4,10 +4,10 @@ - # Choose here wich include file to use: from kernel 3.0.0 (good for 3.1.0) or from kernel 3.2.0 - - # kernel 3.0.0 / 3.1.0 --INCLUDE_EXTRA_DVB := include-300 -+#INCLUDE_EXTRA_DVB := include-300 - - # kernel 3.2.0 --#INCLUDE_EXTRA_DVB := include-320 -+INCLUDE_EXTRA_DVB := include-320 - - # ---------------------------------------- - diff --git a/projects/RPi/options b/projects/RPi/options index 111d84bff2..b5970db825 100755 --- a/projects/RPi/options +++ b/projects/RPi/options @@ -173,7 +173,7 @@ # e.g. ADDITIONAL_DRIVERS="DRIVER1 DRIVER2" ADDITIONAL_DRIVERS="RTL8192CU" if [ "$PVR" = yes ]; then - ADDITIONAL_DRIVERS="$ADDITIONAL_DRIVERS AF9035 A867 aver_h826d RTL2832 hdhomerun-driver vtuner-driver" + ADDITIONAL_DRIVERS="$ADDITIONAL_DRIVERS AF9035 A867 aver_h826d hdhomerun-driver vtuner-driver" fi # build with network support (yes / no)