00d73749e2
Tarballs of the releases are now again available: https://www.spinics.net/lists/linux-i2c/msg30349.html So change back to that instead of getting the source code from git. While we're at it, add a hash for the license file. [Peter: Also update Config.in homepage URL as pointed out by Baruch] Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
12 lines
370 B
Plaintext
12 lines
370 B
Plaintext
config BR2_PACKAGE_I2C_TOOLS
|
|
bool "i2c-tools"
|
|
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
|
help
|
|
Heterogeneous set of I2C tools for Linux
|
|
|
|
This package contains a heterogeneous set of I2C tools for Linux:
|
|
a bus probing tool, a chip dumper, register-level access helpers,
|
|
EEPROM decoding scripts, and more.
|
|
|
|
https://i2c.wiki.kernel.org/index.php/I2C_Tools
|