mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-27 17:18:59 +00:00
16 lines
169 B
Plaintext
16 lines
169 B
Plaintext
|
if TARGET_OX820
|
||
|
|
||
|
config SYS_CPU
|
||
|
default "arm1136"
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "nas782x"
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "ox820"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "ox820"
|
||
|
|
||
|
endif
|