diff options
Diffstat (limited to 'recipes-networking/openvswitch/openvswitch-git/kernel_module.patch')
| -rw-r--r-- | recipes-networking/openvswitch/openvswitch-git/kernel_module.patch | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/recipes-networking/openvswitch/openvswitch-git/kernel_module.patch b/recipes-networking/openvswitch/openvswitch-git/kernel_module.patch index 033cfb8a..c177202f 100644 --- a/recipes-networking/openvswitch/openvswitch-git/kernel_module.patch +++ b/recipes-networking/openvswitch/openvswitch-git/kernel_module.patch | |||
| @@ -1,13 +1,19 @@ | |||
| 1 | Specify install path for kernel module | 1 | From adfd2380d71dff1a31efaf63cf7ac97470466ec9 Mon Sep 17 00:00:00 2001 |
| 2 | From: Amy Fong <amy.fong@windriver.com> | ||
| 3 | Date: Thu, 29 Jan 2015 09:56:03 -0500 | ||
| 4 | Subject: [PATCH] Specify install path for kernel module | ||
| 2 | 5 | ||
| 3 | Signed-off-by: Amy Fong <amy.fong@windriver.com> | 6 | Signed-off-by: Amy Fong <amy.fong@windriver.com> |
| 7 | |||
| 4 | --- | 8 | --- |
| 5 | datapath/linux/Makefile.main.in | 4 ++-- | 9 | datapath/linux/Makefile.main.in | 4 ++-- |
| 6 | 1 files changed, 2 insertions(+), 2 deletions(-) | 10 | 1 file changed, 2 insertions(+), 2 deletions(-) |
| 7 | 11 | ||
| 12 | diff --git a/datapath/linux/Makefile.main.in b/datapath/linux/Makefile.main.in | ||
| 13 | index 7d18253..63c520f 100644 | ||
| 8 | --- a/datapath/linux/Makefile.main.in | 14 | --- a/datapath/linux/Makefile.main.in |
| 9 | +++ b/datapath/linux/Makefile.main.in | 15 | +++ b/datapath/linux/Makefile.main.in |
| 10 | @@ -71,8 +71,8 @@ | 16 | @@ -71,8 +71,8 @@ default: |
| 11 | $(MAKE) -C $(KSRC) M=$(builddir) modules | 17 | $(MAKE) -C $(KSRC) M=$(builddir) modules |
| 12 | 18 | ||
| 13 | modules_install: | 19 | modules_install: |
