diff options
author | Helge Mader <ma@dev.tdt.de> | 2020-04-22 17:47:37 +0200 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2020-05-05 08:26:23 +0200 |
commit | 33df1c154471fa9537a60e12b0f112eae4db9d1f (patch) | |
tree | d9de4a787913917dd2988caa7cc9d85787af1b8a /protocols/luci-proto-bonding/Makefile | |
parent | 4b29e9099c292908fd110eaf49338512648eb562 (diff) |
luci-proto-bonding: add protohandler configuration for channel bonding
Signed-off-by: Helge Mader <ma@dev.tdt.de>
* Changed the makefile copyright date
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'protocols/luci-proto-bonding/Makefile')
-rw-r--r-- | protocols/luci-proto-bonding/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/protocols/luci-proto-bonding/Makefile b/protocols/luci-proto-bonding/Makefile new file mode 100644 index 0000000000..81988cfa2f --- /dev/null +++ b/protocols/luci-proto-bonding/Makefile @@ -0,0 +1,17 @@ +# +# Copyright (C) 2020 TDT AG <development@tdt.de> +# +# This is free software, licensed under the Apache License Version 2.0. +# See https://www.apache.org/licenses/LICENSE-2.0 for more information. +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=Support for Link Aggregation (Channel Bonding) +LUCI_DEPENDS:=+proto-bonding + +PKG_MAINTAINER:=Helge Mader <ma@dev.tdt.de> + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature |