From 285833b1f86f76fcd6afbabfc98d1850491ae537 Mon Sep 17 00:00:00 2001 From: Bart Van Der Meerssche Date: Thu, 24 Mar 2011 22:24:47 +0100 Subject: [PATCH] [openwrt] remove the rdate hotplug script from the build --- mote/v2/openwrt/install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mote/v2/openwrt/install.sh b/mote/v2/openwrt/install.sh index 7c17baf..243f2d0 100755 --- a/mote/v2/openwrt/install.sh +++ b/mote/v2/openwrt/install.sh @@ -49,6 +49,9 @@ cd $BACKFIRE_PATH patch -p0 < $REPO_PATH/patches/900-disable_console.patch patch -p0 < $REPO_PATH/patches/910-set_ttyS0_baud_to_115200.patch +# we don't need rdate, relying on ntpclient instead +rm $BACKFIRE_PATH/package/base-files/files/etc/hotplug.d/iface/40-rdate + # and then build the Fluksometer firmware... echo echo =================================================================================