[openwrt] remove the rdate hotplug script from the build
This commit is contained in:
parent
1fbccc9f08
commit
285833b1f8
|
@ -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 =================================================================================
|
||||
|
|
Loading…
Reference in New Issue