View config.txt
# | |
# Automatically generated file; DO NOT EDIT. | |
# Linux/arm64 5.4.72 Kernel Configuration | |
# | |
# | |
# Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0 | |
# | |
CONFIG_CC_IS_GCC=y | |
CONFIG_GCC_VERSION=90300 |
View config.txt
# | |
# Automatically generated file; DO NOT EDIT. | |
# Linux/arm64 5.4.51 Kernel Configuration | |
# | |
# | |
# Compiler: aarch64-linux-gnu-gcc (Ubuntu/Linaro 5.4.0-6ubuntu1~16.04.9) 5.4.0 20160609 | |
# | |
CONFIG_CC_IS_GCC=y | |
CONFIG_GCC_VERSION=50400 |
View 0001-enable-jumbo-frames.patch
From 8b2b5c8a0cda4551827580c1edf6dd0b8ba0d29f Mon Sep 17 00:00:00 2001 | |
From: graysky2 | |
Date: Sat, 14 Nov 2020 07:10:29 -0500 | |
Subject: [PATCH] enable jumbo frames | |
--- | |
drivers/net/ethernet/broadcom/genet/bcmgenet.c | 2 +- | |
include/linux/if_vlan.h | 4 ++-- | |
include/uapi/linux/if_ether.h | 4 ++-- | |
3 files changed, 5 insertions(+), 5 deletions(-) |
View config
# | |
# Automatically generated file; DO NOT EDIT. | |
# crosstool-NG Configuration | |
# | |
CT_CONFIGURE_has_static_link=y | |
CT_CONFIGURE_has_cxx11=y | |
CT_CONFIGURE_has_lzip=y | |
CT_CONFIGURE_has_wget=y | |
CT_CONFIGURE_has_curl=y | |
CT_CONFIGURE_has_make_3_81_or_newer=y |
View config
# | |
# Automatically generated file; DO NOT EDIT. | |
# crosstool-NG Configuration | |
# | |
CT_CONFIGURE_has_static_link=y | |
CT_CONFIGURE_has_cxx11=y | |
CT_CONFIGURE_has_wget=y | |
CT_CONFIGURE_has_curl=y | |
CT_CONFIGURE_has_make_3_81_or_newer=y | |
CT_CONFIGURE_has_make_4_0_or_newer=y |
View fix.patch
--- a 2019-10-14 06:17:57.571316152 -0400 | |
+++ PKGBUILD 2019-10-14 06:19:07.572774596 -0400 | |
@@ -1,15 +1,15 @@ | |
# Maintainer: Nils Christopher Brause <nilschrbrause@googlemail.com> | |
pkgname=waylandpp-git | |
-pkgver=210 | |
-pkgrel=2 | |
+pkgver=294 | |
+pkgrel=1 | |
pkgdesc='Wayland C++ bindings' |
View update.patch
--- PKGBUILD 2019-06-07 06:25:13.000000000 -0400 | |
+++ new 2019-10-12 09:58:41.055145754 -0400 | |
@@ -1,10 +1,10 @@ | |
# Maintainer: Giancarlo Razzolini <grazzolini@archlinux.org> | |
# Contributor: Eric Bélanger <eric@archlinux.org> | |
+# Contributor: graysky <graysky AT archlinux DOT us> | |
pkgname=nvidia-340xx-lts | |
pkgver=340.107 | |
-_extramodules=extramodules-4.19-lts |
View fix.in-tree.ffmpeg.paths.for.makechrootpkg.hack.patch
--- a/tools/depends/target/ffmpeg/CMakeLists.txt 2019-07-18 11:05:21.000000000 -0400 | |
+++ b/tools/depends/target/ffmpeg/CMakeLists.txt 2019-07-25 16:22:19.506991490 -0400 | |
@@ -19,7 +19,7 @@ if(CROSSCOMPILING) | |
endif() | |
#if(CORE_PLATFORM_NAME STREQUAL rbpi) | |
- string(CONCAT CMAKE_C_FLAGS ${CMAKE_C_FLAGS} " -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux") | |
+ string(CONCAT CMAKE_C_FLAGS ${CMAKE_C_FLAGS} " -I/build/kodi-rbp4/src/opt/vc/include -I/build/kodi-rbp4/src/opt/vc/include/interface/vcos/pthreads -I/build/kodi-rbp4/src/opt/vc/include/interface/vmcs_host/linux") | |
list(APPEND ffmpeg_conf --enable-rpi --disable-ffmpeg --disable-ffprobe) | |
#endif() |
View update_pkgbuild.patch
--- a/PKGBUILD 2018-11-20 07:42:48.076332191 -0500 | |
+++ b/PKGBUILD 2018-11-20 09:40:14.684141902 -0500 | |
@@ -1,10 +1,13 @@ | |
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net> | |
+# Contributer: graysky <graysky AT archlinux DOT us> | |
pkgname=wireguard-module | |
-pkgver=0.0.20181018 | |
+_pkgname=WireGuard | |
+pkgver=0.0.20181119 |
View gist:1f2092cc4412c7002f83070bf030da31
# Maintainer: ultraviolet <ultravioletnanokitty@gmail.com> | |
# Contributor: Mark Rosenstand <mark@borkware.net> | |
# Contributor: graysky <graysky AT archlinux DOT us> | |
pkgname=sysbench | |
pkgver=1.0.4 | |
pkgrel=1 | |
pkgdesc="Benchmark tool for evaluating OS parameters that are important for a system running a database under intensive load." | |
url="https://github.com/akopytov/sysbench" | |
arch=('x86_64' 'i686' 'aarch64' 'armv7h' 'armv6h') |
NewerOlder