aboutsummaryrefslogtreecommitdiffstats
path: root/meta/nylon-image-standard.oe
blob: 30dfc08848ccf3ac5376c44122fdefc3c2698d29 (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.oe

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}"