Skip to content
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 827 Bytes

Readme.md

File metadata and controls

20 lines (15 loc) · 827 Bytes

ovsd package for OpenWRT/LEDE

NOTE: as of April 2021 this has been merged into the OpenWrt master and is set for becoming part of future OpenWrt releases.

This repository provides the necessary files to install ovsd, a daemon to tie in Open vSwitch devices with OpenWRT/LEDE's network interface daemon, netifd.

Installation

Install this as a feed by adding the following line to feeds.conf in your OpenWRT/LEDE source tree:

src-git ovs https://github.com/berlin-open-wireless-lab/packages-ovsd.git

Next, run

scripts/feeds update ovs
scripts/feeds install ovsd

from the same directory. There should now be a package ovsd selectable in Network when you run make menuconfig.