forked from openwrt/openwrt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: add a config option for enabling a testing version of the targ…
…et kernel If the target supports a newer kernel version that is not used by default yet, it can be enabled with this option Signed-off-by: Felix Fietkau <[email protected]>
- Loading branch information
Showing
20 changed files
with
50 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,7 @@ MAINTAINER:=Chris Blake <[email protected]>, \ | |
SUBTARGETS:=nand sata | ||
|
||
KERNEL_PATCHVER:=4.14 | ||
KERNEL_TESTING_PATCHVER := 4.19 | ||
|
||
define Target/Description | ||
Build images for AppliedMicro APM821xx based boards. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,7 @@ MAINTAINER:=Hauke Mehrtens <[email protected]> | |
CPU_TYPE:=cortex-a9 | ||
|
||
KERNEL_PATCHVER:=4.14 | ||
KERNEL_TESTING_PATCHVER := 4.19 | ||
|
||
define Target/Description | ||
Build firmware images for Broadcom based BCM47xx/53xx routers with ARM CPU, *not* MIPS. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,7 @@ SUBTARGETS:=generic mips74k legacy | |
MAINTAINER:=Hauke Mehrtens <[email protected]> | ||
|
||
KERNEL_PATCHVER:=4.14 | ||
KERNEL_TESTING_PATCHVER := 4.19 | ||
|
||
define Target/Description | ||
Build firmware images for Broadcom based BCM47xx/53xx routers with MIPS CPU, *not* ARM. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,7 @@ CPU_SUBTYPE:=vfp | |
MAINTAINER:=Felix Fietkau <[email protected]>, \ | ||
Koen Vandeputte <[email protected]> | ||
KERNEL_PATCHVER:=4.14 | ||
KERNEL_TESTING_PATCHVER := 4.19 | ||
|
||
define Target/Description | ||
Build images for Cavium Networks Econa CNS3xxx based boards, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,7 @@ CPU_TYPE:=fa526 | |
MAINTAINER:=Roman Yeryomin <[email protected]> | ||
|
||
KERNEL_PATCHVER:=4.14 | ||
KERNEL_TESTING_PATCHVER := 4.19 | ||
|
||
define Target/Description | ||
Build firmware images for the StorLink/Cortina Gemini CS351x ARM FA526 CPU | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,7 @@ CPU_SUBTYPE:=neon | |
MAINTAINER:=Luka Perkov <[email protected]> | ||
|
||
KERNEL_PATCHVER:=4.14 | ||
KERNEL_TESTING_PATCHVER := 4.19 | ||
|
||
include $(INCLUDE_DIR)/target.mk | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ MAINTAINER:=John Crispin <[email protected]> | |
|
||
# TODO: drop kmod-usb-dwc3-of-simple when migrating to 4.19 | ||
KERNEL_PATCHVER:=4.14 | ||
KERNEL_TESTING_PATCHVER := 4.19 | ||
|
||
KERNELNAME:=zImage Image dtbs | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,7 @@ CPU_TYPE:=xscale | |
MAINTAINER:=Luka Perkov <[email protected]> | ||
|
||
KERNEL_PATCHVER:=4.14 | ||
KERNEL_TESTING_PATCHVER := 4.19 | ||
|
||
include $(INCLUDE_DIR)/target.mk | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,7 @@ MAINTAINER:=Imre Kaloz <[email protected]> | |
SUBTARGETS:=generic p1020 p2020 | ||
|
||
KERNEL_PATCHVER:=4.14 | ||
KERNEL_TESTING_PATCHVER := 4.19 | ||
|
||
KERNELNAME:=zImage | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,7 @@ CPU_TYPE:=octeonplus | |
MAINTAINER:=John Crispin <[email protected]> | ||
|
||
KERNEL_PATCHVER:=4.14 | ||
KERNEL_TESTING_PATCHVER := 4.19 | ||
|
||
define Target/Description | ||
Build firmware images for Cavium Networks Octeon-based boards. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,7 @@ SUBTARGETS:=cortexa8 cortexa7 cortexa53 | |
MAINTAINER:=Zoltan HERPAI <[email protected]> | ||
|
||
KERNEL_PATCHVER:=4.14 | ||
KERNEL_TESTING_PATCHVER := 4.19 | ||
KERNELNAME:=zImage dtbs | ||
|
||
# A10: Cortex-A8 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,7 @@ CPU_SUBTYPE := vfpv3 | |
MAINTAINER := Tomasz Maciej Nowak <[email protected]> | ||
|
||
KERNEL_PATCHVER := 4.14 | ||
KERNEL_TESTING_PATCHVER := 4.19 | ||
|
||
include $(INCLUDE_DIR)/target.mk | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,7 @@ SUBTARGETS:=generic legacy geode 64 | |
MAINTAINER:=Felix Fietkau <[email protected]> | ||
|
||
KERNEL_PATCHVER:=4.14 | ||
KERNEL_TESTING_PATCHVER:=4.19 | ||
|
||
KERNELNAME:=bzImage | ||
|
||
|