[PATCH firmware-utils] iptime-crc32: add support for AX8004BCM

Namu Kim namu at theseed.io
Wed Feb 9 06:28:16 PST 2022


>No pseudonym, please. :
that is my real name :)

>And please add a proper commit message.
okay I will add it.

>Are you also planning on adding device support for AX8004BCM?
maybe "Yes".


2022년 2월 9일 (수) 오후 9:55, Sungbo Eo <mans0n at gorani.run>님이 작성:
>
> Hi,
>
> On 2022-02-09 15:46, Kim Namu wrote:
> > Signed-off-by: Kim Namu <namu at theseed.io>
>
> No pseudonym, please. :)
> And please add a proper commit message.
>
> Are you also planning on adding device support for AX8004BCM?
>
> > ---
> >   src/iptime-crc32.c | 1 +
> >   1 file changed, 1 insertion(+)
> >
> > diff --git a/src/iptime-crc32.c b/src/iptime-crc32.c
> > index 51b0519..ef08afa 100644
> > --- a/src/iptime-crc32.c
> > +++ b/src/iptime-crc32.c
> > @@ -53,6 +53,7 @@ struct board_info {
> >
> >   struct board_info boards[] = {
> >       { .model = "ax2004m", .payload_offset = 0x38 },
> > +     { .model = "ax8004m", .payload_offset = 0x38 },
> >       { /* sentinel */ }
> >   };
> >



More information about the openwrt-devel mailing list