Fix default package set
authorRISCi_ATOM <bob@bobcall.me>
Fri, 1 Dec 2017 20:42:01 +0000 (15:42 -0500)
committerRISCi_ATOM <bob@bobcall.me>
Fri, 1 Dec 2017 20:42:01 +0000 (15:42 -0500)
include/target.mk

index 30994485e183c16d052614aa00b5046e58e5e9ae..8bb1430a198c6ad446544c30b749af0b0c8ace3c 100644 (file)
@@ -13,11 +13,11 @@ __target_inc=1
 DEVICE_TYPE?=router
 
 # Default packages - the really basic set
 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
+DEFAULT_PACKAGES:=base-files ca-bundle libmbedtls libustream-mbedtls libc libgcc busybox dropbear mtd uci opkg netifd fstools uclient-fetch logd
 # For nas targets
 DEFAULT_PACKAGES.nas:=block-mount fdisk lsblk mdadm
 # For router targets
 # For nas targets
 DEFAULT_PACKAGES.nas:=block-mount fdisk lsblk mdadm
 # For router targets
-DEFAULT_PACKAGES.router:=dnsmasq iptables ip6tables ppp ppp-mod-pppoe firewall odhcpd odhcp6c
+DEFAULT_PACKAGES.router:=dnsmasq iptables ip6tables ppp ppp-mod-pppoe ppp-mod-pppoa firewall odhcpd odhcp6c
 DEFAULT_PACKAGES.bootloader:=
 
 ifneq ($(DUMP),)
 DEFAULT_PACKAGES.bootloader:=
 
 ifneq ($(DUMP),)