Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • nrb/dev protected
2 results

0004-ar71xx-add-naive-support-for-DIR-825.patch

Blame
  • Nico Boehr's avatar
    Nico authored
    ed441967
    History
    0004-ar71xx-add-naive-support-for-DIR-825.patch 660 B
    From 4fc4eea0c3fe122f47a0896b88f349ba41611770 Mon Sep 17 00:00:00 2001
    From: nrb <freifunk@nicoboehr.de>
    Date: Fri, 24 Sep 2021 23:21:54 +0200
    Subject: [PATCH 4/4] ar71xx: add naive support for DIR-825
    
    ---
     targets/ar71xx-generic | 4 ++++
     1 file changed, 4 insertions(+)
    
    diff --git a/targets/ar71xx-generic b/targets/ar71xx-generic
    index df7dbd97..b419a944 100644
    --- a/targets/ar71xx-generic
    +++ b/targets/ar71xx-generic
    @@ -103,6 +103,10 @@ device('d-link-dir-825-rev-b1', 'dir-825-b1', {
     	class = 'tiny', -- Only 6M of usable Firmware space
     })
     
    +device('d-link-dir-825-rev-c1', 'dir-825-c1', {
    +	profile = 'DIR825C1'
    +})
    +
     
     -- GL.iNet
     
    -- 
    2.35.1