aboutsummaryrefslogtreecommitdiff
path: root/net/openvswitch/Makefile
Commit message (Collapse)AuthorAge
...
* openvswitch: fix source paths for the install ruleAlexandru Ardelean2016-01-04
| | | | | | | | | | I guess these were left since some initial OVS package versions. They were fine up until recently. Some of the build artifacts got a little messy and thus the OpenWRT OVS package got a little messy. This cleans it up a bit. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* openvswitch: depend on kernelUlrich Weber2016-01-04
| | | | | | so ovs gets rebuild on kernel changes Signed-off-by: Ulrich Weber <uw@ocedo.com>
* Upgrade OpenVSwitch to version 2.5.0 to support kernels up to 4.3Jeroen van Bemmel2015-12-29
| | | | | | | Most patches for 4.1 are no longer needed, only a minor patch to fix a missing WAIT_ANY constant. 2.5.0 depends on nf_conntrack (ipv4 and ipv6) Signed-off-by: Jeroen van Bemmel <jvb127@gmail.com>
* openvswitch: fix build with musl and GCC 5Alexandru Ardelean2015-12-13
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* openvswitch: work-around kernel architecture detectionDaniel Golle2015-10-30
| | | | | | | | | | | caught on build-bot: make -C /store/buildbot/slave/ramips/build/build_dir/target-mipsel_24kec+dsp_musl-1.1.11/linux-ramips_rt305x/linux-3.18.21 M=/store/buildbot/slave/ramips/build/build_dir/target-mipsel_24kec+dsp_musl-1.1.11/openvswitch-2.4.0/datapath/linux modules make[7]: Entering directory `/store/buildbot/slave/ramips/build/build_dir/target-mipsel_24kec+dsp_musl-1.1.11/linux-ramips_rt305x/linux-3.18.21' Makefile:610: arch/mipsel/Makefile: No such file or directory Declare LINUX_KARCH to package's build-system to resolv this. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* all: get rid of kmod-ipv6 dependenciesSteven Barth2015-10-06
| | | | Signed-off-by: Steven Barth <steven@midlink.org>
* openvswitch: use released version 2.4.0Alexandru Ardelean2015-10-02
| | | | | | | | The previous version was an unreleased one from the OVS trunk. This one is the released version, described here: http://openvswitch.org/pipermail/announce/2015-August/000078.html Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* openvswitch: upgrade to version 2.4.0Alexandru Ardelean2015-08-04
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* openvswitch: fix musl compatibilityAlexandru Ardelean2015-06-20
| | | | | | | Remove libatomic support from OVS: musl's libatomic seems incomplete. Conditionally compile <net/if_packet.h>. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* openvswitch: cleanup makefile (remove explicit build rules)Alexandru Ardelean2015-06-20
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* openvswitch: fix build with kernel >= 3.18.13Hauke Mehrtens2015-05-24
| | | | | | | This fixes a build problem with kernel >= 3.18.13. This should close #1283. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* openvswitch: fixup kernels for older versionsSteven Barth2015-04-20
| | | | Signed-off-by: Steven Barth <steven@midlink.org>
* openvswitch: Fixup SUPPORTED_KERNELsSteven Barth2015-04-20
| | | | Signed-off-By: Steven Barth <steven@midlink.org>
* openvswitch: upgrade to version 2.3.90, review #1Emanuele Bovisio2015-04-17
|
* openvswitch: upgrade to version 2.3.90Emanuele Bovisio2015-04-17
|
* openvswitch: limit kernel package to supported kernel versionsAlexandru Ardelean2015-03-08
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* openvswitch: limit package to supported kernel versionsAlexandru Ardelean2015-02-21
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* openvswitch: upgrade to version 2.3.1Alexandru Ardelean2015-01-06
| | | | | | | | | | Release notes here: https://github.com/openvswitch/ovs/blob/v2.3.1/NEWS Remove patch (included in 2.3.1): 0005-datapath-backport___ip_select_ident_function.patch Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* openvswitch: use EXTRA_CFLAGS instead of KCFLAGSAlexandru Ardelean2014-12-03
| | | | | | The patch we've switched requires EXTRA_CFLAGS to be set instead of KCFLAGS. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* misc: correct typo in Makefiles for PKG_LICENSE_FILESIan Leonard2014-11-24
| | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* openvswitch: add +kmod-vxlan dependency for kernels >= 3.12Alexandru Ardelean2014-10-31
| | | | | | | | | | | | | | | | When OVS detects a kernel version >= 3.12 it does not build it's own vxlan module and tries to use the kernel's, when building the OVS kernel module. I also pushed a patch to the OpenWRT trunk to add a +kmod-vxlan package. This will add the kernel's vxlan.ko kernel module if it exists. So, for kernel >= 3.12, this package should exist and be installed when installing OVS. Tested on OpenWRT trunk with kernel 3.14.18. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* openvswitch: fix build for gcc versions below 4.9Alexandru Ardelean2014-10-30
| | | | | | | | | | | | Seems that while fixing the build for GCC 4.9 I broke the build for GCC 4.8, because that KCFLAG I added causes a build error (since it's not recognized). The fix is to add KCFLAG only when GCC 4.9 is used. OpenVSwitch now builds successfully with GCC 4.8 and 4.9. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* openvswitch: add KCFLAGS="-Wno-error=date-time" to kernel modules buildAlexandru Ardelean2014-10-28
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* openvswitch: add openvswitch-ipsesc package backAlexandru Ardelean2014-10-17
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* openvswitch: add openvswitch-python subpackageAlexandru Ardelean2014-10-17
| | | | | | | Requires python package. Required by other openvswitch subpackages (like openvswitch-python). Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* openvswitch: remove openvswitch-package until python package is put back inAlexandru Ardelean2014-09-18
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* openvswitch: fix package URLAlexandru Ardelean2014-09-18
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* openvswitch: change order of the installsAlexandru Ardelean2014-09-18
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* openvswitch: organize openvswitch-ipsec and openvswitch-benchmark as subpackagesAlexandru Ardelean2014-09-18
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* openvswitch: merge openvswitch-common + openvswitch-switch into openvswitchAlexandru Ardelean2014-09-18
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* openvswitch: move openvswitch-common/postinst after installAlexandru Ardelean2014-09-18
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* openvswitch: disable MIPS16Steven Barth2014-09-18
| | | | Signed-off-by: Steven Barth <steven@midlink.org>
* openvswitch: remove ovs-controller packageAlexandru Ardelean2014-09-17
| | | | | | | | | | | | | | | | | | | | | | According to the NEWS message from the main OVS site: http://openvswitch.org/releases/NEWS-2.3.0 Excerpt: - ovs-controller has been renamed test-controller. It is no longer packaged or installed by default, because too many users assumed incorrectly that ovs-controller was a necessary or desirable part of an Open vSwitch deployment. Current feed was updated based on a feed that packaged OVS 1.9, and subsequently updated. For now, we'll remove it, since it's not required. When I tested the feed, I tested it on a setup that has been configured some time ago, and does not have that package enabled. So, I'll remove it to prevent confusion. Signed-off-by: Alexandru Ardelean ardeleanalex@gmail.com
* openvswitch: initial feed at OpenVSwitch version 2.3Alexandru Ardelean2014-09-16
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>