diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-08-05 13:06:13 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-08-23 12:19:23 +0200 |
commit | 223c124db84e25dc83afc918807b1f9970ecd104 (patch) | |
tree | 2eb9f408ae017ca8d2711c729791561783d5cf28 /include | |
parent | 798cd261ab8898152f6c8091609671118325d464 (diff) | |
download | upstream-223c124db84e25dc83afc918807b1f9970ecd104.tar.gz upstream-223c124db84e25dc83afc918807b1f9970ecd104.tar.bz2 upstream-223c124db84e25dc83afc918807b1f9970ecd104.zip |
ubox: move logd into ubox package
Preparation for further build rework
Signed-off-by: Felix Fietkau <nbd@nbd.name>
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 4b01237a4d..c9c02fa036 100644 --- a/include/target.mk +++ b/include/target.mk @@ -13,7 +13,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 uclient-fetch logd +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 |