This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# just for testing | |
usleep() | |
{ | |
sleep $(echo $1 | awk '{print $1 / 1000000}') | |
} | |
. ./functions |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################################################################ | |
# This file is part of LibreELEC - http://www.libreelec.tv | |
# Copyright (C) 2016 Neil MacLeod ([email protected]) | |
# | |
# LibreELEC 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 of the License, or | |
# (at your option) any later version. | |
# | |
# LibreELEC is distributed in the hope that it will be useful, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/config/path b/config/path | |
index f302c70..fde2e22 100644 | |
--- a/config/path | |
+++ b/config/path | |
@@ -61,6 +61,7 @@ SED="sed -i" | |
PKG_LICENSE="unknown" | |
PKG_SITE="" | |
PKG_URL="" | |
+ PKG_GIT_URL="" | |
PKG_SOURCE_NAME="" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
################################################################################ | |
# This file is part of OpenELEC - http://www.openelec.tv | |
# Copyright (C) 2009-2014 Stephan Raue ([email protected]) | |
# Copyright (C) 2010-2011 Roman Weber ([email protected]) | |
# Copyright (C) 2012 Yann Cézard ([email protected]) | |
# | |
# OpenELEC is free software: you can redistribute it and/or modify | |
# it under the terms of the GNU General Public License as published by |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
################################################################################ | |
# This file is part of OpenELEC - http://www.openelec.tv | |
# Copyright (C) 2009-2014 Stephan Raue ([email protected]) | |
# Copyright (C) 2010-2011 Roman Weber ([email protected]) | |
# Copyright (C) 2012 Yann Cézard ([email protected]) | |
# | |
# OpenELEC is free software: you can redistribute it and/or modify | |
# it under the terms of the GNU General Public License as published by |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/packages/linux-drivers/RTL8188EU/package.mk b/packages/linux-drivers/RTL8188EU/package.mk | |
index b11a681..d35a9c4 100644 | |
--- a/packages/linux-drivers/RTL8188EU/package.mk | |
+++ b/packages/linux-drivers/RTL8188EU/package.mk | |
@@ -24,6 +24,7 @@ PKG_LICENSE="GPL" | |
# realtek: PKG_SITE="http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1&PFid=48&Level=5&Conn=4&ProdID=274&DownTypeID=3&GetDown=false&Downloads=true" | |
PKG_SITE="https://github.com/lwfinger/rtl8188eu" | |
PKG_URL="https://github.com/lwfinger/rtl8188eu/archive/$PKG_VERSION.tar.gz" | |
+PKG_SOURCE_DIR="rtl8188eu-$PKG_VERSION*" | |
PKG_DEPENDS_TARGET="toolchain linux" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/packages/devel/libcec/patches/libcec-00-imx6-support.patch b/packages/devel/libcec/patches/libcec-00-imx6-support.patch | |
index 2c24635..30df40f 100644 | |
--- a/packages/devel/libcec/patches/libcec-00-imx6-support.patch | |
+++ b/packages/devel/libcec/patches/libcec-00-imx6-support.patch | |
@@ -820,13 +820,13 @@ index 828cdb2..8b47795 100644 | |
--- a/src/libcec/cmake/CheckPlatformSupport.cmake | |
+++ b/src/libcec/cmake/CheckPlatformSupport.cmake | |
@@ -8,6 +8,7 @@ | |
- # HAVE_RANDR 1 if xrandr is supported | |
- # HAVE_LIBUDEV 1 if udev is supported |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* This file is part of libaacs | |
* Copyright (C) 2009-2010 Obliter0n | |
* | |
* This library is free software; you can redistribute it and/or | |
* modify it under the terms of the GNU Lesser General Public | |
* License as published by the Free Software Foundation; either | |
* version 2.1 of the License, or (at your option) any later version. | |
* | |
* This library is distributed in the hope that it will be useful, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* This file is part of libaacs | |
* Copyright (C) 2009-2010 Obliter0n | |
* | |
* This library is free software; you can redistribute it and/or | |
* modify it under the terms of the GNU Lesser General Public | |
* License as published by the Free Software Foundation; either | |
* version 2.1 of the License, or (at your option) any later version. | |
* | |
* This library is distributed in the hope that it will be useful, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* This file is part of libaacs | |
* Copyright (C) 2009-2010 Obliter0n | |
* Copyright (C) 2009-2013 npzacs | |
* | |
* This library is free software; you can redistribute it and/or | |
* modify it under the terms of the GNU Lesser General Public | |
* License as published by the Free Software Foundation; either | |
* version 2.1 of the License, or (at your option) any later version. | |
* |