gluon/package/gluon-ath9k-workaround/Makefile
Daniel Ehlers 49febb43e7 gluon-ath9k-workaround: Workaround for the ath9k wifi bug.
Cron script which restarts wifi iff queues are marked stopped.
This script also outputs some debug information to nail
down the problem.
2014-07-07 22:53:52 +02:00

36 lines
643 B
Makefile

include $(TOPDIR)/rules.mk
PKG_NAME:=gluon-ath9k-workaround
PKG_VERSION:=1
PKG_RELEASE:=1
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
include $(INCLUDE_DIR)/package.mk
define Package/gluon-ath9k-workaround
SECTION:=gluon
CATEGORY:=Gluon
TITLE:=ATH9K Workaround
DEPENDS:=+gluon-cron
endef
define Package/gluon-ath9k-workaround/description
Gluon community wifi mesh firmware framework: ath9k wifi bug workaround
endef
define Build/Prepare
endef
define Build/Configure
endef
define Build/Compile
endef
define Package/gluon-ath9k-workaround/install
$(CP) ./files/* $(1)/
endef
$(eval $(call BuildPackage,gluon-ath9k-workaround))