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