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

45 lines
1.3 KiB
Makefile

#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 +ext-rooter-basic +pingtest +ext-logo \
+luci-app-mwan3 +luci-app-dnsmasq-ipset \
+luci-app-ddns +ddns-scripts \
+luci-app-rootervpn +ext-wireguard \
+bwmon +464xlat +webconsole \
+ext-theme +luci-theme-argon +luci-theme-argondark \
+luci-theme-tomato +ext-login \
+ca-bundle +ca-certificates +libustream-wolfssl \
+luci-app-ksmbd +usb-storage \
+ext-p910nd +luci-app-sqm +kmod-sched-cake +luci-app-nft-qos \
+ext-command +ext-speedtest +luci-app-guestwifi \
+openvpn-easy-rsa +openvpn-openssl \
+ext-extra +luci-app-hotspot +luci-app-wol \
+usbmuxd +libusbmuxd-utils +libimobiledevice-utils +kmod-usb-net-ipheth \
+qlog +luci-ssl +usbutils +openssl-util +irqbalance +ext-splashconfig \
+nano +picocom +wpad-openssl +wget +qfirehose +luci-app-vpnbypass +ext-simplegps
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
$(eval $(call BuildPackage,ext-rooter16))