From 80ae9dab69e0891f69d5ae13d0eeddd1f28f2fc0 Mon Sep 17 00:00:00 2001 From: mvoelkel Date: Thu, 16 Jun 2016 01:56:22 +0200 Subject: [PATCH] I2C tools added --- buildroot.octonet/configs/digitaldevices_octonet_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/buildroot.octonet/configs/digitaldevices_octonet_defconfig b/buildroot.octonet/configs/digitaldevices_octonet_defconfig index 9cba52e..d23c0fa 100644 --- a/buildroot.octonet/configs/digitaldevices_octonet_defconfig +++ b/buildroot.octonet/configs/digitaldevices_octonet_defconfig @@ -44,5 +44,6 @@ BR2_PACKAGE_LUASOCKET=y BR2_TARGET_ROOTFS_TAR_BZIP2=y BR2_PACKAGE_OCTONET=y BR2_PACKAGE_OCTOSERVE=y +BR2_PACKAGE_I2C_TOOLS=y BR2_PACKAGE_OCTOSCAN=y BR2_PACKAGE_LUNAJSON=y