nano ncurses netbase \
openssh sysvinit \
timezones tinylogin"
-
+
+DEPENDS = "virtual/kernel"
RDEPENDS = "kernel modutils-depmod modutils-modinfo \
${NYLON_BASE} ${BOOTSTRAP_EXTRA_RDEPENDS}"
# 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
bridge-utils \
dnsmasq \
hostap-utils \
+ hostap-daemon \
linux-hotplug \
ifplugd iproute2 iptables \
- mobilemesh \
+ madwifi-modules \
nylon-scripts \
olsrd \
ppp pciutils \
shorewall \
tcpdump \
usbutils \
- wireless-tools"
+ wireless-tools \
+ wpa-supplicant \
+ yamonenv"
DEPENDS += "hostap-modules ntp \
${NYLON_STANDARD}"
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 -
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
--- /dev/null
+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 -
+}