[Fix TFTP put file from dut fail issue]
[Description]
Fix TFTP put file from dut fail issue
1. tftp request packet include tsize option, some tftp server will not
accept the packet
2. align to openwrt close CONFIG_FEATURE_TFTP_BLOCKSIZE this flag
[Release-log]
diff --git a/recipes-core/busybox/busybox/rdkb.cfg b/recipes-core/busybox/busybox/rdkb.cfg
index 90a1211..d5a038d 100644
--- a/recipes-core/busybox/busybox/rdkb.cfg
+++ b/recipes-core/busybox/busybox/rdkb.cfg
@@ -6,3 +6,4 @@
CONFIG_MOUNT=n
CONFIG_FSCK=n
CONFIG_REV=y
+CONFIG_FEATURE_TFTP_BLOCKSIZE=n
\ No newline at end of file