File tree 6 files changed +848
-2
lines changed
6 files changed +848
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "skip_pcied" : true ,
2
+ "skip_pcied" : false ,
3
3
"skip_fancontrol" : true ,
4
4
"skip_thermalctld" : true ,
5
5
"skip_ledd" : true ,
Original file line number Diff line number Diff line change 1
1
{
2
- "skip_pcied" : true ,
2
+ "skip_pcied" : false ,
3
3
"skip_fancontrol" : true ,
4
4
"skip_thermalctld" : true ,
5
5
"skip_ledd" : true ,
Original file line number Diff line number Diff line change 3
3
PACKAGE_NAME := sonic-platform-modules-bfn-montara
4
4
SCRIPT_SRC := $(shell pwd) /scripts
5
5
CONFIGS_SRC := $(shell pwd) /configs
6
+ PLUGINS_DIR := $(shell pwd) /plugins
6
7
7
8
% :
8
9
dh $@
@@ -12,6 +13,8 @@ override_dh_auto_install:
12
13
cp -r $(SCRIPT_SRC ) /* debian/$(PACKAGE_NAME ) /usr/local/bin
13
14
dh_installdirs -p$(PACKAGE_NAME ) etc/network/interfaces.d/
14
15
cp -r $(CONFIGS_SRC ) /network/interfaces.d/* debian/$(PACKAGE_NAME ) /etc/network/interfaces.d/
16
+ dh_installdirs -p$(PACKAGE_NAME ) usr/share/sonic/device/x86_64-accton_wedge100bf_32x-r0/plugins
17
+ cp -r $(PLUGINS_DIR ) /* debian/$(PACKAGE_NAME ) /usr/share/sonic/device/x86_64-accton_wedge100bf_32x-r0/plugins/
15
18
16
19
override_dh_usrlocal :
17
20
You can’t perform that action at this time.
0 commit comments