mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-01 08:48:08 +00:00
mkzynfw: fix NBG-318S definitions
SVN-Revision: 11095
This commit is contained in:
parent
d7f96cfa50
commit
f8b94cdc30
@ -138,7 +138,7 @@ int num_blocks = 0;
|
|||||||
AR7_FLASH_BASE, fs, AR7_CODE_START, 0x8000)
|
AR7_FLASH_BASE, fs, AR7_CODE_START, 0x8000)
|
||||||
|
|
||||||
#define ATHEROSBOARD1(n, d, m, fs) BOARD(n, d, ZYNOS_VENDOR_ID_ZYXEL, m, \
|
#define ATHEROSBOARD1(n, d, m, fs) BOARD(n, d, ZYNOS_VENDOR_ID_ZYXEL, m, \
|
||||||
ATHEROS_FLASH_BASE, fs, ATHEROS_CODE_START, 0x8000)
|
ATHEROS_FLASH_BASE, fs, ATHEROS_CODE_START, 0x30000)
|
||||||
|
|
||||||
static struct board_info boards[] = {
|
static struct board_info boards[] = {
|
||||||
/*
|
/*
|
||||||
|
@ -216,6 +216,6 @@ struct zyn_mmt_item {
|
|||||||
#define ZYNOS_MODEL_O2SURF ZYNOS_MODEL_P_2602HWN_D7A
|
#define ZYNOS_MODEL_O2SURF ZYNOS_MODEL_P_2602HWN_D7A
|
||||||
|
|
||||||
/* Atheros AR2318 based boards */
|
/* Atheros AR2318 based boards */
|
||||||
#define ZYNOS_MODEL_NBG_318S MID( 232)
|
#define ZYNOS_MODEL_NBG_318S MID(59392)
|
||||||
|
|
||||||
#endif /* _ZYNOS_H */
|
#endif /* _ZYNOS_H */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user