add nylon-specific start scripts and meta packages courtesy Martin Dietze <dietze...
authorMichael Lauer <mickey@vanille-media.de>
Mon, 6 Feb 2006 18:02:04 +0000 (18:02 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 6 Feb 2006 18:02:04 +0000 (18:02 +0000)
packages/meta/nylon-image-base.bb
packages/meta/nylon-image-standard.bb
packages/nylon/nylon-scripts_cvs.bb
packages/nylon/nylon-statistics.bb
packages/nylon/simple-firewall.bb [new file with mode: 0644]

index ce6c83d..a4f6d17 100644 (file)
@@ -6,7 +6,8 @@ NYLON_BASE = "base-files base-passwd bash busybox \
        nano ncurses netbase \
        openssh sysvinit \
        timezones tinylogin"
-       
+
+DEPENDS = "virtual/kernel"
 RDEPENDS = "kernel modutils-depmod modutils-modinfo \
        ${NYLON_BASE} ${BOOTSTRAP_EXTRA_RDEPENDS}"
 
@@ -17,5 +18,5 @@ IMAGE_LINGUAS = ""
 # we dont need the kernel in the image
 ROOTFS_POSTPROCESS_COMMAND = "rm -f ${IMAGE_ROOTFS}/tmp/zImage*"
 
-inherit image_ipk
+inherit image_ipk nylon-image
 LICENSE = MIT
index 2542e16..8d10e9a 100644 (file)
@@ -6,9 +6,10 @@ NYLON_STANDARD = "\
        bridge-utils \
        dnsmasq \
        hostap-utils \
+       hostap-daemon \
        linux-hotplug \
        ifplugd iproute2 iptables \
-       mobilemesh \
+       madwifi-modules \
        nylon-scripts \
        olsrd \
        ppp pciutils \
@@ -16,7 +17,9 @@ NYLON_STANDARD = "\
        shorewall \
        tcpdump \
        usbutils \
-       wireless-tools"
+       wireless-tools \
+       wpa-supplicant \
+       yamonenv"
 
 DEPENDS += "hostap-modules ntp \
        ${NYLON_STANDARD}"
index 0f98108..b7ce512 100644 (file)
@@ -10,6 +10,7 @@ PR = "r2"
 
 SRC_URI = "http://meshcube.org/download/${PN}_${SRCDATE}.tgz"
 S = "${WORKDIR}/${PN}"
+INHIBIT_PACKAGE_STRIP = "1"
 
 do_install() {
        (cd ${S}; tar -c --exclude .svn -f - . ) | tar -C ${D} -xpf -
index 9216568..e24d9c9 100644 (file)
@@ -9,6 +9,7 @@ PR = "r1"
 
 SRC_URI = "http://meshcube.org/download/${PN}_${SRCDATE}.tgz"
 S = "${WORKDIR}/${PN}"
+INHIBIT_PACKAGE_STRIP = "1"
 
 do_install() {
        install -d ${D}/srv/www/cgi-bin
diff --git a/packages/nylon/simple-firewall.bb b/packages/nylon/simple-firewall.bb
new file mode 100644 (file)
index 0000000..5698eb7
--- /dev/null
@@ -0,0 +1,17 @@
+DESCRIPTION = "simple firewall configuratiopn script"
+SECTION = "base"
+PRIORITY = "optional"
+MAINTAINER = "Bruno Randolf <bruno.randolf@4g-systems.biz>"
+LICENSE = "GPL"
+DEPENDS = "virtual/kernel"
+SRCDATE = "20060114"
+PV = "cvs${SRCDATE}"
+
+INHIBIT_PACKAGE_STRIP = "1"
+
+SRC_URI = "http://meshcube.org/nylon/unstable/sources/${PN}_gruen.4g__${SRCDATE}.tar.gz"
+S = "${WORKDIR}/${PN}"
+
+do_install() {
+       (cd ${S}; tar -c --exclude .svn -f - . ) | tar -C ${D} -xpf -
+}