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 f912156..b2ce506 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -325,6 +325,9 @@ ar71xx_board_detect() { *"GL-CONNECT INET v1") name="gl-inet" ;; + *"EnGenius ESR1750") + name="esr1750" + ;; *JA76PF) name="ja76pf" ;; |