mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-26 11:41:35 +01:00
rename kernel_module to kernel_modules, start README mass factorings
This commit is contained in:
@@ -13,25 +13,27 @@ BR2_TOOLCHAIN_BUILDROOT_CXX=y
|
||||
BR2_TOOLCHAIN_BUILDROOT_FORTRAN=y
|
||||
BR2_TOOLCHAIN_BUILDROOT_WCHAR=y
|
||||
|
||||
# # Rootfs
|
||||
# BR2_TARGET_ROOTFS_CPIO=n
|
||||
# BR2_TARGET_ROOTFS_EXT2=y
|
||||
# BR2_TARGET_ROOTFS_INITRAMFS=n
|
||||
# BR2_TARGET_ROOTFS_EXT2_SIZE="512M"
|
||||
#
|
||||
# # Host GDB
|
||||
# BR2_GDB_VERSION="7.11.1"
|
||||
# BR2_GDB_VERSION_7_10=n
|
||||
# BR2_GDB_VERSION_7_11=y
|
||||
# BR2_GDB_VERSION_7_12=n
|
||||
# BR2_PACKAGE_HOST_GDB=y
|
||||
# BR2_PACKAGE_HOST_GDB_PYTHON=y
|
||||
# BR2_PACKAGE_HOST_GDB_SIM=y
|
||||
# BR2_PACKAGE_HOST_GDB_TUI=y
|
||||
# Rootfs
|
||||
BR2_TARGET_ROOTFS_CPIO=n
|
||||
BR2_TARGET_ROOTFS_EXT2=y
|
||||
BR2_TARGET_ROOTFS_INITRAMFS=n
|
||||
BR2_TARGET_ROOTFS_EXT2_SIZE="512M"
|
||||
|
||||
# # Custom packages
|
||||
# BR2_PACKAGE_KERNEL_MODULE=y
|
||||
# BR2_SAMPLE_PACKAGE=y
|
||||
# Host GDB
|
||||
BR2_GDB_VERSION="7.11.1"
|
||||
BR2_GDB_VERSION_7_10=n
|
||||
BR2_GDB_VERSION_7_11=y
|
||||
BR2_GDB_VERSION_7_12=n
|
||||
BR2_PACKAGE_HOST_GDB=y
|
||||
BR2_PACKAGE_HOST_GDB_PYTHON=y
|
||||
BR2_PACKAGE_HOST_GDB_SIM=y
|
||||
BR2_PACKAGE_HOST_GDB_TUI=y
|
||||
|
||||
# Custom packages
|
||||
# Keepding those in because we control them fully
|
||||
# and know for sure that are small.
|
||||
BR2_PACKAGE_KERNEL_MODULES=y
|
||||
BR2_SAMPLE_PACKAGE=y
|
||||
|
||||
# We were tempted to do this to disable S40network neatly,
|
||||
# but that package also creates extra configuration files
|
||||
|
||||
Reference in New Issue
Block a user