# Copyright (C) 2006-2013 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # menu "Hardward Version" comment "Choise the board hardware version" choice prompt "Hardware Version" default BOARD_HARDWARE_VERSION_DVT help Select hardware version. config BOARD_HARDWARE_VERSION_DVT bool "Build for DVT board" help This will set hardware version to DVT. config BOARD_HARDWARE_VERSION_EVT bool "Build for EVT board" help This will set hardware version to EVT. config BOARD_HARDWARE_VERSION_R311_PV1 bool "Build for R311 PV1 board" help This will set hardware version to r311 pv1. config BOARD_HARDWARE_VERSION_R311_PV1_CES bool "Build for R311 PV1 CES board" help This will set hardware version to r311 pv2. config BOARD_HARDWARE_VERSION_R311_PV2 bool "Build for R311 PV2 board" help This will set hardware version to r311 pv2. config BOARD_HARDWARE_VERSION_R311_C1_EVB bool "Build for R311 C1 EVB board" help This will set hardware version to r311 c1 evb. endchoice endmenu