diff options
author | Robert Marko <robimarko@gmail.com> | 2018-11-15 15:45:54 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-11-26 12:24:54 +0100 |
commit | d6e92b18d9ab853a34313a0f78f98b763dc9eba4 (patch) | |
tree | d773db0937a65597ace81e398fdc1997d49c2d93 /target/linux | |
parent | a44f0000779d48c061703351df58adb88419a7c3 (diff) | |
download | upstream-d6e92b18d9ab853a34313a0f78f98b763dc9eba4.tar.gz upstream-d6e92b18d9ab853a34313a0f78f98b763dc9eba4.tar.bz2 upstream-d6e92b18d9ab853a34313a0f78f98b763dc9eba4.zip |
ath79: Remove source-only flag
Remove the source-only flag from ath79, its supposed to replace ar71xx after next stable release but buildbots are not currently generating images for it.
So in order to expand testing as much as possible and prepare for moving to ath79 lets enable the buildbots to actually build the target.
Signed-off-by: Robert Marko <robimarko@gmail.com>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ath79/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/Makefile b/target/linux/ath79/Makefile index a0dc96ca09..82f6317ac6 100644 --- a/target/linux/ath79/Makefile +++ b/target/linux/ath79/Makefile @@ -6,7 +6,7 @@ BOARDNAME:=Atheros ATH79 (DTS) CPU_TYPE:=24kc SUBTARGETS:=generic nand tiny -FEATURES:=ramdisk source-only +FEATURES:=ramdisk KERNEL_PATCHVER:=4.14 |