diff options
author | Paul Spooren <mail@aparcar.org> | 2019-08-21 14:59:24 -1000 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2019-08-22 21:15:28 +0200 |
commit | 853e4dd3062df7cb5704b15d6af6730e3194b571 (patch) | |
tree | 0b372c6fa23de3417159adf4cd7f92612b6f9600 /target/linux/ipq40xx/Makefile | |
parent | ccf3bac6f3f90f9281d6ec2569265b24e13435fa (diff) | |
download | upstream-853e4dd3062df7cb5704b15d6af6730e3194b571.tar.gz upstream-853e4dd3062df7cb5704b15d6af6730e3194b571.tar.bz2 upstream-853e4dd3062df7cb5704b15d6af6730e3194b571.zip |
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>
Diffstat (limited to 'target/linux/ipq40xx/Makefile')
-rw-r--r-- | target/linux/ipq40xx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ipq40xx/Makefile b/target/linux/ipq40xx/Makefile index 9b78d1f1bf..9e26b277fa 100644 --- a/target/linux/ipq40xx/Makefile +++ b/target/linux/ipq40xx/Makefile @@ -7,6 +7,7 @@ FEATURES:=squashfs fpu ramdisk nand CPU_TYPE:=cortex-a7 CPU_SUBTYPE:=neon-vfpv4 MAINTAINER:=John Crispin <john@phrozen.org> +SUBTARGETS:=generic KERNEL_PATCHVER:=4.19 |