diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-08-07 14:47:31 +0200 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-08-07 14:51:20 +0200 |
commit | 1634461bd208f4bd108ea5c3d3f1cf9eb56d4a7e (patch) | |
tree | 5affe8fa1506c6fd077764cf6c15604f87a4cc68 /target/linux/ramips/rt288x/target.mk | |
parent | f74edb3e95a5bd3da8f0eed9099d1dd926126b17 (diff) | |
download | upstream-1634461bd208f4bd108ea5c3d3f1cf9eb56d4a7e.tar.gz upstream-1634461bd208f4bd108ea5c3d3f1cf9eb56d4a7e.tar.bz2 upstream-1634461bd208f4bd108ea5c3d3f1cf9eb56d4a7e.zip |
ramips: switch rt288x subtarget to kernel 5.4
The sbutarget has testing support for kernel 5.4 for quite a while
and builds fine, however, only one devices there is > 4 MiB.
Since it's unlikely to get a Tested-by for that device, and the other
ralink subtargets appear to be working with 5.4 so far, let's set
this target to 5.4 by default as well.
That way, even if the device happens to break, we'll still have at
least usable SDK and IB for people to use.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ramips/rt288x/target.mk')
-rw-r--r-- | target/linux/ramips/rt288x/target.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/ramips/rt288x/target.mk b/target/linux/ramips/rt288x/target.mk index 917f150f24..57b0ee2251 100644 --- a/target/linux/ramips/rt288x/target.mk +++ b/target/linux/ramips/rt288x/target.mk @@ -9,8 +9,6 @@ CPU_TYPE:=24kc DEFAULT_PACKAGES += kmod-rt2800-soc wpad-mini swconfig -KERNEL_PATCHVER:=4.14 - define Target/Description Build firmware images for Ralink RT288x based boards. endef |