2023-04-11 21:15:01 +08:00

34 lines
594 B
Makefile

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