mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 06:04:34 +00:00
13 lines
158 B
Text
13 lines
158 B
Text
|
if BOARD_NETGEAR_CG3100D
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "cg3100d"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "netgear"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "netgear_cg3100d"
|
||
|
|
||
|
endif
|