aboutsummaryrefslogtreecommitdiffstats
path: root/packages/images/nylon-image-standard.bb
blob: ca5f987dfe274649469f4c79b54c6d55566471a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
require nylon-image-base.bb

export IMAGE_BASENAME = "nylon-standard"

NYLON_STANDARD = "\
	hostap-utils \
	linux-hotplug \
	ifplugd \
	olsrd \
	ppp \
	rp-pppoe \
	shorewall \
	tcpdump \
	wpa-supplicant"

DEPENDS += "hostap-modules ntp \
	${NYLON_STANDARD}"

RDEPENDS += "hostap-modules-pci ntpdate less nano elvis-tiny \
	${NYLON_STANDARD}"