summaryrefslogtreecommitdiffstats
path: root/include/target.mk
diff options
context:
space:
mode:
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2016-05-02 18:50:40 +0000
committerJo-Philipp Wich <jo@mein.io>2016-05-10 10:43:12 +0200
commitcbdfae5c04e90c05dcb247ea5e3d3c49670f3a84 (patch)
tree6743432e6d16c0d056a5ebf98314ac80c7335314 /include/target.mk
parentd4de9f72f31c4716f78fea8950261a3bdafdbccb (diff)
downloadmaster-31e0f0ae-cbdfae5c04e90c05dcb247ea5e3d3c49670f3a84.tar.gz
master-31e0f0ae-cbdfae5c04e90c05dcb247ea5e3d3c49670f3a84.tar.bz2
master-31e0f0ae-cbdfae5c04e90c05dcb247ea5e3d3c49670f3a84.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> SVN-Revision: 49285
Diffstat (limited to 'include/target.mk')
-rw-r--r--include/target.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/target.mk b/include/target.mk
index 58a2250394..851ce3e4a2 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