blob: d7acf29142b69153f99538ee30d5ddd62da48222 (
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
25
26
27
28
29
|
require nylon-image-base.bb
export IMAGE_BASENAME = "nylon-standard"
NYLON_STANDARD = "\
bridge-utils \
dnsmasq \
hostap-utils \
hostap-daemon \
linux-hotplug \
ifplugd iproute2 iptables \
madwifi-modules \
nylon-scripts \
olsrd \
ppp pciutils \
rp-pppoe \
shorewall \
tcpdump \
usbutils \
wireless-tools \
wpa-supplicant \
yamonenv"
DEPENDS += "hostap-modules ntp \
${NYLON_STANDARD}"
RDEPENDS += "hostap-modules-pci ntpdate \
${NYLON_STANDARD}"
LICENSE = MIT
|