blob: 6f7c75cf7deae2a305e92637d9b641254ccac5d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
require wlan-ng-utils.inc
PR = "r1"
SRCDATE = "20060823"
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"
|