Loading CHANGES +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ compilation, and cache is stored in ~/.buildroot-ccache. Updated/fixed packages: busybox, dbus, cloop, gdk-pixbuf, hostapd, libconfig, m4, openssh, openssl, qt, usbutils, xz, hostapd, i2c-tools, libconfig, m4, openssh, openssl, qt, usbutils, xz, zlib New packages: dhrystone, lsuio, rsh-redone, whetstone Loading package/i2c-tools/i2c-tools.mk +1 −2 Original line number Diff line number Diff line Loading @@ -14,8 +14,7 @@ endef define I2C_TOOLS_INSTALL_TARGET_CMDS for i in i2cdump i2cget i2cset i2cdetect; \ do \ $(INSTALL) -m 755 $(@D)/tools/$$i $(TARGET_DIR)/usr/bin/$$i; \ $(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/bin/$$i; \ $(INSTALL) -m 755 -D $(@D)/tools/$$i $(TARGET_DIR)/usr/bin/$$i; \ done endef Loading Loading
CHANGES +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ compilation, and cache is stored in ~/.buildroot-ccache. Updated/fixed packages: busybox, dbus, cloop, gdk-pixbuf, hostapd, libconfig, m4, openssh, openssl, qt, usbutils, xz, hostapd, i2c-tools, libconfig, m4, openssh, openssl, qt, usbutils, xz, zlib New packages: dhrystone, lsuio, rsh-redone, whetstone Loading
package/i2c-tools/i2c-tools.mk +1 −2 Original line number Diff line number Diff line Loading @@ -14,8 +14,7 @@ endef define I2C_TOOLS_INSTALL_TARGET_CMDS for i in i2cdump i2cget i2cset i2cdetect; \ do \ $(INSTALL) -m 755 $(@D)/tools/$$i $(TARGET_DIR)/usr/bin/$$i; \ $(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/bin/$$i; \ $(INSTALL) -m 755 -D $(@D)/tools/$$i $(TARGET_DIR)/usr/bin/$$i; \ done endef Loading