Remove ntpdata
This commit is contained in:
parent
898fc2d0f7
commit
87e9d07a08
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
chown avs:avs /usr/sbin/ntpdate
|
||||
setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' /usr/sbin/ntpdate
|
||||
# chown avs:avs /usr/sbin/ntpdate
|
||||
# setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' /usr/sbin/ntpdate
|
||||
|
||||
NIC_READY=`ifconfig | grep wlan0 | grep HWaddr | awk '{print $5}' | sed "s/://g"`
|
||||
|
||||
|
|
|
@ -29,7 +29,6 @@ IMAGE_INSTALL_append = " \
|
|||
mtkcombo \
|
||||
curl \
|
||||
prog \
|
||||
ntpdate \
|
||||
appmainprog \
|
||||
config-app \
|
||||
mic-asp \
|
||||
|
|
Loading…
Reference in New Issue