ipqx0xx: add Generic subtarget
authorPaul Spooren <mail@aparcar.org>
Thu, 22 Aug 2019 00:59:24 +0000 (14:59 -1000)
committerDaniel Golle <daniel@makrotopia.org>
Thu, 22 Aug 2019 19:15:28 +0000 (21:15 +0200)
commit853e4dd3062df7cb5704b15d6af6730e3194b571
tree0b372c6fa23de3417159adf4cd7f92612b6f9600
parentccf3bac6f3f90f9281d6ec2569265b24e13435fa
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>
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]