aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Randolf <br1@subnet.at>2005-03-11 20:14:11 +0000
committerBruno Randolf <br1@subnet.at>2005-03-11 20:14:11 +0000
commit243e93c1e6d78c34ed7ee5338adf6a4b06daf13b (patch)
tree8a352e4dff8432b2ebbe15ef3e85f6cc3423753a
parent1e9628c636376b1e4622a35819a96f4bc3d06ccd (diff)
downloadopenembedded-243e93c1e6d78c34ed7ee5338adf6a4b06daf13b.tar.gz
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into null.(none):/data/mtx/closed/build/unstable/openembedded 2005/03/11 19:48:55+01:00 (none)!br1 nylon updates BKrev: 4231fc13loxiimZ6UiyKsu8zAStRWg
-rw-r--r--packages/hostap/hostap-modules_0.2.6.bb18
-rw-r--r--packages/linux/linux-mtx-1-2.4.27/21-mtx-1-watchdog.diff0
-rw-r--r--packages/linux/linux-mtx-1_2.4.27.bb3
-rw-r--r--packages/nylon/nylon-scripts_cvs.bb9
-rw-r--r--packages/nylon/nylon-statistics.bb6
5 files changed, 16 insertions, 20 deletions
diff --git a/packages/hostap/hostap-modules_0.2.6.bb b/packages/hostap/hostap-modules_0.2.6.bb
index ca7ccd6271..a72a2d1636 100644
--- a/packages/hostap/hostap-modules_0.2.6.bb
+++ b/packages/hostap/hostap-modules_0.2.6.bb
@@ -31,24 +31,6 @@ do_install() {
install -m 0644 driver/modules/hostap_cs${KERNEL_OBJECT_SUFFIX} ${D}${base_libdir}/modules/${KERNEL_VERSION}/pcmcia/
install -m 0644 driver/etc/hostap_cs.conf ${D}${sysconfdir}/pcmcia/hostap_cs.conf
cat ${WORKDIR}/hostap_cs.conf >>${D}${sysconfdir}/pcmcia/hostap_cs.conf
-
- if [ "${MACHINE}" = "mtx-1" ]; then
- install -d ${D}${sysconfdir}/modutils
- echo "hostap_pci" > ${D}${sysconfdir}/modutils/hostap
- fi
-}
-
-pkg_postinst_hostap-modules-pci() {
-#!/bin/sh
-if [ "x$D" != "x" ]; then
- exit 1
-fi
-update-modules || true
-}
-
-pkg_postrm_hostap-modules-pci() {
-#!/bin/sh
-update-modules || true
}
PACKAGES = "hostap-modules-cs hostap-modules-pci hostap-modules"
diff --git a/packages/linux/linux-mtx-1-2.4.27/21-mtx-1-watchdog.diff b/packages/linux/linux-mtx-1-2.4.27/21-mtx-1-watchdog.diff
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/linux/linux-mtx-1-2.4.27/21-mtx-1-watchdog.diff
diff --git a/packages/linux/linux-mtx-1_2.4.27.bb b/packages/linux/linux-mtx-1_2.4.27.bb
index 7381b8c016..a73bdf6c25 100644
--- a/packages/linux/linux-mtx-1_2.4.27.bb
+++ b/packages/linux/linux-mtx-1_2.4.27.bb
@@ -21,18 +21,19 @@ SRC_URI = "cvs://cvs@ftp.linux-mips.org/home/cvs;module=linux;tag=linux_2_4_27 \
file://12-openswan-2.2.0-nat-t.diff;patch=1 \
file://13-openswan-2.2.0.patch;patch=1 \
file://14-au1000-eth-link-beat.diff;patch=1 \
- file://15-au1000-pci-fixup-non-coherent-pre-ac.diff;patch=1 \
file://16-i2c.patch;patch=1 \
file://17-lmsensors.2.8.8.patch;patch=1 \
file://18-i2c-au1x00gpio.patch;patch=1 \
file://19-kernel-make-depend.diff;patch=1 \
file://20-au1x00_ethernet_tx_stats.diff;patch=1 \
+ file://21-mtx-1-watchdog.diff;patch=1 \
file://defconfig-mtx-1"
S = "${WORKDIR}/linux"
inherit kernel
+COMPATIBLE_HOST = "mipsel.*-linux"
PACKAGE_ARCH = "mtx-1"
ARCH = "mips"
KERNEL_OUTPUT = "arch/mips/zboot/images/mtx-1.flash.bin"
diff --git a/packages/nylon/nylon-scripts_cvs.bb b/packages/nylon/nylon-scripts_cvs.bb
index eb6e913e0e..c14f1c6ea4 100644
--- a/packages/nylon/nylon-scripts_cvs.bb
+++ b/packages/nylon/nylon-scripts_cvs.bb
@@ -28,10 +28,17 @@ else
update-rc.d -s dummydate start 50 S . stop 50 0 6 .
if ! grep -q flash-backup /etc/cron/crontabs/root; then
- echo "adding crontab"
+ echo "adding flash-backup crontab"
test -d /etc/cron/crontabs || mkdir -p /etc/cron/crontabs
echo "0 * * * * /etc/init.d/flash-backup backup" >> /etc/cron/crontabs/root
fi
+
+ if ! grep -q reset-wlan /etc/cron/crontabs/root; then
+ echo "adding reset-wlan crontab"
+ test -d /etc/cron/crontabs || mkdir -p /etc/cron/crontabs
+ echo "0 3 * * * /usr/sbin/reset-wlan" >> /etc/cron/crontabs/root
+ fi
+
update-rc.d -s busybox-cron defaults
fi
}
diff --git a/packages/nylon/nylon-statistics.bb b/packages/nylon/nylon-statistics.bb
index 1840f4fc53..90da9bf5b9 100644
--- a/packages/nylon/nylon-statistics.bb
+++ b/packages/nylon/nylon-statistics.bb
@@ -15,6 +15,7 @@ do_install() {
install -d ${D}${sbindir}
ln -s /var/tmp ${D}/srv/www/rrd-img
install -m 755 ${S}/*.html ${D}/srv/www/cgi-bin
+ ln -s /var/tmp/nav.inc.html ${D}/srv/www/cgi-bin
install -m 755 ${S}/collect.sh ${D}${sbindir}
}
@@ -33,6 +34,11 @@ else
echo "A:*" > /etc/httpd.conf
fi
update-rc.d -s busybox-httpd defaults
+
+ if ! grep -q "/var/lib/rrd/" /etc/nylon/backup.list; then
+ echo "adding to backup list"
+ echo "/var/lib/rrd/" >> /etc/nylon/backup.list
+ fi
fi
}