diff options
Diffstat (limited to 'meta/nylon-image-standard.oe')
-rw-r--r-- | meta/nylon-image-standard.oe | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/nylon-image-standard.oe b/meta/nylon-image-standard.oe index e69de29bb2..30dfc08848 100644 --- a/meta/nylon-image-standard.oe +++ b/meta/nylon-image-standard.oe @@ -0,0 +1,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}" |