aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/batctl
AgeCommit message (Collapse)Author
2011-11-14batctl: Add version 2011.3.0 (initial recipe)Todd Kempel
* batmand is included in the current OE repository but is not being actively maintained. The batman-adv kernel module is a replacement for batmand and requires batctl for operation. Recipe has been tested and binary found fully operational using Ȧngström on gumstix board. Signed-off-by: Todd Kempel <todd.kempel@gmail.com> Correct license from GPL to GPLv2+. From `bat-hosts.c`: /* * Copyright (C) 2007-2011 B.A.T.M.A.N. contributors: * * Andreas Langer <an.langer@gmx.de>, Marek Lindner <lindner_marek@yahoo.de> * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public * License as published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA * */ Build tested with `angstrom-2010.x` and `minimal{,uclibc}` for `MACHINE = "beagleboard"`. Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>