Re: [OpenWrt-Devel] [PATCH] treewide: simplify inclusion of subtarget image files

2020-06-07 Thread mail
vel] [PATCH] treewide: simplify inclusion of > subtarget image files > > On 6/7/20 1:11 PM, Adrian Schmutzler wrote: > > Many target use a repetitive if-include scheme for their subtarget > > image files, though their names are consistent with the subtarget > > names. >

Re: [OpenWrt-Devel] [PATCH] treewide: simplify inclusion of subtarget image files

2020-06-07 Thread Matthias Schiffer
On 6/7/20 1:11 PM, Adrian Schmutzler wrote: > Many target use a repetitive if-include scheme for their subtarget > image files, though their names are consistent with the subtarget > names. > > This patch removes these redundant conditions and just uses the > variable for the include where the tar

[OpenWrt-Devel] [PATCH] treewide: simplify inclusion of subtarget image files

2020-06-07 Thread Adrian Schmutzler
Many target use a repetitive if-include scheme for their subtarget image files, though their names are consistent with the subtarget names. This patch removes these redundant conditions and just uses the variable for the include where the target setup allows it. For sunxi, this includes a trivial