mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Fix VHDX images
This commit is contained in:
parent
113cd40678
commit
69fc29d4b8
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@
|
||||||
config TARGET_IMAGES_PAD
|
config TARGET_IMAGES_PAD
|
||||||
bool "Pad images to filesystem size (for JFFS2)"
|
bool "Pad images to filesystem size (for JFFS2)"
|
||||||
depends on GRUB_IMAGES
|
depends on GRUB_IMAGES
|
||||||
--- target/linux/x86/image/Makefile.orig 2019-06-03 14:32:39.094356089 +0200
|
--- a/target/linux/x86/image/Makefile.orig 2019-06-03 14:32:39.094356089 +0200
|
||||||
+++ target/linux/x86/image/Makefile 2019-06-03 19:04:23.875965073 +0200
|
+++ b/target/linux/x86/image/Makefile 2019-06-03 19:04:23.875965073 +0200
|
||||||
@@ -143,6 +143,15 @@
|
@@ -143,6 +143,15 @@
|
||||||
endef
|
endef
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue