aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2016-05-03 12:18:16 +0000
committerLuka Perkov <luka@openwrt.org>2016-06-19 19:56:13 +0200
commit8a170b96acd4e042d654138e7a7b1be2912e78bc (patch)
tree76c1df275338e69226e5fbe9c175de45c3e75983 /include
parente663db7bb1797740c4a29ac0fc96eda1b88f9e6e (diff)
downloadupstream-8a170b96acd4e042d654138e7a7b1be2912e78bc.tar.gz
upstream-8a170b96acd4e042d654138e7a7b1be2912e78bc.tar.bz2
upstream-8a170b96acd4e042d654138e7a7b1be2912e78bc.zip
CC: 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> git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@49294 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include')
-rw-r--r--include/target.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/target.mk b/include/target.mk
index bfead524e9..004167e8f6 100644
--- a/include/target.mk
+++ b/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 logd
# For nas targets
DEFAULT_PACKAGES.nas:=block-mount fdisk lsblk mdadm
# For router targets