Skip to content

Commit 0d467c9

Browse files
committed
targets: add ignitenet_ss-w2-ac2600
Signed-off-by: Paul Spooren <mail@aparcar.org>
1 parent 03dcc82 commit 0d467c9

2 files changed

Lines changed: 43 additions & 0 deletions

File tree

labnet.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
devices:
2+
ignitenet_ss-w2-ac2600:
3+
name: IgniteNet SunSpot AC Wave2
4+
target: ipq806x/generic
5+
firmware: initramfs-fit-uImage.itb
6+
snapshots_only: true
7+
28
genexis_pulse-ex400:
39
name: Genexis Pulse EX400 / Inteno Pulse EX400
410
target: ramips-mt7621
@@ -127,6 +133,7 @@ labs:
127133
- glinet_gl-mt6000
128134
- rpi-4
129135
- enterasys_ws-ap3710i
136+
- ignitenet_ss-w2-ac2600
130137
developers:
131138
- aparcar
132139
- dangowrt
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
targets:
2+
main:
3+
features:
4+
- wan_port
5+
- wifi
6+
resources:
7+
RemotePlace:
8+
name: !template "$LG_PLACE"
9+
drivers:
10+
- PDUDaemonDriver: {}
11+
- TFTPProviderDriver: {}
12+
- SerialDriver:
13+
txdelay: 0.01
14+
- UBootDriver:
15+
interrupt: "\\x0"
16+
prompt: "MT7622>"
17+
init_commands:
18+
- dhcp
19+
boot_command: bootm $loadaddr#$bootconf
20+
- ShellDriver:
21+
prompt: 'root@[\w()]+:[^ ]+ '
22+
login_prompt: Please press Enter to activate this console.
23+
await_login_timeout: 15
24+
login_timeout: 120
25+
post_login_settle_time: 5
26+
username: root
27+
- UBootTFTPStrategy: {}
28+
- SSHDriver:
29+
connection_timeout: 120.0
30+
explicit_scp_mode: True
31+
32+
images:
33+
root: !template $LG_IMAGE
34+
35+
imports:
36+
- ../strategies/tftpstrategy.py

0 commit comments

Comments
 (0)