blob: 1c58dea69119ca49492938a1172b08fc1a220971 (
plain)
1
2
3
4
5
6
7
8
|
DESCRIPTION = "OLSR - routing protocol for wireless network"
PRIORITY = "optional"
DEPENDS = "virtual/libc"
SRC_URI = "ftp://ftp.tcweb.org/pub/tom/olsr-${PV}.tar.gz"
inherit autotools
|