# SPDX-License-Identifier: GPL-3.0-only
#
# Copyright (C) 2019 Santiago Piccinini <spiccinini@altermundi.net>
include ../../libremesh.mk
define Package/$(PKG_NAME)
SECTION:=utils
CATEGORY:=Utilities
TITLE:=$(PKG_NAME) provides workarounds for radio bugs
MAINTAINER:=Santiago Piccinini <spiccinini@altermundi.net>
DEPENDS:=+lua +lime-system +luci-lib-nixio
PKGARCH:=all
endef
define Package/$(PKG_NAME)/description
This $(PKG_NAME) is a collection of workarounds to radio and/or
radio driver bugs.
endef
$(eval $(call BuildPackage,$(PKG_NAME)))