mbox series

[OpenWrt-Devel,v2,0/3] treewide: tidy up use of DEVICE_TYPE

Message ID 20200530092816.1610-1-freifunk@adrianschmutzler.de
Headers show
Series treewide: tidy up use of DEVICE_TYPE | expand

Message

Adrian Schmutzler May 30, 2020, 9:28 a.m. UTC
For this second patchset, I have focussed on the patches that "fix"
actual problems, and thus dropped the former 3/3 which is a conceptual
change needing further discussion/improvements.

The remainder should be fine to be merged relatively quickly.

While patches 1 and 2 are effectively unchanged, I've added Christian's
suggestion as a new third patch.

Adrian Schmutzler (3):
  treewide: drop DEVICE_TYPE when used as device variable
  treewide: provide consistent basic DEVICE_TYPE
  apm821xx: set DEVICE_TYPE to "nas" for sata subtarget

 include/target.mk                    | 3 ++-
 target/linux/apm821xx/image/Makefile | 1 -
 target/linux/apm821xx/sata/target.mk | 1 +
 target/linux/arc770/Makefile         | 2 +-
 target/linux/archs38/Makefile        | 2 +-
 target/linux/gemini/image/Makefile   | 2 --
 target/linux/kirkwood/image/Makefile | 1 -
 7 files changed, 5 insertions(+), 7 deletions(-)