|
@@ -122,6 +122,11 @@ define BUSYBOX_DISABLE_MMU_APPLETS
|
|
endef
|
|
endef
|
|
endif
|
|
endif
|
|
|
|
|
|
|
|
+define BUSYBOX_INSTALL_LOGGING_SCRIPT
|
|
|
|
+ $(INSTALL) -m 0755 -D package/busybox/S01logging \
|
|
|
|
+ $(TARGET_DIR)/etc/init.d/S01logging
|
|
|
|
+endef
|
|
|
|
+
|
|
# We do this here to avoid busting a modified .config in configure
|
|
# We do this here to avoid busting a modified .config in configure
|
|
BUSYBOX_POST_EXTRACT_HOOKS += BUSYBOX_COPY_CONFIG
|
|
BUSYBOX_POST_EXTRACT_HOOKS += BUSYBOX_COPY_CONFIG
|
|
|
|
|
|
@@ -152,6 +157,7 @@ define BUSYBOX_INSTALL_TARGET_CMDS
|
|
$(TARGET_DIR)/usr/share/udhcpc/default.script; \
|
|
$(TARGET_DIR)/usr/share/udhcpc/default.script; \
|
|
fi
|
|
fi
|
|
$(BUSYBOX_INSTALL_MDEV_SCRIPT)
|
|
$(BUSYBOX_INSTALL_MDEV_SCRIPT)
|
|
|
|
+ $(BUSYBOX_INSTALL_LOGGING_SCRIPT)
|
|
endef
|
|
endef
|
|
|
|
|
|
define BUSYBOX_UNINSTALL_TARGET_CMDS
|
|
define BUSYBOX_UNINSTALL_TARGET_CMDS
|