ath79: split DEVICE_TITLE in multiple variables
This allows the definition of DEVICE_VENDOR, DEVICE_MODEL and
DEVICE_VARIANT. All three are merged together to look the same as the
current DEVICE_TITLE. Also, if DEVICE_TITLE is set it's directly used as
a *fallback* for devices which weren't upgraded yet.
This is based on the work of @sudhanshu16.
The motivation is to create JSON files based on provided metadata,
needing clear differentiation between vendor, model and revision.
Signed-off-by:
Paul Spooren <mail@aparcar.org>
Showing
- include/image.mk 6 additions, 2 deletionsinclude/image.mk
- target/linux/ath79/image/common-tp-link.mk 1 addition, 0 deletionstarget/linux/ath79/image/common-tp-link.mk
- target/linux/ath79/image/generic-tp-link.mk 64 additions, 32 deletionstarget/linux/ath79/image/generic-tp-link.mk
- target/linux/ath79/image/generic-ubnt.mk 23 additions, 19 deletionstarget/linux/ath79/image/generic-ubnt.mk
- target/linux/ath79/image/generic.mk 135 additions, 63 deletionstarget/linux/ath79/image/generic.mk
- target/linux/ath79/image/nand.mk 2 additions, 1 deletiontarget/linux/ath79/image/nand.mk
- target/linux/ath79/image/tiny-netgear.mk 5 additions, 2 deletionstarget/linux/ath79/image/tiny-netgear.mk
- target/linux/ath79/image/tiny-tp-link.mk 40 additions, 21 deletionstarget/linux/ath79/image/tiny-tp-link.mk
- target/linux/ath79/image/tiny.mk 4 additions, 2 deletionstarget/linux/ath79/image/tiny.mk
Loading
Please register or sign in to comment