mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Fix patch
This commit is contained in:
parent
d870f7a207
commit
7169760887
1 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
--- config/Config-images.in.orig 2019-05-28 14:40:45.246749741 +0200
|
--- a/config/Config-images.in.orig 2019-05-28 14:40:45.246749741 +0200
|
||||||
+++ config/Config-images.in 2019-05-28 14:41:14.866378695 +0200
|
+++ b/config/Config-images.in 2019-05-28 14:41:14.866378695 +0200
|
||||||
@@ -251,6 +251,13 @@
|
@@ -251,6 +251,13 @@
|
||||||
select TARGET_IMAGES_PAD
|
select TARGET_IMAGES_PAD
|
||||||
select PACKAGE_kmod-e1000
|
select PACKAGE_kmod-e1000
|
||||||
|
@ -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-05-28 14:35:00.895067331 +0200
|
--- a/target/linux/x86/image/Makefile 2019-05-28 14:35:00.895067331 +0200
|
||||||
+++ target/linux/x86/image/Makefile 2019-05-28 14:42:40.461306376 +0200
|
+++ b/target/linux/x86/image/Makefile 2019-05-28 14:42:40.461306376 +0200
|
||||||
@@ -137,12 +137,21 @@
|
@@ -137,12 +137,21 @@
|
||||||
ifneq ($(CONFIG_VMDK_IMAGES),)
|
ifneq ($(CONFIG_VMDK_IMAGES),)
|
||||||
define Image/Build/vmdk
|
define Image/Build/vmdk
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue