diff options
author | John Crispin <blogic@openwrt.org> | 2016-05-02 18:50:40 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2016-06-19 19:19:03 +0200 |
commit | 96f0ff7c93b85ef0ffeb1fd1577f1a8dde680009 (patch) | |
tree | acf1474368ac796fcaf81903e06cf12423012966 /include | |
parent | 2e3c748d8a0af8cd60c53364c231a7783317451d (diff) | |
download | master-187ad058-96f0ff7c93b85ef0ffeb1fd1577f1a8dde680009.tar.gz master-187ad058-96f0ff7c93b85ef0ffeb1fd1577f1a8dde680009.tar.bz2 master-187ad058-96f0ff7c93b85ef0ffeb1fd1577f1a8dde680009.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49285 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 76fbd99423..a19edccc18 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 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 |