Skip to content

Commit

Permalink
target.mk: add libustream-openssl to supprot ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
coolsnowwolf committed Mar 29, 2022
1 parent a851394 commit 43cfb0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/target.mk
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ __target_inc=1
DEVICE_TYPE?=router

# Default packages - the really basic set
DEFAULT_PACKAGES:=base-files libc libgcc busybox dropbear mtd uci opkg netifd fstools uclient-fetch logd urandom-seed urngd
DEFAULT_PACKAGES:=base-files libc libgcc busybox dropbear mtd uci opkg netifd fstools uclient-fetch libustream-openssl logd urandom-seed urngd
# For nas targets
DEFAULT_PACKAGES.nas:=block-mount fdisk lsblk mdadm
# For router targets
DEFAULT_PACKAGES.router:=dnsmasq-full iptables ip6tables ppp ppp-mod-pppoe firewall odhcpd-ipv6only odhcp6c luci-lib-ipkg
DEFAULT_PACKAGES.router:=dnsmasq-full iptables ip6tables ppp ppp-mod-pppoe firewall odhcpd-ipv6only odhcp6c luci luci-lib-ipkg
DEFAULT_PACKAGES.bootloader:=

ifneq ($(DUMP),)
Expand Down

0 comments on commit 43cfb0f

Please sign in to comment.