diff options
author | Maxim Storchak <m.storchak@gmail.com> | 2015-02-15 19:39:37 +0200 |
---|---|---|
committer | Maxim Storchak <m.storchak@gmail.com> | 2015-02-16 10:58:53 +0200 |
commit | accb5447e8bed8dd3e9511475e8c51492995453d (patch) | |
tree | aaa93579f78ec001976cd4f200378ff451cf6ce8 /net/tgt/Makefile | |
parent | 09a56338175edbcb649d96131ca8828cbcd17355 (diff) |
tgt: allow to export devices in addition to files; define reload_service as stop+start
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
Diffstat (limited to 'net/tgt/Makefile')
-rw-r--r-- | net/tgt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tgt/Makefile b/net/tgt/Makefile index 54f568f88..ef0a22f16 100644 --- a/net/tgt/Makefile +++ b/net/tgt/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tgt PKG_VERSION:=1.0.53 PKG_REV:=9764e0afd9a7115e356fc85569a780f9003c4eac -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_USE_MIPS16:=0 PKG_SOURCE_PROTO:=git |