aboutsummaryrefslogtreecommitdiff
path: root/net/tgt
Commit message (Collapse)AuthorAge
* tgt: Switch to codeloadRosen Penev2018-08-04
| | | | | | Simplifies the makefile and makes it easier to bump versions. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* tgt: update to 1.0.73Maxim Storchak2018-01-08
| | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* tgt: update to 1.0.72Maxim Storchak2017-12-09
| | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* tgt: Pass down TARGET_CPPFLAGS and TARGET_LDFLAGSFlorian Fainelli2017-06-05
| | | | | | | | Make sure we pass down TARGET_CPPFLAGS and TARGET_LDFLAGS to fix build with external toolchains that don't automatically search for headers and libraries in $(STAGING_DIR). Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* tgt: Drop dependency against KERNEL_DIRECT_IOFlorian Fainelli2017-06-05
| | | | | | | This was removed in LEDE commit 0b7ed65cec8084bb98ae0e2758b7aca6c447cd4b ("kernel: remove out of tree direct-io disable hack") Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* tgt: update to 1.0.65Maxim Storchak2016-06-13
| | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* tgt: update to 1.0.64Maxim Storchak2016-05-28
| | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* net: Fix typos (found by codespell)Stefan Weil2016-04-10
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* tgt: depend on @KERNEL_AIO and @KERNEL_DIRECT_IO instead of modifying the ↵Felix Fietkau2016-01-24
| | | | | | global kernel config Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* tgt: update to 1.0.61Maxim Storchak2015-11-08
| | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* tgt: fix musl compatibilityJo-Philipp Wich2015-06-18
| | | | | | | - Include `sys/user.h` if `__WORDSIZE` is undefined - Add `fcntl.h` to `libscc.c` in order to declare `loff_t` Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* tgt: unquote 'device' and 'file' to make them keywords, not literalsMaxim Storchak2015-02-18
| | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* tgt: allow to export devices in addition to files; define reload_service as ↵Maxim Storchak2015-02-16
| | | | | | stop+start Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* tgt: update to 1.0.53Maxim Storchak2014-12-14
| | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* libv4l/tgt/hdparm/pciutils: disable MIPS16Steven Barth2014-11-25
| | | | Signed-off-by: Steven Barth <steven@midlink.org>
* Add license info for luabitop, luaposix, rsync, tgt, wget, acl, attr, ↵Maxim Storchak2014-08-09
| | | | | | haserl, smartmontools, tmux Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* tgt: fix typo in MakefileSteven Barth2014-06-11
|
* Merge pull request #9 from mstorchak/tgt_updatesbyx2014-06-11
|\ | | | | update tgt to 1.0.48, add previously announced stuff
| * tgt: change example networkMaxim Storchak2014-06-11
| | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
| * tgt: update to 1.0.48 and add all stuff announced in the the previous commitMaxim Storchak2014-06-11
| | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | luabitop, luaposix, tgt: add missing maintainerSteven Barth2014-06-11
|/
* tgt: iSCSI target supportMaxim Storchak2014-06-11
This is a port from old packages repo with the following improvements: - allow to select multiple addresses and ports to listent to - support both address- and name-based ACLs (note: config option has been changed from "allow" to "allow_address", "allow_name") - support more optionf for LUNs - support various device types (disk, cd, sg passthrough) - bind accounts to multiple targets - use uci_validate_section in the init script - improve error reporting, use logger instead of echo - set number of IO threads to 2 by default (affects memory footprint) - configure keepalive - update to 1.0.48 Signed-off-by: Maxim Storchak <m.storchak@gmail.com>