From 4b5bd1509195bc8f19999ebe481b59356b5c3512 Mon Sep 17 00:00:00 2001 From: Nick Hainke Date: Sat, 25 Dec 2021 09:19:52 +0100 Subject: 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 Signed-off-by: Nick Hainke (cherry picked from commit f4415f7635164ec07ddc22f56df93555804b5767) --- target/linux/ath79/generic/base-files/etc/board.d/01_leds | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'target/linux/ath79/generic/base-files/etc/board.d/01_leds') diff --git a/target/linux/ath79/generic/base-files/etc/board.d/01_leds b/target/linux/ath79/generic/base-files/etc/board.d/01_leds index 12a54f3bd5..8b4c83fd2c 100644 --- a/target/linux/ath79/generic/base-files/etc/board.d/01_leds +++ b/target/linux/ath79/generic/base-files/etc/board.d/01_leds @@ -432,19 +432,11 @@ ubnt,powerbeam-5ac-gen2) ucidef_set_led_rssi "rssimediumhigh" "RSSIMEDIUMHIGH" "blue:rssi2" "wlan0" "51" "100" ucidef_set_led_rssi "rssihigh" "RSSIHIGH" "blue:rssi3" "wlan0" "76" "100" ;; -ubnt,bullet-m-ar7240|\ -ubnt,bullet-m-ar7241|\ ubnt,bullet-m-xw|\ -ubnt,nanobridge-m|\ -ubnt,nanostation-loco-m|\ ubnt,nanostation-loco-m-xw|\ -ubnt,nanostation-m|\ ubnt,nanostation-m-xw|\ -ubnt,picostation-m|\ ubnt,powerbeam-m2-xw|\ -ubnt,powerbeam-m5-xw|\ -ubnt,powerbridge-m|\ -ubnt,rocket-m) +ubnt,powerbeam-m5-xw) ucidef_set_rssimon "wlan0" "200000" "1" ucidef_set_led_rssi "rssilow" "RSSILOW" "red:link1" "wlan0" "1" "100" ucidef_set_led_rssi "rssimediumlow" "RSSIMEDIUMLOW" "orange:link2" "wlan0" "26" "100" -- cgit v1.2.3