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

PKG_NAME:=ext-rooter16
PKG_VERSION:=1.000
PKG_RELEASE:=1

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

define Package/ext-rooter16
  SECTION:=utils
  CATEGORY:=ROOter
  DEPENDS:=+luci +luci-app-sqm +luci-app-rooterddns +luci-app-rootervpn +ext-mwansnap \
		+ext-rooter-basic  +ext-samba +ext-update \
		+ext-umount +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 16meg and larger routers
  PKGARCH:=all
endef

define Package/ext-rooter16/description
  Helper scripts to enable ROOter on 16meg and larger routers
endef


define Build/Compile
endef

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


endef

$(eval $(call BuildPackage,ext-rooter16))
