## Copyright (C) 2018 TDT AG <development@tdt.de>## This is free software, licensed under the GNU General Public License v2.# See https://www.gnu.org/licenses/gpl-2.0.txt for more information.#include $(TOPDIR)/rules.mkPKG_NAME:=proto-bonding
PKG_VERSION:=2021-04-09
PKG_RELEASE:=3PKG_LICENSE:=GPL-2.0
PKG_LICENSE_FILES:=PKG_MAINTAINER:=HelgeMader<ma@dev.tdt.de>
include $(INCLUDE_DIR)/package.mkdefine Package/proto-bondingSECTION:=net
CATEGORY:=Network
TITLE:=LinkAggregation(ChannelBonding)protohandler
DEPENDS:=+kmod-bonding
PKGARCH:=all
endefdefine Package/proto-bonding/descriptionThispackagecontainsthechannelbondingprotohandlerfornetifd
endefdefine Build/Compileendefdefine Package/proto-bonding/install$(INSTALL_DIR)$(1)/lib/netifd/proto/
$(INSTALL_BIN)./files/lib/netifd/proto/bonding.sh\$(1)/lib/netifd/proto/
endef$(eval$(callBuildPackage,proto-bonding))