Author: nbd Date: 2016-01-22 10:41:53 +0100 (Fri, 22 Jan 2016) New Revision: 48450
Modified: trunk/include/target.mk Log: build: add uclient-fetch to the default packages, in case opkg is not selected Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/include/target.mk =================================================================== --- trunk/include/target.mk 2016-01-22 09:22:37 UTC (rev 48449) +++ trunk/include/target.mk 2016-01-22 09:41:53 UTC (rev 48450) @@ -12,7 +12,7 @@ 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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
