diff options
| author | Jens Zettelmeyer <zettelmeyerj@gmail.com> | 2015-02-09 20:22:18 +0000 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-02-09 22:45:58 +0100 |
| commit | 20fcdcb34bfb7e03db1254bc8489c0e20ab31dab (patch) | |
| tree | 7955717800368d53d77b1ef5da49a8e54b8bd0d0 /package/batctl/Config.in | |
| parent | d09ad2620dac14bff88cba460d0487dcdfb0d3e0 (diff) | |
| download | buildroot-20fcdcb34bfb7e03db1254bc8489c0e20ab31dab.tar.gz buildroot-20fcdcb34bfb7e03db1254bc8489c0e20ab31dab.zip | |
batctl: new package
[Thomas:
- remove trailing whitespace
- remove "# libnl" comment in Config.in
- remove BATCTL_SOURCE, which is not needed, since the default value
is used
- pass $(TARGET_CONFIGURE_OPTS) in the make environment, not as a
make option, otherwise the CFLAGS += lines of batctl Makefile do
not have any effect, and lead to not have the proper include path
to the libnl header files.]
Signed-off-by: Jens Zettelmeyer <zettelmeyerj@goooglemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/batctl/Config.in')
| -rw-r--r-- | package/batctl/Config.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/batctl/Config.in b/package/batctl/Config.in new file mode 100644 index 0000000000..a60f4f6add --- /dev/null +++ b/package/batctl/Config.in @@ -0,0 +1,12 @@ +config BR2_PACKAGE_BATCTL + bool "batctl" + depends on BR2_INET_IPV6 + depends on BR2_TOOLCHAIN_HAS_THREADS # libnl + select BR2_PACKAGE_LIBNL + help + Batctl is the configuration and debugging tool for batman-adv. + + http://www.open-mesh.org/projects/batman-adv/wiki/Using-batctl + +comment "batctl needs a toolchain w/ IPv6, threads" + depends on !BR2_INET_IPV6 || !BR2_TOOLCHAIN_HAS_THREADS |

