blob: c3c98ceca4ec8733b10185cbd1487a629ccd747c (
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
|
LICENSE = MIT
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}"
|