ar71xx-generic: set tiny class-flag for D-Link DIR-825 B1

The D-Link DIR-825 has only 6M of usable firmware space.
This commit is contained in:
David Bauer 2020-06-04 18:02:26 +02:00
parent 84525c5a5b
commit cfce3ee91e
1 changed files with 1 additions and 0 deletions

View File

@ -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
})