aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2016-01-22 09:41:53 +0000
committerFelix Fietkau <nbd@openwrt.org>2016-01-22 09:41:53 +0000
commit87ad4e0eb8c38a93dfc1c9d8d16c50500960b1c0 (patch)
tree16a6c81ca2fa8d6e4bfe73b40875eb9d25c52a9f /include
parentf38b6bf1574bc7bbbc4512795bc81623eb542862 (diff)
downloadmaster-187ad058-87ad4e0eb8c38a93dfc1c9d8d16c50500960b1c0.tar.gz
master-187ad058-87ad4e0eb8c38a93dfc1c9d8d16c50500960b1c0.tar.bz2
master-187ad058-87ad4e0eb8c38a93dfc1c9d8d16c50500960b1c0.zip
build: add uclient-fetch to the default packages, in case opkg is not selected
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48450 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include')
-rw-r--r--include/target.mk2
1 files changed, 1 insertions, 1 deletions
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