#Owned by DairyMan@Whirlpool
#
#Copyright GNU act.
include $(TOPDIR)/rules.mk

PKG_NAME:=q951
PKG_VERSION:=1.000
PKG_RELEASE:=1

PKG_MAINTAINER:=Created by DM/makefile by Cobia@whirlpool
include $(INCLUDE_DIR)/package.mk

define Package/q951
  SECTION:=utils
  CATEGORY:=ROOter
  SUBMENU:=Router Specific
  DEPENDS:=+kmod-ath10k +kmod-ath9k \
	 +ath10k-firmware-qca988x +ath10k-firmware-qca9984 +ath10k-firmware-qca99x0
  TITLE:=Install scripts for Dual-Q Q951
  PKGARCH:=all
endef

define Package/q951/description
  Helper scripts to install scripts for Dual-Q Q951
endef


define Build/Compile
endef

define Package/q951/install
	$(CP) ./files/* $(1)/
endef

$(eval $(call BuildPackage,q951))
