aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh')
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/ar71xx.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh
index a041255c90..fda135072c 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -741,6 +741,9 @@ ar71xx_board_detect() {
*"JWAP230")
name="jwap230"
;;
+ *"LAN Turtle")
+ name="lan-turtle"
+ ;;
*"Lima"*)
name="lima"
;;
@@ -865,6 +868,9 @@ ar71xx_board_detect() {
*"Oolite V1.0")
name="oolite"
;;
+ *"Packet Squirrel")
+ name="packet-squirrel"
+ ;;
*"PB42")
name="pb42"
;;
@@ -1327,6 +1333,9 @@ ar71xx_board_detect() {
*"WHR-HP-GN")
name="whr-hp-gn"
;;
+ *"WiFi Pineapple NANO")
+ name="wifi-pineapple-nano"
+ ;;
*"WLAE-AG300N")
name="wlae-ag300n"
;;