Skip to content

Commit ab7e047

Browse files
committed
Rename NetBox _defconfigs to match Westermo WeOS platform names
Add platform translation table after request from our beta tester, @anleko. Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
1 parent 39510d0 commit ab7e047

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,20 @@ its core. Proprietary applications may use NetBox as NetBox use Buildroot,
1515
see the [App-Demo][] project for an example of this.
1616

1717

18+
Platforms
19+
---------
20+
21+
The NetBox project follows the Westermo product platform naming. This to
22+
be able to easily match what container image works on a Westermo device:
23+
24+
| Architecture | Platform Code Name |
25+
|--------------|--------------------|
26+
| powerpc | Coronet |
27+
| x86_64 | Dagger |
28+
| arm | Envoy |
29+
| aarch64 | Zero |
30+
31+
1832
Building
1933
--------
2034

@@ -31,10 +45,10 @@ git submodule update --init
3145

3246
Second, select your target `_defconfig`, see the `configs/` directory,
3347
or use `make list-defconfigs` to see all Buildroot and NetBox configs
34-
available. We select the x86-64 NetBox defconfig:
48+
available. We select the Zero (x86-64) NetBox defconfig:
3549

3650
```
37-
make netbox_x86_64_defconfig
51+
make netbox_zero_defconfig
3852
```
3953

4054
Third, type make and fetch a cup of coffee because the first time you

0 commit comments

Comments
 (0)