X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=package%2Futils%2Fbusybox%2FMakefile;h=48d945718a09a30bade49f33c159b8405d2f16cc;hb=0b24850e97789818fadcbce4b8de4abc429fd9f2;hp=b75b4551dd401b03b3192418e04fdbbaf988933d;hpb=7a5257654c552e2ceeaaafacdff6062f27bd601e;p=openwrt%2Fstaging%2Flynxis%2Fomap.git diff --git a/package/utils/busybox/Makefile b/package/utils/busybox/Makefile index b75b4551dd..48d945718a 100644 --- a/package/utils/busybox/Makefile +++ b/package/utils/busybox/Makefile @@ -112,9 +112,13 @@ endef define Package/busybox/install $(INSTALL_DIR) $(1)/etc/init.d $(CP) $(PKG_INSTALL_DIR)/* $(1)/ +ifneq ($(CONFIG_BUSYBOX_CONFIG_CROND),) $(INSTALL_BIN) ./files/cron $(1)/etc/init.d/cron +endif +ifneq ($(CONFIG_BUSYBOX_CONFIG_NTPD),) $(INSTALL_BIN) ./files/sysntpd $(1)/etc/init.d/sysntpd $(INSTALL_BIN) ./files/ntpd-hotplug $(1)/usr/sbin/ntpd-hotplug +endif -rm -rf $(1)/lib64 endef