mirror of
https://github.com/outbackdingo/meta-tanowrt.git
synced 2026-02-06 01:16:40 +00:00
luci-proto-bonding: Add recipe for LuCI support for channel bonding protocol
Signed-off-by: Anton Kikin <a.kikin@tano-systems.com>
This commit is contained in:
20
meta-tanowrt/recipes-extended/luci/luci-proto-bonding.bb
Normal file
20
meta-tanowrt/recipes-extended/luci/luci-proto-bonding.bb
Normal file
@@ -0,0 +1,20 @@
|
||||
#
|
||||
# LuCI support for Link Aggregation (Channel Bonding)
|
||||
#
|
||||
# This file Copyright (c) 2020, Tano Systems. All Rights Reserved.
|
||||
# Anton Kikin <a.kikin@tano-systems.com>
|
||||
#
|
||||
|
||||
PR = "tano0"
|
||||
|
||||
SUMMARY = "Support for Link Aggregation (Channel Bonding)"
|
||||
LICENSE = "Apache-2.0"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
|
||||
|
||||
RDEPENDS_${PN} += "proto-bonding"
|
||||
|
||||
inherit openwrt-luci-proto
|
||||
|
||||
SRC_URI = "${LUCI_GIT_URI};branch=${LUCI_GIT_BRANCH};protocol=${LUCI_GIT_PROTOCOL};subpath=protocols/luci-proto-bonding;destsuffix=git/"
|
||||
SRCREV = "${LUCI_GIT_SRCREV}"
|
||||
S = "${WORKDIR}/git"
|
||||
Reference in New Issue
Block a user