-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathMakefile
39 lines (29 loc) · 950 Bytes
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#Owned by DairyMan@Whirlpool
#
#Copyright GNU act.
include $(TOPDIR)/rules.mk
PKG_NAME:=ext-rooter8
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
SECTION:=utils
CATEGORY:=ROOter
DEPENDS:=+luci +luci-app-sqm +luci-app-rooterddns +luci-app-rootervpn +luci-app-mwan3 \
+ext-rooter-basic +ext-p910nd +ext-samba \
+ext-umount +ext-command +luci-theme-darkmatter +kmod-sched-cake \
+openvpn-easy-rsa +openvpn-openssl +wget +ext-extra \
+nano +picocom +bwmon +luci-app-hotspot +luci-app-wol +luci-app-dnsmasq-ipset
TITLE:=ROOter support for 8meg and larger routers
PKGARCH:=all
endef
define Package/ext-rooter8/description
Helper scripts to enable ROOter on 8meg and larger routers
endef
define Build/Compile
endef
define Package/ext-rooter8/install
$(CP) ./files/* $(1)/
endef
$(eval $(call BuildPackage,ext-rooter8))