From cfce3ee91e17708df44331b45f7b80cb6256b458 Mon Sep 17 00:00:00 2001 From: David Bauer Date: Thu, 4 Jun 2020 18:02:26 +0200 Subject: [PATCH] ar71xx-generic: set tiny class-flag for D-Link DIR-825 B1 The D-Link DIR-825 has only 6M of usable firmware space. --- targets/ar71xx-generic | 1 + 1 file changed, 1 insertion(+) diff --git a/targets/ar71xx-generic b/targets/ar71xx-generic index a31d78b2..a4a44e52 100644 --- a/targets/ar71xx-generic +++ b/targets/ar71xx-generic @@ -100,6 +100,7 @@ device('d-link-dir-505-rev-a1', 'dir-505-a1', { device('d-link-dir-825-rev-b1', 'dir-825-b1', { profile = 'DIR825B1', factory = false, + class = 'tiny', -- Only 6M of usable Firmware space })