summaryrefslogtreecommitdiff
path: root/meta/nylon-image-standard.bb
blob: 4c69edbed8c9cb361c80b485dfd4ff2e196b8f1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
include nylon-image-base.bb

export IMAGE_BASENAME = "nylon-standard"
 
NYLON_STANDARD = "\
	bridge-utils \
	dnsmasq \
	hostap-utils \
	ifplugd iproute2 iptables \
	mobilemesh \
	nylon-scripts \
	ppp rp-pppoe \
	shorewall \
	tcpdump \
	wireless-tools \
	unik-olsrd"

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