summaryrefslogtreecommitdiffstats
path: root/rules/wpan-tools.make
Commit message (Collapse)AuthorAgeFilesLines
* CREDITS: remove unmaintained fileRoland Hieber2019-07-031-2/+0
| | | | | | | | | | | | | | | This file has been touched 2 times in the last 7 years, and is no longer up to date. Remove it to carry less unmaintained stuff around. Also remove all references to it from file headers using for file in `g grep -l 'See CREDITS for details about who has'`; do sed -i '/See CREDITS for details about who has/,+1d' $file done as well as the different wording from rules/other/Toplevel.make. Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* wpan-tools: version bump 0.6 -> 0.7Michael Olbrich2017-11-011-4/+4
| | | | | | Also, add upstream patch to build with libnl >= 3.3.0. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* wpan-tools: version bump 0.5 -> 0.6Alexander Aring2016-04-271-2/+2
| | | | | Signed-off-by: Alexander Aring <aar@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* wpan-tools: version bump 0.4 -> 0.5Alexander Aring2015-09-301-2/+3
| | | | | Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* wpan-tools: version bump 0.3 -> 0.4Alexander Aring2015-01-271-2/+2
| | | | | Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* lowpan-tools: replace with wpan-toolsAlexander Aring2015-01-121-0/+57
This patch removes the actual lowpan-tools for the 802.15.4 stack and replace it with the wpan-tools. The lowpan-tools are deprecated now, see http://www.spinics.net/lists/linux-wpan/msg01132.html for more information. This patch also adds a migrate functionality to replace LOWPAN_TOOLS with WPAN_TOOLS. Signed-off-by: Alexander Aring <alex.aring@gmail.com> [mol: fix migrate] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>