Skip to content

Commit

Permalink
Add extra packages. Set boot and root partition sizes.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmckenzie committed Jun 14, 2022
1 parent d347c5c commit e7e49fb
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .config
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# target and compile options
CONFIG_TARGET_x86=y
CONFIG_TARGET_x86_64=y
CONFIG_TARGET_MULTI_PROFILE=y
# needed to ensure partition layout does not change
CONFIG_TARGET_KERNEL_PARTSIZE=128
CONFIG_TARGET_ROOTFS_PARTSIZE=1024
CONFIG_TARGET_DEVICE_x86_64_DEVICE_generic=y
CONFIG_TARGET_OPTIONS=y
CONFIG_TARGET_OPTIMIZATION="-Os -pipe -march=btver2"
CONFIG_COLLECT_KERNEL_DEBUG=y
CONFIG_IB=y
CONFIG_JSON_OVERVIEW_IMAGE_INFO=y

# Kernel build options
Expand All @@ -21,6 +22,7 @@ CONFIG_PCMCIA_SUPPORT=n
CONFIG_DROPBEAR_ED25519=y

# APU 2 kernel modules
# https://openwrt.org/toh/pcengines/apu2#kernel_modules
CONFIG_PACKAGE_kmod-ata-core=y
CONFIG_PACKAGE_kmod-ata-ahci=y
CONFIG_PACKAGE_kmod-crypto-hw-ccp=y
Expand Down Expand Up @@ -68,10 +70,14 @@ CONFIG_PACKAGE_python3-requests=y
CONFIG_PACKAGE_adguardhome=y
CONFIG_PACKAGE_curl=y
CONFIG_PACKAGE_file=y
CONFIG_PACKAGE_fdisk=y
CONFIG_PACKAGE_haproxy=y
CONFIG_PACKAGE_htop=y
CONFIG_PACKAGE_ipset=y
CONFIG_PACKAGE_lsblk=y
CONFIG_PACKAGE_nmap=y
CONFIG_PACKAGE_qrencode=y
CONFIG_PACKAGE_rng-tools=y
CONFIG_PACKAGE_tcpdump=y
CONFIG_PACKAGE_tmux=y
CONFIG_PACKAGE_vim-full=y
Expand All @@ -88,3 +94,4 @@ CONFIG_PACKAGE_kmod-ppp=n
CONFIG_PACKAGE_kmod-pppoe=n
CONFIG_PACKAGE_kmod-pppox=n
CONFIG_PACKAGE_kmod-r8169=n

0 comments on commit e7e49fb

Please sign in to comment.