Skip to content

Commit 2eeaf61

Browse files
authored
Revert "update from azure/201911 (sonic-net#180)"
This reverts commit 906745c.
1 parent 906745c commit 2eeaf61

File tree

44 files changed

+118
-1174
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+118
-1174
lines changed

build_debian.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ sudo LANG=C chroot $FILESYSTEM_ROOT rm /tmp/docker.gpg
200200
sudo LANG=C chroot $FILESYSTEM_ROOT add-apt-repository \
201201
"deb [arch=$CONFIGURED_ARCH] https://download.docker.com/linux/debian stretch stable"
202202
sudo LANG=C chroot $FILESYSTEM_ROOT apt-get update
203-
sudo LANG=C chroot $FILESYSTEM_ROOT apt-get -y install docker-ce=${DOCKER_VERSION} docker-ce-cli=${DOCKER_VERSION}
203+
sudo LANG=C chroot $FILESYSTEM_ROOT apt-get -y install docker-ce=${DOCKER_VERSION}
204204
sudo LANG=C chroot $FILESYSTEM_ROOT apt-get -y remove software-properties-common gnupg2
205205

206206
if [ "$INSTALL_KUBERNETES" == "y" ]

device/arista/x86_64-arista_7050cx3_32s/Arista-7050CX3-32S-C32/td3-a7050cx3-32s-32x100G.config.bcm

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ port_phy_addr=0xff
3535
robust_hash_disable_egress_vlan=1
3636
robust_hash_disable_mpls=1
3737
robust_hash_disable_vlan=1
38+
sram_scan_enable=0
3839
stable_size=0x5500000
3940
tdma_timeout_usec=15000000
4041
tslam_timeout_usec=15000000

device/arista/x86_64-arista_7060px4_32/Arista-7060PX4-C64/th3-a7060px4-32-64x100G.config.bcm

+1
Original file line numberDiff line numberDiff line change
@@ -872,6 +872,7 @@ port_phy_addr_147.0=0xff
872872
robust_hash_disable_egress_vlan.0=1
873873
robust_hash_disable_mpls.0=1
874874
robust_hash_disable_vlan.0=1
875+
sram_scan_enable.0=0
875876
tdma_timeout_usec.0=15000000
876877
tslam_timeout_usec.0=15000000
877878

device/arista/x86_64-arista_7060px4_32/Arista-7060PX4-O32/th3-a7060px4-o32-32x400G.config.bcm

+1
Original file line numberDiff line numberDiff line change
@@ -744,6 +744,7 @@ port_phy_addr_143.0=0xff
744744
robust_hash_disable_egress_vlan.0=1
745745
robust_hash_disable_mpls.0=1
746746
robust_hash_disable_vlan.0=1
747+
sram_scan_enable.0=0
747748
tdma_timeout_usec.0=15000000
748749
tslam_timeout_usec.0=15000000
749750

Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
2-
"skip_fancontrol": true,
32
"skip_ledd": true,
43
"skip_xcvrd": false,
54
"skip_psud": false,
6-
"skip_syseepromd": false
5+
"skip_syseepromd": false
76
}
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
2-
"skip_fancontrol": true,
32
"skip_ledd": true,
43
"skip_xcvrd": false,
54
"skip_psud": false,
6-
"skip_syseepromd": false
5+
"skip_syseepromd": false
76
}

device/dell/x86_64-dell_s6000_s1220-r0/sensors.conf

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
# tmp75-i2c-11-4e is an ambient temperature sensor.
88

99
chip "tmp75-*"
10-
set temp1_max 80
11-
set temp1_max_hyst 70
10+
set temp1_max 50
11+
set temp1_max_hyst 25
1212

1313
# emc1403-i2c-10-4d has following temperature sensors:
1414
# temp1: CPU0 external Temp Sensor
@@ -32,5 +32,5 @@ chip "jc42-*"
3232
set temp1_crit 85
3333

3434
chip "dni_dps460-*"
35-
set temp1_max 80
36-
set temp2_max 80
35+
set temp1_max 50
36+
set temp2_max 50

device/dell/x86_64-dellemc_s5232f_c3538-r0/DellEMC-S5232f-C8D48/buffers.json.j2

-2
This file was deleted.

device/dell/x86_64-dellemc_s5232f_c3538-r0/DellEMC-S5232f-C8D48/buffers_defaults_t0.j2

-37
This file was deleted.

device/dell/x86_64-dellemc_s5232f_c3538-r0/DellEMC-S5232f-C8D48/buffers_defaults_t1.j2

-37
This file was deleted.
Binary file not shown.

device/dell/x86_64-dellemc_s5232f_c3538-r0/DellEMC-S5232f-C8D48/pg_profile_lookup.ini

-17
This file was deleted.

device/dell/x86_64-dellemc_s5232f_c3538-r0/DellEMC-S5232f-C8D48/port_config.ini

-59
This file was deleted.

device/dell/x86_64-dellemc_s5232f_c3538-r0/DellEMC-S5232f-C8D48/qos.json.j2

-1
This file was deleted.

device/dell/x86_64-dellemc_s5232f_c3538-r0/DellEMC-S5232f-C8D48/sai.profile

-1
This file was deleted.

device/dell/x86_64-dellemc_s5232f_c3538-r0/DellEMC-S5232f-C8D48/sai_preinit_cmd.soc

-2
This file was deleted.

0 commit comments

Comments
 (0)