mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 14:14:32 +00:00
13 lines
167 B
Text
13 lines
167 B
Text
|
if BOARD_NETGEAR_DGND3700V2
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "dgnd3700v2"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "netgear"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "netgear_dgnd3700v2"
|
||
|
|
||
|
endif
|