[OpenWrt-Devel] [PATCH] ath79: add support of Netgear WNR3800 (Ch)

Dmitry Tunin hanipouspilot at gmail.com
Wed Aug 7 14:59:44 EDT 2019


Sent v2.

ср, 7 авг. 2019 г. в 21:48, Adrian Schmutzler <mail at adrianschmutzler.de>:
>
> > > Note that you also have to update to DEVICE_VENDOR/DEVICE_MODEL syntax ...
> > I don't quite get it. Where is this syntax?
>
> Here:
>
> > +define Device/netgear_wndr3800ch
> > +  $(Device/netgear_wndr3800)
> > +  DEVICE_TITLE := NETGEAR WNDR3800 (Ch)
> > +  NETGEAR_BOARD_ID := WNDR3800CH
> > +  SUPPORTED_DEVICES += wndr3800ch
> > +endef
> > +TARGET_DEVICES += netgear_wndr3800ch
>
> Instead of DEVICE_TITLE, use DEVICE_VENDOR/DEVICE_MODEL.
> In this particular case, DEVICE_VENDOR is already inherited from a parent definition, so you only need DEVICE_MODEL.
>
> However, having looked at this another time:
>
> Please do not inherit one device from another. Use common definitions to inherit from.
> In this particular case, it will be easiest to just copy the definitions from wndr3800 (and thus inherit from wndr3x00). I don't think it's worth creating another shared definition because of the remaining 3 duplicate lines.
>
> Best
>
> Adrian

_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


More information about the openwrt-devel mailing list