diff options
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index 5660d3eaa9..a1abfa047d 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -440,6 +440,9 @@ ar71xx_board_detect() { *"AP90Q") name="ap90q" ;; + *"Archer C25 v1") + name="archer-c25-v1" + ;; *"Archer C5") name="archer-c5" ;; |