mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Add Hyper-V images
This commit is contained in:
parent
1bc77db345
commit
d9dc3dd00d
1 changed files with 1 additions and 0 deletions
1
build.sh
1
build.sh
|
@ -132,6 +132,7 @@ fi
|
|||
if [ "$OMR_IMG" = "yes" ] && [ "$OMR_TARGET" = "x86_64" ]; then
|
||||
echo 'CONFIG_VDI_IMAGES=y' >> "$OMR_TARGET/source/.config"
|
||||
echo 'CONFIG_VMDK_IMAGES=y' >> "$OMR_TARGET/source/.config"
|
||||
echo 'CONFIG_VHDX_IMAGES=y' >> "$OMR_TARGET/source/.config"
|
||||
fi
|
||||
if [ "$OMR_KERNEL" = "4.19" ]; then
|
||||
echo '# CONFIG_TARGET_ROOTFS_SQUASHFS is not set' >> "$OMR_TARGET/source/.config"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue