diff options
author | Andrej Vlasic <andrej.vlasic@sartura.hr> | 2017-01-15 19:30:53 +0100 |
---|---|---|
committer | Luka Perkov <luka.perkov@sartura.hr> | 2017-01-16 11:41:54 +0100 |
commit | 5c20a4fec923c33175e737e2f956cb748ed5e1d5 (patch) | |
tree | eb99faebf7861f96d7f84557132016a3b0fc053a /include/target.mk | |
parent | b5b83706be5bad055033bd3cf6d4f50e2fe2f19c (diff) | |
download | upstream-5c20a4fec923c33175e737e2f956cb748ed5e1d5.tar.gz upstream-5c20a4fec923c33175e737e2f956cb748ed5e1d5.tar.bz2 upstream-5c20a4fec923c33175e737e2f956cb748ed5e1d5.zip |
ubox: turn logd into a separate package
Currently system log is always included as a part of ubox. Add logd as a
seperate package and add it to default packages list.
Signed-off-by: Andrej Vlasic <andrej.vlasic@sartura.hr>
Signed-off-by: Luka Perkov <luka.perkov@sartura.hr>
Diffstat (limited to 'include/target.mk')
-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 a8d3b2b249..bca4af4b1b 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 +DEFAULT_PACKAGES:=base-files libc libgcc busybox dropbear mtd uci opkg netifd fstools uclient-fetch logd # For nas targets DEFAULT_PACKAGES.nas:=block-mount fdisk lsblk mdadm # For router targets |