From 8918974aadb4ebb52b3c47a35d373273cc3c5c9b Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Tue, 14 Jun 2011 10:58:18 +0200 Subject: [PATCH] linux-drivers: fix install Signed-off-by: Stephan Raue --- packages/linux-drivers/install | 31 ------------------------------- packages/linux-drivers/meta | 2 +- 2 files changed, 1 insertion(+), 32 deletions(-) delete mode 100755 packages/linux-drivers/install diff --git a/packages/linux-drivers/install b/packages/linux-drivers/install deleted file mode 100755 index b9b3b4dd2f..0000000000 --- a/packages/linux-drivers/install +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/sh - -################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2009-2011 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, 675 Mass Ave, Cambridge, MA 02139, USA. -# http://www.gnu.org/copyleft/gpl.html -################################################################################ - -. config/options - -for drivers in "$ADDITIONAL_DRIVERS"; do - [ $drivers = asix-ax887xx ] && $SCRIPTS/install asix-ax887xx - [ $drivers = bcm_sta ] && $SCRIPTS/install bcm_sta - [ $drivers = rtl8192se ] && $SCRIPTS/install rtl8192se -done - -exit 0 diff --git a/packages/linux-drivers/meta b/packages/linux-drivers/meta index 06228d1379..9b203e50e3 100644 --- a/packages/linux-drivers/meta +++ b/packages/linux-drivers/meta @@ -25,7 +25,7 @@ PKG_ARCH="any" PKG_LICENSE="GPL" PKG_SITE="http://www.openelec.tv" PKG_URL="" -PKG_DEPENDS="" +PKG_DEPENDS="$ADDITIONAL_DRIVERS" PKG_BUILD_DEPENDS="toolchain" PKG_PRIORITY="optional" PKG_SECTION="linux-drivers"