mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-11 08:55:00 +02:00
7bf482253f
CONTROL/postinst can be executed on host and target system. idea from nbd to use IPKG_ROOTDIR git-svn-id: svn://svn.openwrt.org/openwrt/trunk@435 3c298f89-4303-0410-b956-a3cf2f4a3e73
4 lines
78 B
Bash
Executable File
4 lines
78 B
Bash
Executable File
#!/bin/sh
|
|
mkdir -p `grep "^ntp:" /etc/passwd | cut -d: -f6`
|
|
/usr/sbin/ntpd -s
|