-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
first working version with kernel 6.6 and buildroot 2024.02.1
- Loading branch information
Showing
12 changed files
with
508 additions
and
413 deletions.
There are no files selected for viewing
This file contains 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 contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,98 @@ | ||
# Buildroot config settings | ||
BR2_CCACHE=y | ||
BR2_DL_DIR="$(TOPDIR)/../download" | ||
# BR2_ENABLE_LOCALE_PURGE is not set | ||
BR2_ENABLE_LTO=y | ||
BR2_GLOBAL_PATCH_DIR="$(BR2_EXTERNAL_THINROOT_PATH)/patches" | ||
BR2_GNU_MIRROR="http://ftp.gnu.org/pub/gnu" | ||
BR2_KERNEL_MIRROR="https://www.kernel.org/pub" | ||
BR2_TARGET_GENERIC_HOSTNAME="thinroot" | ||
BR2_TARGET_GENERIC_ISSUE="Welcome to thinRoot" | ||
BR2_TARGET_GENERIC_PASSWD_SHA512=y | ||
BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV=y | ||
BR2_TOOLCHAIN_BUILDROOT_CXX=y | ||
BR2_TARGET_GENERIC_GETTY_PORT="tty2" | ||
BR2_ENABLE_LOCALE_WHITELIST="C en_US de_DE" | ||
BR2_GENERATE_LOCALE="en_US de_DE" | ||
BR2_SYSTEM_ENABLE_NLS=y | ||
BR2_TARGET_LOCALTIME="Europe/Berlin" | ||
BR2_ROOTFS_OVERLAY="$(BR2_EXTERNAL_THINROOT_PATH)/rootfs-overlay" | ||
BR2_LINUX_KERNEL=y | ||
BR2_LINUX_KERNEL_LZ4=y | ||
BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y | ||
BR2_LINUX_KERNEL_NEEDS_HOST_LIBELF=y | ||
|
||
# Buildroot packages | ||
BR2_PACKAGE_BUSYBOX_CONFIG="$(BR2_EXTERNAL_THINROOT_PATH)/Busybox.config" | ||
BR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y | ||
BR2_PACKAGE_ALSA_UTILS=y | ||
BR2_PACKAGE_ALSA_UTILS_AMIXER=y | ||
BR2_PACKAGE_FFMPEG=y | ||
# BR2_PACKAGE_FFMPEG_FFMPEG is not set | ||
BR2_PACKAGE_FFMPEG_XCBGRAB=y | ||
BR2_PACKAGE_PULSEAUDIO=y | ||
BR2_PACKAGE_DOSFSTOOLS=y | ||
BR2_PACKAGE_DOSFSTOOLS_FATLABEL=y | ||
BR2_PACKAGE_DOSFSTOOLS_FSCK_FAT=y | ||
BR2_PACKAGE_E2FSPROGS=y | ||
BR2_PACKAGE_EXFAT=y | ||
BR2_PACKAGE_F2FS_TOOLS=y | ||
BR2_PACKAGE_NTFS_3G=y | ||
BR2_PACKAGE_DEJAVU=y | ||
BR2_PACKAGE_LIBERATION=y | ||
BR2_PACKAGE_MESA3D_DEMOS=y | ||
BR2_PACKAGE_FREERDP=y | ||
BR2_PACKAGE_MESA3D=y | ||
BR2_PACKAGE_MESA3D_LLVM=y | ||
BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_SWRAST=y | ||
BR2_PACKAGE_MESA3D_OPENGL_GLX=y | ||
BR2_PACKAGE_MESA3D_OPENGL_EGL=y | ||
BR2_PACKAGE_MESA3D_OPENGL_ES=y | ||
BR2_PACKAGE_PSPLASH=y | ||
BR2_PACKAGE_PSPLASH_PATCH="$(BR2_EXTERNAL_THINROOT_PATH)/patches/psplash/hzdr" | ||
BR2_PACKAGE_QT5BASE_OPENGL=y | ||
BR2_PACKAGE_QT5BASE_OPENGL_ES2=y | ||
BR2_PACKAGE_QT5BASE_OPENGL_LIB=y | ||
BR2_PACKAGE_QT5BASE_DEFAULT_QPA="xcb" | ||
BR2_PACKAGE_XORG7=y | ||
BR2_PACKAGE_XSERVER_XORG_SERVER=y | ||
BR2_PACKAGE_XLIB_LIBXAW=y | ||
BR2_PACKAGE_XLIB_LIBXV=y | ||
BR2_PACKAGE_XAPP_XPROP=y | ||
BR2_PACKAGE_XAPP_XRANDR=y | ||
BR2_PACKAGE_XAPP_XSETROOT=y | ||
BR2_PACKAGE_XDRIVER_XF86_INPUT_EVDEV=y | ||
BR2_PACKAGE_XDRIVER_XF86_INPUT_MOUSE=y | ||
BR2_PACKAGE_XFONT_FONT_MISC_CYRILLIC=y | ||
BR2_PACKAGE_NODM=y | ||
BR2_PACKAGE_XDOTOOL=y | ||
BR2_PACKAGE_OPENBOX=y | ||
BR2_PACKAGE_LINUX_FIRMWARE=y | ||
BR2_PACKAGE_ACPID=y | ||
BR2_PACKAGE_EUDEV_RULES_GEN=y | ||
BR2_PACKAGE_RNG_TOOLS=y | ||
BR2_PACKAGE_USBMOUNT=y | ||
BR2_PACKAGE_CA_CERTIFICATES=y | ||
BR2_PACKAGE_LIBUSB=y | ||
BR2_PACKAGE_LLVM_RTTI=y | ||
BR2_PACKAGE_CHRONY=y | ||
BR2_PACKAGE_DHCPCD=y | ||
BR2_PACKAGE_DROPBEAR=y | ||
BR2_PACKAGE_DROPBEAR_DISABLE_REVERSEDNS=y | ||
BR2_PACKAGE_NTP=y | ||
# BR2_PACKAGE_NTP_NTPD is not set | ||
BR2_PACKAGE_NTP_NTPDATE=y | ||
BR2_PACKAGE_WGET=y | ||
BR2_PACKAGE_IRQBALANCE=y | ||
BR2_PACKAGE_TAR=y | ||
BR2_TARGET_ROOTFS_CPIO_LZ4=y | ||
# BR2_TARGET_ROOTFS_TAR is not set | ||
BR2_PACKAGE_HOST_DOSFSTOOLS=y | ||
BR2_PACKAGE_HOST_E2FSPROGS=y | ||
BR2_PACKAGE_HOST_MKPASSWD=y | ||
BR2_PACKAGE_HOST_MTOOLS=y | ||
BR2_PACKAGE_QUTSELECT=y | ||
BR2_PACKAGE_THINLINC=y | ||
BR2_PACKAGE_HOTKEYD=y | ||
BR2_PACKAGE_NUMLOCKX=y | ||
BR2_PACKAGE_XPRINTIDLE=y |
This file contains 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
Oops, something went wrong.