Remove ntpdata
This commit is contained in:
parent
898fc2d0f7
commit
87e9d07a08
|
@ -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"`
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,6 @@ IMAGE_INSTALL_append = " \
|
||||||
mtkcombo \
|
mtkcombo \
|
||||||
curl \
|
curl \
|
||||||
prog \
|
prog \
|
||||||
ntpdate \
|
|
||||||
appmainprog \
|
appmainprog \
|
||||||
config-app \
|
config-app \
|
||||||
mic-asp \
|
mic-asp \
|
||||||
|
|
Loading…
Reference in New Issue