Skip to content

Commit

Permalink
Build the OpenWrt Image Builder
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmckenzie committed Feb 8, 2022
1 parent a06bfa1 commit 935dfce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .config
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ CONFIG_TARGET_MULTI_PROFILE=y
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
CONFIG_COLLECT_KERNEL_DEBUG=y
CONFIG_KERNEL_DEVMEM=y

# not required
Expand Down

0 comments on commit 935dfce

Please sign in to comment.