ipqx0xx: add Generic subtarget
authorPaul Spooren <mail@aparcar.org>
Thu, 22 Aug 2019 00:59:24 +0000 (14:59 -1000)
committerJo-Philipp Wich <jo@mein.io>
Sun, 3 Nov 2019 21:26:07 +0000 (22:26 +0100)
commit7407e72399179a185c548c55aaa61a44af497f3f
treef2c25c165030d077233486558d5fea2a66154570
parent9b2a147cfe9129e49e36ad305765bcd65dad8726
ipqx0xx: add Generic subtarget

Both targets miss a subtarget causing an image naming style which is
different from other all othe targets, even tho it already uses
`x/generic/` as subfolder as if the subtarget would exist.

This commit adds the Generic subtarget resulting in consistent naming.

    ~/src/openwrt/openwrt/bin/targets/ipq806x/generic$ ls
    openwrt-ipq806x-generic-netgear_d7800-initramfs-uImage
    openwrt-ipq806x-generic-netgear-d7800.manifest
    openwrt-ipq806x-generic-netgear_d7800-squashfs-factory.img
    openwrt-ipq806x-generic-netgear_d7800-squashfs-sysupgrade.bin

CC: John Crispin <john@phrozen.org>
Signed-off-by: Paul Spooren <mail@aparcar.org>
(cherry picked from commit 853e4dd3062df7cb5704b15d6af6730e3194b571)
target/linux/ipq40xx/Makefile
target/linux/ipq40xx/generic/target.mk [new file with mode: 0644]
target/linux/ipq806x/Makefile
target/linux/ipq806x/generic/target.mk [new file with mode: 0644]