diff options
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 |