diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2017-04-13 11:33:20 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-04-13 21:30:33 +0200 |
commit | 139d47e1f915fbb9826ff3db75c84c5e19d830c4 (patch) | |
tree | 2f3d4266b9abc5e099c9c98d155892fc213f745b /package/phytool/Config.in | |
parent | a81ec97cfd1d0f1d1c73ff206675a072a4ece6b5 (diff) | |
download | buildroot-139d47e1f915fbb9826ff3db75c84c5e19d830c4.tar.gz buildroot-139d47e1f915fbb9826ff3db75c84c5e19d830c4.zip |
phytool: new package
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/phytool/Config.in')
-rw-r--r-- | package/phytool/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package/phytool/Config.in b/package/phytool/Config.in new file mode 100644 index 0000000000..7dca31dda2 --- /dev/null +++ b/package/phytool/Config.in @@ -0,0 +1,6 @@ +config BR2_PACKAGE_PHYTOOL + bool "phytool" + help + Linux MDIO register access utility. + + https://github.com/wkz/phytool |