aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/image/tiny-ubnt.mk
Commit message (Collapse)AuthorAgeFilesLines
* treewide: Disable building 32M RAM devicesFelix Baumann2023-05-211-0/+7
| | | | | | | | Following deprecation notice[1] in 21.02, disable targets with 32M of RAM [1] https://openwrt.org/supported_devices/864_warning Signed-off-by: Felix Baumann <felix.bau@gmx.de>
* ath79: move ubnt-xm to tinyNick Hainke2022-06-111-0/+83
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>