Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CLS DS4101 platform #988

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions builds/any/rootfs/buster/common/all-base-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,4 @@
- htop
- tree
- memtester
- ipmitool

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please make this a separate commit.

Original file line number Diff line number Diff line change
Expand Up @@ -650,3 +650,7 @@ class OnlPlatformPortConfig_40x100_13x400_2x10(object):
class OnlPlatformPortConfig_64x800_2x25(object):
PORT_COUNT=66
PORT_CONFIG="64x800 + 2x25"

class OnlPlatformPortConfig_32x800_2x10(object):
PORT_COUNT=34
PORT_CONFIG="32x800 + 2x10"
Loading