From: Felix Fietkau Date: Fri, 22 Jan 2016 09:41:53 +0000 (+0000) Subject: build: add uclient-fetch to the default packages, in case opkg is not selected X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=7da88acbe9c372a7cf73cd449e6a6d949e50ac60;p=openwrt%2Fsvn-archive%2Farchive.git build: add uclient-fetch to the default packages, in case opkg is not selected Signed-off-by: Felix Fietkau SVN-Revision: 48450 --- diff --git a/include/target.mk b/include/target.mk index d8c0212cf8..54ee463477 100644 --- a/include/target.mk +++ b/include/target.mk @@ -12,7 +12,7 @@ __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 +DEFAULT_PACKAGES:=base-files libc libgcc busybox dropbear mtd uci opkg netifd fstools uclient-fetch # For nas targets DEFAULT_PACKAGES.nas:=block-mount fdisk lsblk mdadm # For router targets