diff options
author | Martin Dietze <di@fh-wedel.de> | 2009-05-20 00:36:25 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-05-20 10:16:06 +0200 |
commit | cb70efeb71b3a1e5e8786d3488e4ec3a1580d45a (patch) | |
tree | 107d51ea437c6dea9543b984cdec70f3b6f34245 /recipes/images/nylon-image-standard.bb | |
parent | 24db351c88feaa1b7ef23dd20a95d2ce78fb5bd4 (diff) |
various nylon stuff: Updates to nylon-only code, needed to work with the current OE.
Diffstat (limited to 'recipes/images/nylon-image-standard.bb')
-rw-r--r-- | recipes/images/nylon-image-standard.bb | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/recipes/images/nylon-image-standard.bb b/recipes/images/nylon-image-standard.bb index 5f79402c99..9238b0f8b2 100644 --- a/recipes/images/nylon-image-standard.bb +++ b/recipes/images/nylon-image-standard.bb @@ -3,15 +3,21 @@ require nylon-image-base.bb export IMAGE_BASENAME = "nylon-standard" NYLON_STANDARD = "\ - hostap-utils \ + dash \ + dnsmasq \ + hostap-daemon hostap-utils \ linux-hotplug \ ifplugd \ + iproute2 \ + madwifi-modules \ + nylon-config \ olsrd \ ppp \ rp-pppoe \ - shorewall \ + simple-firewall \ tcpdump \ - wpa-supplicant" + wpa-supplicant \ + yamonenv" DEPENDS += "hostap-modules ntp \ ${NYLON_STANDARD}" |