blob: 5bc448a12602513657c9c3fa4b00935f31fae27f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
require olsrd.inc
PR = "r0"
SRC_URI="http://www.olsr.org/releases/0.5/olsrd-${PV}.tar.bz2 \
file://init \
file://olsrd.conf \
file://unbreak-makefile.patch;patch=1"
do_compile() {
oe_runmake OS=linux clean
touch .depend
touch src/cfgparser/.depend
oe_runmake OS=linux all libs
}
|