blob: fae48545ff932703b078dc1d52cfcc1d4fef0590 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
require wlan-ng-utils.inc
PR = "r2"
PV = "0.2.4+svn${SRCDATE}"
SRC_URI = "svn://svn.shaftnet.org/linux-wlan-ng;module=trunk \
file://only-the-utils.patch;patch=1 \
file://scripts-makefile-hostcc.patch;patch=1 \
file://pcmciasrc.patch;patch=1 \
file://hostldflags.patch;patch=1 \
file://wlan-ng.modutils \
file://wlan.agent \
file://usbctl \
file://resume \
file://pre-up \
file://post-down \
file://config.in"
S = "${WORKDIR}/trunk"
FILES_${PN} = "/etc /sbin"
DEFAULT_PREFERENCE = "-1"
FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/${PN}-0.2.4+svn20060823', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}/wlan-ng-utils' ], d)}"
|