JFFS for WNR3500Lv2
[tomato.git] / release / src-rt / wnrtool / ambitCfg-wndr4500.h
blob93bfb653eee8dbd28b7745a1be06e66d3eec95d5
1 /***************************************************************************
2 #***
3 #*** Copyright 2005 Hon Hai Precision Ind. Co. Ltd.
4 #*** All Rights Reserved.
5 #*** No portions of this material shall be reproduced in any form without the
6 #*** written permission of Hon Hai Precision Ind. Co. Ltd.
7 #***
8 #*** All information contained in this document is Hon Hai Precision Ind.
9 #*** Co. Ltd. company private, proprietary, and trade secret property and
10 #*** are protected by international intellectual property laws and treaties.
11 #***
12 #****************************************************************************
13 ***
14 *** Filename: ambitCfg.h
15 ***
16 *** Description:
17 *** This file is specific to each project. Every project should have a
18 *** different copy of this file.
19 *** Included from ambit.h which is shared by every project.
20 ***
21 *** History:
22 ***
23 *** Modify Reason Author Date Search Flag(Option)
24 *** --------------------------------------------------------------------------------------
25 *** File Creation Jasmine Yang 11/02/2005
26 *******************************************************************************/
29 #ifndef _AMBITCFG_H
30 #define _AMBITCFG_H
32 #define WW_VERSION 1 /* WW SKUs */
33 #define NA_VERSION 2 /* NA SKUs */
34 #define JP_VERSION 3
35 #define GR_VERSION 4
36 #define PR_VERSION 5
37 #define KO_VERSION 6
38 #define RU_VERSION 7
39 #define SS_VERSION 8
40 #define PT_VERSION 9
41 #define TWC_VERSION 10
42 #define BRIC_VERSION 11
43 #define SK_VERSION 12
45 #define WLAN_REGION WW_VERSION
46 #define FW_REGION WW_VERSION /* true f/w region */
48 /*formal version control*/
49 #define AMBIT_HARDWARE_VERSION "U12H189T00"
50 #define AMBIT_SOFTWARE_VERSION "V1.0.0.58"
51 #define AMBIT_UI_VERSION "1.0.13"
52 #define STRING_TBL_VERSION "1.0.0.50_2.1.15.7"
54 #define AMBIT_PRODUCT_NAME "WNDR4500"
55 #define AMBIT_PRODUCT_DESCRIPTION "Netgear Wireless Router WNDR4500"
56 #define UPnP_MODEL_URL "WNDR4500.aspx"
57 #define UPnP_MODEL_DESCRIPTION "N900"
59 #endif /*_AMBITCFG_H*/