From ab919e47c01ea98ca1a40f129917e6a069496b35 Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Wed, 11 Oct 2017 22:09:35 +0800 Subject: [PATCH] add pptpd and openvpn to default profile --- include/target.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/target.mk b/include/target.mk index 932d16c30..faf4dee13 100644 --- a/include/target.mk +++ b/include/target.mk @@ -16,7 +16,8 @@ DEVICE_TYPE?=router DEFAULT_PACKAGES:=base-files libc libgcc busybox dropbear mtd uci opkg netifd fstools uclient-fetch logd \ iptables-mod-nat-extra kmod-nf-nathelper kmod-nf-nathelper-extra kmod-macvlan block-mount \ default-settings ipset-lists luci luci-app-ddns luci-app-sqm luci-app-upnp luci-app-adbyby-plus luci-app-autoreboot \ -luci-app-filetransfer luci-app-shadowsocksr-pro luci-app-usb-printer luci-app-vsftpd luci-app-sfe +luci-app-filetransfer luci-app-shadowsocksr-pro luci-app-usb-printer luci-app-vsftpd luci-app-sfe \ +luci-app-pptp-server luci-app-openvpn-server # For nas targets DEFAULT_PACKAGES.nas:=block-mount fdisk lsblk mdadm # For router targets