mirror of https://github.com/OpenIPC/firmware.git
18 lines
345 B
Plaintext
18 lines
345 B
Plaintext
config BR2_OPENIPC_VENDOR
|
|
string "openipc vendor"
|
|
default "hisilicon"
|
|
|
|
config BR2_OPENIPC_MODEL
|
|
string "openipc model"
|
|
default "hi3516ev300"
|
|
|
|
config BR2_OPENIPC_FAMILY
|
|
string "openipc family"
|
|
default "hi3516ev200"
|
|
|
|
config BR2_OPENIPC_RELEASE
|
|
string "openipc release"
|
|
default "lite"
|
|
|
|
source "$BR2_EXTERNAL_GENERAL_PATH/package/Config.in"
|