37 lines
681 B
Makefile
37 lines
681 B
Makefile
#Owned by DairyMan@Whirlpool
|
|
#
|
|
#Copyright GNU act.
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=ext-rooter8-vpn
|
|
PKG_VERSION:=1.000
|
|
PKG_RELEASE:=1
|
|
|
|
PKG_MAINTAINER:=Created by DM/makefile by Cobia@whirlpool
|
|
include $(INCLUDE_DIR)/package.mk
|
|
|
|
define Package/ext-rooter8-vpn
|
|
SECTION:=utils
|
|
CATEGORY:=ROOter
|
|
DEPENDS:=+luci +ext-rooter4 +bwmon \
|
|
+luci-app-rootervpn +ext-wireguard
|
|
TITLE:=basic ROOter support for 8meg routers
|
|
PKGARCH:=all
|
|
endef
|
|
|
|
define Package/ext-rooter8-vpn/description
|
|
basic ROOter support for 8meg routers
|
|
endef
|
|
|
|
|
|
define Build/Compile
|
|
endef
|
|
|
|
define Package/ext-rooter8-vpn/install
|
|
$(CP) ./files/* $(1)/
|
|
|
|
|
|
endef
|
|
|
|
$(eval $(call BuildPackage,ext-rooter8-vpn))
|