JFFS for WNR3500Lv2
[tomato.git] / release / src-rt / wnrtool / ambitCfg-wndr4000.h
blob47e3a1815f09bd984224ccce91518f844f8f6230
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
46 #define WLAN_REGION WW_VERSION
47 #define FW_REGION WW_VERSION /* true f/w region */
49 /*formal version control*/
50 #define AMBIT_HARDWARE_VERSION "U12H18100"
51 #define AMBIT_SOFTWARE_VERSION "V1.0.0.60"
52 #define AMBIT_UI_VERSION "8.0.49"
53 #define STRING_TBL_VERSION "1.0.0.60_2.1.13.1"
55 #define AMBIT_PRODUCT_NAME "WNDR4000"
56 #define AMBIT_PRODUCT_DESCRIPTION "Netgear Wireless Router WNDR4000"
57 #define UPnP_MODEL_URL "WNDR4000.aspx"
58 #define UPnP_MODEL_DESCRIPTION "NETGEAR WNDR4000 N750 Wireless Dual Band Gigabit Router"
60 #endif /*_AMBITCFG_H*/