summaryrefslogtreecommitdiff
path: root/packages/images/nylon-image-standard.bb
blob: 29e29cd1ebeeb06906f4de6b134f550e7ea71700 (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
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 nano elvis-tiny \
	${NYLON_STANDARD}"