2023-04-01 10:00:13 +08:00

36 lines
584 B
Makefile

#Owned by DairyMan@Whirlpool
#
#Copyright GNU act.
include $(TOPDIR)/rules.mk
PKG_NAME:=we826q
PKG_VERSION:=1.000
PKG_RELEASE:=1
PKG_MAINTAINER:=Created by DM/makefile by Cobia@whirlpool
include $(INCLUDE_DIR)/package.mk
define Package/we826q
SECTION:=utils
CATEGORY:=ROOter
SUBMENU:=Router Specific
TITLE:=Install scripts for WE826-Q
PKGARCH:=all
endef
define Package/we826q/description
Helper scripts to install scripts for WE826-Q
endef
define Build/Compile
endef
define Package/we826q/install
$(CP) ./files/* $(1)/
endef
$(eval $(call BuildPackage,we826q))