From afce67a9029dbcc1eec0b011ed2daa4559455310 Mon Sep 17 00:00:00 2001 From: Yegor Yefremov Date: Wed, 27 Apr 2011 10:32:48 +0200 Subject: New package: ti-utils Add the calibrator and other useful utilities for TI wireless solution, based on wl12xx driver. See http://linuxwireless.org/en/users/Drivers/wl12xx/calibrator for further details. [Peter: add libnl Config.in dependency] Signed-off-by: Yegor Yefremov Signed-off-by: Peter Korsgaard --- package/ti-utils/Config.in | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 package/ti-utils/Config.in (limited to 'package/ti-utils/Config.in') diff --git a/package/ti-utils/Config.in b/package/ti-utils/Config.in new file mode 100644 index 000000000..02ae336dc --- /dev/null +++ b/package/ti-utils/Config.in @@ -0,0 +1,8 @@ +config BR2_PACKAGE_TI_UTILS + bool "ti-utils" + select BR2_PACKAGE_LIBNL + help + The calibrator and other useful utilities for TI wireless solution, + based on wl12xx driver. + + http://linuxwireless.org/en/users/Drivers/wl12xx/calibrator -- cgit v1.2.3