Remove ntpdata

This commit is contained in:
Huang Xin 2022-07-07 05:18:42 -07:00
parent 898fc2d0f7
commit 87e9d07a08
2 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
chown avs:avs /usr/sbin/ntpdate # chown avs:avs /usr/sbin/ntpdate
setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' /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"` NIC_READY=`ifconfig | grep wlan0 | grep HWaddr | awk '{print $5}' | sed "s/://g"`

View File

@ -29,7 +29,6 @@ IMAGE_INSTALL_append = " \
mtkcombo \ mtkcombo \
curl \ curl \
prog \ prog \
ntpdate \
appmainprog \ appmainprog \
config-app \ config-app \
mic-asp \ mic-asp \