diff options
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/nylon-feed.oe | 5 | ||||
| -rw-r--r-- | meta/nylon-image-base.oe | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/meta/nylon-feed.oe b/meta/nylon-feed.oe index 398bef60a9..925a0a55c4 100644 --- a/meta/nylon-feed.oe +++ b/meta/nylon-feed.oe @@ -58,6 +58,7 @@ stunnel \ sysvinit \ tcpdump \ tinc \ +timezones \ unik-olsrd \ vtun \ wireless-tools \ @@ -71,13 +72,13 @@ zlib \ # gdb-cross: install paths, sdk? # screen: sgttyb? # nocat -# ppp init scipts -# zoneinfo? timezones /etc/localtime +# ppp init script # snmp # mrtg # ipac-ng # dyndns: http://ez-ipupdate.com/ # pptp +# meshroaming # egrep -i Pattern matched against "$Section $Package-Name" export FEED_PATTERN = "^locale-|^glibc-|^net|^libs|^base" diff --git a/meta/nylon-image-base.oe b/meta/nylon-image-base.oe index 708e211d77..4f33369165 100644 --- a/meta/nylon-image-base.oe +++ b/meta/nylon-image-base.oe @@ -9,14 +9,14 @@ NYLON_COMMON = "base-files base-passwd bash busybox bridge-utils \ nano ncurses netbase nylon-scripts \ openssh openvpn ppp rp-pppoe \ shorewall sysvinit \ - tcpdump tinylogin \ + tcpdump timezones tinylogin \ wireless-tools" DEPENDS = "virtual/kernel hostap-modules ntp \ ${NYLON_COMMON} ${BOOTSTRAP_EXTRA_DEPENDS}" RDEPENDS = "kernel modutils-depmod modutils-modinfo \ - ncurses-terminfo ntpdate hostap-modules-pci \ + ntpdate hostap-modules-pci \ ${NYLON_COMMON} ${BOOTSTRAP_EXTRA_RDEPENDS}" export IPKG_INSTALL = "${RDEPENDS}" @@ -25,4 +25,5 @@ IMAGE_LINGUAS = "" inherit image_ipk -ROOTFS_POSTPROCESS_COMMAND = "rm -f ${IMAGE_ROOTFS}/tmp/zImage*"
\ No newline at end of file +# we dont need the kernel in the image +ROOTFS_POSTPROCESS_COMMAND = "rm -f ${IMAGE_ROOTFS}/tmp/zImage*" |
