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
aec4aa47e18970eb2c118d9690659553a25a56368cc0a04a521c4f53d075c404 |
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 /etc/rc.common | |
# OpenWrt /etc/init.d/ script to backup and restore the rrd (collectd) database, to preserve data across reboots | |
# | |
# | |
# howto: | |
# - upload this file as /etc/init.d/rrdbackup | |
# - (optional) adjust BACKUP_DIR below to point to a different target directory for the backup (e.g., a USB drive) | |
# - # chmod +x /etc/init.d/rrdbackup | |
# - # /etc/init.d/rrdbackup enable |
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
# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> | |
pkgbase=linux | |
pkgver=5.12.9.arch1 | |
pkgrel=1 | |
pkgdesc='Linux' | |
_srctag=v${pkgver%.*}-${pkgver##*.} | |
url="https://git.archlinux.org/linux.git/log/?h=$_srctag" | |
arch=(x86_64) | |
license=(GPL2) |
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
# | |
# 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 |
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
# | |
# 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 |
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
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(-) |
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
# | |
# 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 |
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
# | |
# 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 |
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
--- 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 <[email protected]> | |
pkgname=waylandpp-git | |
-pkgver=210 | |
-pkgrel=2 | |
+pkgver=294 | |
+pkgrel=1 | |
pkgdesc='Wayland C++ bindings' |
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
--- 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 <[email protected]> | |
# Contributor: Eric Bélanger <[email protected]> | |
+# Contributor: graysky <graysky AT archlinux DOT us> | |
pkgname=nvidia-340xx-lts | |
pkgver=340.107 | |
-_extramodules=extramodules-4.19-lts |
NewerOlder