#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 +luci-app-sqm +luci-app-rooterddns +luci-app-rootervpn +ext-mwansnap \
		+ext-rooter-basic +ext-p910nd +ext-update \
		+ext-command +kmod-sched-cake \
		+openvpn-easy-rsa +openvpn-openssl +wget +ext-extra +wpad-mini \
		+nano +picocom +bwmon +luci-app-hotspot +luci-app-wol
  TITLE:=ROOter support for 8meg routers with OpenVPN but w/o Samba
  PKGARCH:=all
endef

define Package/ext-rooter8-vpn/description
  Helper scripts to enable ROOter on 8meg routers with OpenVPN but w/o Samba
endef


define Build/Compile
endef

define Package/ext-rooter8-vpn/install
	$(CP) ./files/* $(1)/


endef

$(eval $(call BuildPackage,ext-rooter8-vpn))
