blob: 65599af776a31c53e2ad3bef6f87422f772c79b6 (
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 \
ppp pciutils \
rp-pppoe \
shorewall \
tcpdump \
usbutils \
wireless-tools \
unik-olsrd"
DEPENDS += "hostap-modules ntp \
${NYLON_STANDARD}"
RDEPENDS += "hostap-modules-pci ntpdate \
${NYLON_STANDARD}"
|