diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-22 09:41:53 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-22 09:41:53 +0000 |
commit | 158f5b8d7aed9309d6f3a3b900a3215e0954f98e (patch) | |
tree | 791f7775c49b08043874358220a3f47023fcb4e5 /include | |
parent | 529d527e2c0b7016a5b3707531f3ac17bbc65af5 (diff) | |
download | upstream-158f5b8d7aed9309d6f3a3b900a3215e0954f98e.tar.gz upstream-158f5b8d7aed9309d6f3a3b900a3215e0954f98e.tar.bz2 upstream-158f5b8d7aed9309d6f3a3b900a3215e0954f98e.zip |
build: add uclient-fetch to the default packages, in case opkg is not selected
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48450
Diffstat (limited to 'include')
-rw-r--r-- | include/target.mk | 2 |
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 |