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. Fixes:c9e45c2("uboot-fritz4040: update PKG_MIRROR_HASH") Fixes:bb43571("uboot-fritz4040: update to latest HEAD") Signed-off-by: Paul Spooren <mail@aparcar.org> (cherry picked from commit853e4dd306)
This commit is contained in:
parent
83f1d6b96e
commit
8944671444
@ -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
|
||||
|
||||
# TODO: drop kmod-usb-dwc3-of-simple when migrating to 4.19
|
||||
KERNEL_PATCHVER:=4.14
|
||||
|
||||
1
target/linux/ipq40xx/generic/target.mk
Normal file
1
target/linux/ipq40xx/generic/target.mk
Normal file
@ -0,0 +1 @@
|
||||
BOARDNAME:=Generic
|
||||
@ -9,6 +9,7 @@ FEATURES:=squashfs nand fpu ramdisk
|
||||
CPU_TYPE:=cortex-a15
|
||||
CPU_SUBTYPE:=neon-vfpv4
|
||||
MAINTAINER:=John Crispin <john@phrozen.org>
|
||||
SUBTARGETS:=generic
|
||||
|
||||
KERNEL_PATCHVER:=4.14
|
||||
|
||||
|
||||
1
target/linux/ipq806x/generic/target.mk
Normal file
1
target/linux/ipq806x/generic/target.mk
Normal file
@ -0,0 +1 @@
|
||||
BOARDNAME:=Generic
|
||||
Loading…
Reference in New Issue
Block a user