diff options
author | Nick Hainke <vincent@systemli.org> | 2021-12-25 09:19:52 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-10-05 21:50:01 +0200 |
commit | 4b5bd1509195bc8f19999ebe481b59356b5c3512 (patch) | |
tree | 1b76c29f30f4068ed6a2aa26b98531ee4068d128 /target/linux/ath79/image/Makefile | |
parent | 977f6f36a0121b213f9eee4a7deb7fdf073320e4 (diff) | |
download | upstream-4b5bd1509195bc8f19999ebe481b59356b5c3512.tar.gz upstream-4b5bd1509195bc8f19999ebe481b59356b5c3512.tar.bz2 upstream-4b5bd1509195bc8f19999ebe481b59356b5c3512.zip |
ath79: move ubnt-xm to tiny
ath79 has was bumped to 5.10. With this, as with every kernel change,
the kernel has become larger. However, although the kernel gets bigger,
there are still enough flash resources. But the RAM reaches its capacity
limits. The tiny image comes with fewer kernel flags enabled and
fewer daemons.
Improves: 15aa53d7ee65 ("ath79: switch to Kernel 5.10")
Tested-by: Robert Foss <me@robertfoss.se>
Signed-off-by: Nick Hainke <vincent@systemli.org>
(cherry picked from commit f4415f7635164ec07ddc22f56df93555804b5767)
Diffstat (limited to 'target/linux/ath79/image/Makefile')
-rw-r--r-- | target/linux/ath79/image/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ath79/image/Makefile b/target/linux/ath79/image/Makefile index 32a4b2abed..712ab941e1 100644 --- a/target/linux/ath79/image/Makefile +++ b/target/linux/ath79/image/Makefile @@ -97,6 +97,7 @@ endif ifeq ($(SUBTARGET),tiny) include tiny-netgear.mk include tiny-tp-link.mk +include tiny-ubnt.mk endif $(eval $(call BuildImage)) |