Skip to content
Snippets Groups Projects
Commit 853e4dd3 authored by Paul Spooren's avatar Paul Spooren Committed by Daniel Golle
Browse files

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: default avatarPaul Spooren <mail@aparcar.org>
parent ccf3bac6
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,7 @@ FEATURES:=squashfs fpu ramdisk nand ...@@ -7,6 +7,7 @@ FEATURES:=squashfs fpu ramdisk nand
CPU_TYPE:=cortex-a7 CPU_TYPE:=cortex-a7
CPU_SUBTYPE:=neon-vfpv4 CPU_SUBTYPE:=neon-vfpv4
MAINTAINER:=John Crispin <john@phrozen.org> MAINTAINER:=John Crispin <john@phrozen.org>
SUBTARGETS:=generic
KERNEL_PATCHVER:=4.19 KERNEL_PATCHVER:=4.19
......
BOARDNAME:=Generic
...@@ -9,6 +9,7 @@ FEATURES:=squashfs nand fpu ramdisk ...@@ -9,6 +9,7 @@ FEATURES:=squashfs nand fpu ramdisk
CPU_TYPE:=cortex-a15 CPU_TYPE:=cortex-a15
CPU_SUBTYPE:=neon-vfpv4 CPU_SUBTYPE:=neon-vfpv4
MAINTAINER:=John Crispin <john@phrozen.org> MAINTAINER:=John Crispin <john@phrozen.org>
SUBTARGETS:=generic
KERNEL_PATCHVER:=4.14 KERNEL_PATCHVER:=4.14
......
BOARDNAME:=Generic
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment