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:
Anton Kikin
2020-05-08 03:30:59 +03:00
parent f040cc4734
commit dca7e9cb16

View 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"