tgt: unquote 'device' and 'file' to make them keywords, not literals
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
This commit is contained in:
parent
5836fe34e9
commit
4a299c8652
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
PKG_NAME:=tgt
|
PKG_NAME:=tgt
|
||||||
PKG_VERSION:=1.0.53
|
PKG_VERSION:=1.0.53
|
||||||
PKG_REV:=9764e0afd9a7115e356fc85569a780f9003c4eac
|
PKG_REV:=9764e0afd9a7115e356fc85569a780f9003c4eac
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
PKG_USE_MIPS16:=0
|
PKG_USE_MIPS16:=0
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
|
|
|
@ -14,7 +14,7 @@ logger="logger -p daemon.err -s -t $NAME"
|
||||||
|
|
||||||
validate_lun_section() {
|
validate_lun_section() {
|
||||||
uci_validate_section tgt lun $1 \
|
uci_validate_section tgt lun $1 \
|
||||||
'device:or("file", "device")' \
|
'device:or(file, device)' \
|
||||||
'type:or("disk", "cd", "pt"):disk' \
|
'type:or("disk", "cd", "pt"):disk' \
|
||||||
'bstype:or("rdwr", "aio", "sg"):rdwr' \
|
'bstype:or("rdwr", "aio", "sg"):rdwr' \
|
||||||
'sync:bool:0' \
|
'sync:bool:0' \
|
||||||
|
|
Loading…
Reference in a new issue