[OpenWrt-Devel] [PATCH] ramips: add TRENDnet TEW-810DR support -corrected
Adrian Schmutzler
mail at adrianschmutzler.de
Wed Feb 26 08:07:01 EST 2020
Hi,
> --- a/target/linux/ramips/base-files/lib/ramips.sh
> +++ b/target/linux/ramips/base-files/lib/ramips.sh
> @@ -478,6 +478,9 @@ ramips_board_detect() {
> *"TEW-714TRU")
> name="tew-714tru"
> ;;
> + *"TEW-810DR")
> + name="tew-810dr"
> + ;;
> *"Timecloud")
> name="timecloud"
> ;;
This tells me that you built your patch based on an outdated OpenWrt version, as this file has been removed a few months ago.
Please base your patch on latest master an submit again.
BTW: the expected way to send "updated" patches via the list is to add a version to them; so this would have been "v2" then. You can do this automatically with the "-v" parameter:
git format-patch -v2 ...
> diff --git a/target/linux/ramips/dts/TEW-810DR.dts
> b/target/linux/ramips/dts/TEW-810DR.dts
> new file mode 100644
> index 0000000000..6be20c1dda
> --- /dev/null
> +++ b/target/linux/ramips/dts/TEW-810DR.dts
If this is a clone of another device (as you say), please create a DTSI file for the shared parts.
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