blob: dc3deca530d268be4fa0c42db5213e577efea1b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
if TARGET_VOVPN_GW
config SYS_BOARD
string
default "vovpn-gw"
config SYS_VENDOR
string
default "funkwerk"
config SYS_CONFIG_NAME
string
default "VoVPN-GW"
endif
|