File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ menuconfig PKG_USING_PNET
22 bool "P-Net stack for Profinet device implementation"
33 select BSP_USING_ETH
44 select RT_LWIP_SNMP
5- select PNET_USING_RAMFS
65 select PKG_PENT_NETIF_NAME
76 select PKG_PNET_BOARD_CONFIG
87 select PKG_PENT_FILESYSTEM_CONFIG
@@ -41,10 +40,10 @@ if PKG_USING_PNET
4140 default n
4241 if PKG_PENT_FILESYSTEM_CONFIG
4342 config PNET_USING_RAMFS
44- string "p-net using ramfs filesystem by default, or you can turn this off and choose another way to enable the filesystem"
43+ bool "p-net using ramfs filesystem by default, or you can turn this off and choose another way to enable the filesystem"
4544 select RT_USING_DFS
4645 select RT_USING_DFS_RAMFS
47- default y
46+ default n
4847
4948 config APP_DEFAULT_FILE_DIRECTORY
5049 string "p-net app default file directory, default as '/'"
You can’t perform that action at this time.
0 commit comments