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"