Skip to content

Commit

Permalink
tools: labs: Use yes instead of module in config
Browse files Browse the repository at this point in the history
  • Loading branch information
vlasakm committed Dec 24, 2022
1 parent f9ef812 commit 0252285
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tools/labs/qemu/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ TEMPDIR := $(shell mktemp -u)
$(KCONFIG): qemu/kernel_config.x86
cp $^ $@
$(MAKE) -C $(KDIR) olddefconfig
$(MAKE) -C $(KDIR) mod2yesconfig

zImage: $(ZIMAGE)

Expand Down
2 changes: 1 addition & 1 deletion tools/labs/qemu/kernel_config.x86
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ CONFIG_DEVTMPFS=y
CONFIG_BLK_DEV_LOOP=y
CONFIG_VIRTIO_BLK=y
CONFIG_NETDEVICES=y
CONFIG_NETCONSOLE=m
CONFIG_NETCONSOLE=y
CONFIG_VIRTIO_NET=y
CONFIG_VIRTIO_CONSOLE=y
# CONFIG_HW_RANDOM is not set
Expand Down

0 comments on commit 0252285

Please sign in to comment.