From dca7e9cb16e6bb43fcefc0cd85e00b87f77a5bde Mon Sep 17 00:00:00 2001 From: Anton Kikin Date: Fri, 8 May 2020 03:30:59 +0300 Subject: [PATCH] luci-proto-bonding: Add recipe for LuCI support for channel bonding protocol Signed-off-by: Anton Kikin --- .../luci/luci-proto-bonding.bb | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 meta-tanowrt/recipes-extended/luci/luci-proto-bonding.bb diff --git a/meta-tanowrt/recipes-extended/luci/luci-proto-bonding.bb b/meta-tanowrt/recipes-extended/luci/luci-proto-bonding.bb new file mode 100644 index 00000000..f0726e4b --- /dev/null +++ b/meta-tanowrt/recipes-extended/luci/luci-proto-bonding.bb @@ -0,0 +1,20 @@ +# +# LuCI support for Link Aggregation (Channel Bonding) +# +# This file Copyright (c) 2020, Tano Systems. All Rights Reserved. +# Anton Kikin +# + +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"