Add iproute2 ip command (#2335)
Replace Busybox ip command with the full version from the iproute2 package. This removes ~20KiB from Busybox, but adds ~685KiB for full iproute2. The main reason is to get full ip -6 route command support to debug Thread related routing problems.
This commit is contained in:
@@ -37,6 +37,7 @@ BR2_PACKAGE_DOSFSTOOLS=y
|
||||
BR2_PACKAGE_DOSFSTOOLS_FSCK_FAT=y
|
||||
BR2_PACKAGE_E2FSPROGS=y
|
||||
BR2_PACKAGE_E2FSPROGS_E2IMAGE=y
|
||||
BR2_PACKAGE_IPROUTE2=y
|
||||
BR2_PACKAGE_LINUX_FIRMWARE=y
|
||||
BR2_PACKAGE_LINUX_FIRMWARE_RTL_87XX_BT=y
|
||||
BR2_PACKAGE_LINUX_FIRMWARE_RTL_88XX_BT=y
|
||||
|
||||
Reference in New Issue
Block a user