Procházet zdrojové kódy

build: add uclient-fetch to the default packages, in case opkg is not selected

Signed-off-by: Felix Fietkau <[email protected]>

SVN-Revision: 48450
Felix Fietkau před 10 roky
rodič
revize
158f5b8d7a
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      include/target.mk

+ 1 - 1
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