blob: f4c53feebdc00bd4974ec818f3d7de783eef5caf (
plain)
1
2
3
4
5
6
7
8
9
|
FILESEXTRAPATHS_append := ":${THISDIR}/files"
SRC_URI_append = " \
file://0001-No-arpd-please.patch \
"
# Compile also misc directory (to get ss prog)
#
EXTRA_OEMAKE_append = " SUBDIRS='lib tc ip misc'"
|