Home | History | Annotate | Download | only in nsa310s
      1 # SPDX-License-Identifier: GPL-2.0+
      2 #
      3 # Copyright (C) 2015
      4 # Gerald Kerma <dreagle (a] doukki.net>
      5 # Tony Dinh <mibodhi (a] gmail.com>
      6 
      7 if TARGET_NSA310S
      8 
      9 config SYS_BOARD
     10 	default "nsa310s"
     11 
     12 config SYS_VENDOR
     13 	default "zyxel"
     14 
     15 config SYS_CONFIG_NAME
     16 	default "nsa310s"
     17 
     18 endif
     19