diff options
Diffstat (limited to 'target/linux/ramips/base-files/lib/ramips.sh')
-rwxr-xr-x | target/linux/ramips/base-files/lib/ramips.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index 5cafd4593d..5b6808e0b3 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -97,6 +97,9 @@ ramips_board_detect() { *"DAP-1350") name="dap-1350" ;; + *"DB-WRT01") + name="db-wrt01" + ;; *"DCS-930") name="dcs-930" ;; |