blob: 1cd085367809c2304306d4615f61e146b6b23024 (
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
|
include nylon-image-base.bb
export IMAGE_BASENAME = "nylon-standard"
NYLON_STANDARD = "\
bridge-utils \
dnsmasq \
hostap-utils \
hotplug \
ifplugd iproute2 iptables \
mobilemesh \
nylon-scripts \
olsrd \
ppp pciutils \
rp-pppoe \
shorewall \
tcpdump \
usbutils \
wireless-tools"
DEPENDS += "hostap-modules ntp \
${NYLON_STANDARD}"
RDEPENDS += "hostap-modules-pci ntpdate \
${NYLON_STANDARD}"
|