Skip to content

Instantly share code, notes, and snippets.

View JucaRei's full-sized avatar
:electron:
Focusing

JucaRei

:electron:
Focusing
View GitHub Profile
@JucaRei
JucaRei / .config
Last active April 1, 2025 00:06
friendlywrt 24.10 build options
#
# Automatically generated file; DO NOT EDIT.
# OpenWrt Configuration
#
CONFIG_MODULES=y
CONFIG_HAVE_DOT_CONFIG=y
CONFIG_HOST_OS_LINUX=y
# CONFIG_HOST_OS_MACOS is not set
# CONFIG_TARGET_airoha is not set
# CONFIG_TARGET_d1 is not set
@JucaRei
JucaRei / .config
Created March 26, 2025 03:29
kernel config friendlywrt
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 6.1.99 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="aarch64-linux-gnu-gcc (ctng-1.25.0-119g-FA) 11.3.0"
CONFIG_CC_IS_GCC=y
CONFIG_GCC_VERSION=110300
CONFIG_CLANG_VERSION=0
CONFIG_AS_IS_GNU=y
CONFIG_AS_VERSION=23800
@JucaRei
JucaRei / .config
Last active March 31, 2025 20:26
uboot v3
#
# Automatically generated file; DO NOT EDIT.
# U-Boot 2017.09 Configuration
#
CONFIG_CREATE_ARCH_SYMLINK=y
# CONFIG_ARC is not set
CONFIG_ARM=y
# CONFIG_M68K is not set
# CONFIG_MICROBLAZE is not set
# CONFIG_MIPS is not set
@JucaRei
JucaRei / .config
Last active November 27, 2024 03:35
friendlywrt v2
#
# Automatically generated file; DO NOT EDIT.
# OpenWrt Configuration
#
CONFIG_MODULES=y
CONFIG_HAVE_DOT_CONFIG=y
CONFIG_HOST_OS_LINUX=y
# CONFIG_HOST_OS_MACOS is not set
# CONFIG_TARGET_airoha is not set
# CONFIG_TARGET_sunxi is not set
@JucaRei
JucaRei / .config
Last active November 27, 2024 14:09
kernel v2
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 6.1.57 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="aarch64-linux-gnu-gcc (ctng-1.25.0-119g-FA) 11.3.0"
CONFIG_CC_IS_GCC=y
CONFIG_GCC_VERSION=110300
CONFIG_CLANG_VERSION=0
CONFIG_AS_IS_GNU=y
CONFIG_AS_VERSION=23800
@JucaRei
JucaRei / .config
Last active November 27, 2024 04:49
u-boot config file
#
# Automatically generated file; DO NOT EDIT.
# U-Boot 2017.09 Configuration
#
CONFIG_CREATE_ARCH_SYMLINK=y
# CONFIG_ARC is not set
CONFIG_ARM=y
# CONFIG_M68K is not set
# CONFIG_MICROBLAZE is not set
# CONFIG_MIPS is not set
@JucaRei
JucaRei / gist:e04b0aa77cce394f5de8cbb2b98b9b12
Created November 21, 2024 15:25 — forked from jatcwang/gist:ae3b7019f219b8cdc6798329108c9aee
List of all setxkbmap configuration options (including models/layout/etc)
! model
pc101 Generic 101-key PC
pc102 Generic 102-key (Intl) PC
pc104 Generic 104-key PC
pc105 Generic 105-key (Intl) PC
dell101 Dell 101-key PC
latitude Dell Latitude series laptop
dellm65 Dell Precision M65
everex Everex STEPnote
flexpro Keytronic FlexPro
@JucaRei
JucaRei / .config
Last active November 24, 2024 14:54
Another kernel check CFS for rockchip 3566
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 6.1.57 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="aarch64-linux-gnu-gcc (ctng-1.25.0-119g-FA) 11.3.0"
CONFIG_CC_IS_GCC=y
CONFIG_GCC_VERSION=110300
CONFIG_CLANG_VERSION=0
CONFIG_AS_IS_GNU=y
CONFIG_AS_VERSION=23800
@JucaRei
JucaRei / friendlywrt.yaml
Created November 14, 2024 22:58
testing
name: Custom-Friendlywrt
on: push
# watch:
# types: started
jobs:
prepare_release:
runs-on: ubuntu-20.04
if: github.event.repository.owner.id == github.event.sender.id
steps:
- name: Get release tag
@JucaRei
JucaRei / .config
Last active November 25, 2024 22:34
Friendlywrt custom for testing
#
# Automatically generated file; DO NOT EDIT.
# OpenWrt Configuration
#
CONFIG_MODULES=y
CONFIG_HAVE_DOT_CONFIG=y
CONFIG_HOST_OS_LINUX=y
# CONFIG_HOST_OS_MACOS is not set
# CONFIG_TARGET_airoha is not set
# CONFIG_TARGET_sunxi is not set