diff options
Diffstat (limited to 'target/linux/brcm63xx/patches-3.3/501-board-NB4.patch')
-rw-r--r-- | target/linux/brcm63xx/patches-3.3/501-board-NB4.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/patches-3.3/501-board-NB4.patch b/target/linux/brcm63xx/patches-3.3/501-board-NB4.patch index 2f96f4b1e3..0f4c26a0b7 100644 --- a/target/linux/brcm63xx/patches-3.3/501-board-NB4.patch +++ b/target/linux/brcm63xx/patches-3.3/501-board-NB4.patch @@ -636,5 +636,5 @@ + } + /* check if bcm_tag is at 64k offset */ - if (strncmp(board_name, tag->boardid, BOARDID_LEN) != 0) { + if (strncmp(board_name, tag->board_id, BOARDID_LEN) != 0) { /* else try 128k */ |