[OpenWrt Wiki] The OpenWrt Flash Layout
openwrt.org › docs › techrefThe OpenWrt Flash Layout The embedded devices (routers and such) OpenWrt/LEDE (Linux Embedded Development Environment) has mainly targeted since its inception, use flash memory as the form of non-volatile memory for the persistent storage of the firmware and its configuration. Types of flash memory Non-mechanical wear
[OpenWrt Wiki] Hotplug -- Legacy
https://openwrt.org/docs/techref/hotplug_legacyroot@OpenWrt:~#logread | grep Hotplug Fri Sep 21 15:31:00 2018 user.notice Hotplug: Symlink from /dev/ttyACM0 to /dev/ttyMODULO2_DIAL created Fri Sep 21 15:31:06 2018 user.notice Hotplug: Symlink from /dev/ttyACM3 to /dev/ttyMODULO2_DATA created Fri Sep 21 15:31:39 2018 user.notice Hotplug: Symlink from /dev/ttyACM6 to /dev/ttyMODULO1_DIAL created Fri …
[OpenWrt Wiki] Hotplug
https://openwrt.org/docs/guide-user/base-system/hotplug28.07.2021 · Hotplug Procd (the init system and process management daemon) executes scripts located in /etc/hotplug.d/ when certain events happen, like for example when an interface goes up or down, when a new storage drive is detected, or when a button is pressed. It can be very useful with PPPoE connection or in an unstable network, or to use hardware buttons.
[OpenWrt Wiki] SMTP clients
openwrt.org › docs › guide-userAug 22, 2021 · SMTP clients This page lists SMTP and SMTPS clients available on OpenWRT, that are able to send email to other email servers. Overview The table below is based on Chaos Calmer (15.05). Name Version Dependencies Size Features BusyBox sendmail 1.33
[OpenWrt Wiki] Hotplug
openwrt.org › docs › guide-userJul 28, 2021 · Hotplug Procd (the init system and process management daemon) executes scripts located in /etc/hotplug.d/ when certain events happen, like for example when an interface goes up or down, when a new storage drive is detected, or when a button is pressed. It can be very useful with PPPoE connection or in an unstable network, or to use hardware buttons.
#2971 (make package/symlinks : fails) – OpenWrt
dev.archive.openwrt.org › ticket › 2971It breaks "make package/symlinks" because bzip2 was split into 2 packages, both in a different category, but with the same package name. The script feeds.sh is called by package/Makefile. It downloads the current packagelist (called a feed) using svn into the directory 'feeds' and then parses the list into a single flat directory 'packages ...