firmware-utils/mktplinkfw: add support for TL-WR703N v1
[openwrt.git] / tools / firmware-utils / src / zynos.h
index c8d3250..aaf0fc8 100644 (file)
@@ -1,5 +1,4 @@
 /*
- *  $Id$
  *
  *  Copyright (C) 2007-2008 OpenWrt.org
  *  Copyright (C) 2007-2008 Gabor Juhos <juhosg at openwrt.org>
@@ -21,6 +20,8 @@
 #define BOOTBASE_MAC_LEN       6
 #define BOOTBASE_FEAT_LEN      22
 
+#define BOOTEXT_DEF_SIZE       0x18000
+
 struct zyn_bootbase_info {
        char            vendor[BOOTBASE_NAME_LEN]; /* Vendor name */
        char            model[BOOTBASE_NAME_LEN]; /* Model name */
@@ -218,4 +219,7 @@ struct zyn_mmt_item {
 /* Atheros AR2318 based boards */
 #define ZYNOS_MODEL_NBG_318S           MID(59392)
 
+/* Atheros AR71xx based boards */
+#define ZYNOS_MODEL_NBG_460N           MID(61441)
+
 #endif /* _ZYNOS_H */
This page took 0.01969 seconds and 4 git commands to generate.