683 Commits (3f240440c76765426018151ab3ea019547108326)

Author SHA1 Message Date
Mike Baker fa0568fdcb move syslogd and klogd to init.di/boot script, add remote logging support 18 years ago
Felix Fietkau 76184df0e6 fix networking on broadcom and possibly other targets as well (#1658) 18 years ago
Eugene Konev 9cea5657af Fix ipv6 address assignment (#1622). 18 years ago
Felix Fietkau ca7a815602 use hotplug2 for serializing hotplug events on 2.6 18 years ago
Mike Baker dda5964af5 buggy script; nolonger used 18 years ago
Mike Baker 10ac836039 various patches to add support for ppp over evdo or character devices 18 years ago
Imre Kaloz da547b8ab2 move the last change to the right place 18 years ago
Imre Kaloz 40e3aaf430 set $HOME to /tmp on bootup 18 years ago
Felix Fietkau 9507f89800 create /dev/root on boot - fixes cf2nand on rb532 18 years ago
Felix Fietkau d96d98a88d Small bugfix for dependency handling - mostly for base-files and symlinks 18 years ago
Felix Fietkau 383a21f3c5 use separate sysctl.conf files for 2.4 and 2.6 - fixes some boot message spam 18 years ago
Florian Fainelli 7b89c1622c Create /lib/firmware 18 years ago
Felix Fietkau 65113c481f we can use some more hotplug processes here... 18 years ago
Felix Fietkau 45c01cae72 add jffs2_mark_erase function for erasing jffs2 partitions on the next mount (typically faster than doing mtd erase manually) 18 years ago
Felix Fietkau 5f4b17b53f fix ifdown hotplug event (#1576) 18 years ago
Felix Fietkau 6d47d3ae11 fix bogus "interface not found" errors in ifup -a (#1580) 18 years ago
Felix Fietkau ab8cb8d959 remove automounting script for block devices - it's causing more problems than it solves 18 years ago
Felix Fietkau 30dfff4849 allow scripts to disable config callbacks 18 years ago
Felix Fietkau d56750665c use rc.common for usb init script 18 years ago
Florian Fainelli ed654ae6bd Remove ldd/ldconfig for the moment (#1551) 18 years ago
Florian Fainelli da8174507a Add ldd and ldconfig support, template packages derived from gcc and uclibc 18 years ago
Felix Fietkau 478ee4a135 network config: ignore nonexistant interfaces 18 years ago
Felix Fietkau 4b5e7678f6 move /dev/tun to /dev/net/tun 18 years ago
Florian Fainelli 2266aad2ec Limit the number of hotplug childrens 18 years ago
Felix Fietkau 7326a8beb5 /sbin/hotplug-call: export the hotplug event type through the environment for hotplug scripts 18 years ago
Florian Fainelli c7ce5e06da Use MiBSD ksh if installed (#1470) 18 years ago
Felix Fietkau 7f0dd3fa45 rename uci-update.awk to uci.awk and add a few config_* functions 18 years ago
Felix Fietkau c76cdd5781 fix uci commit 18 years ago
Felix Fietkau 2954f04b41 small cleanup 18 years ago
Felix Fietkau f9abb7cbba add an optional parameter to scan_interfaces() that can override the network config file (defaults to 'network') 18 years ago
Eugene Konev b756ea8a95 Move /sys on pivot_root too 18 years ago
Felix Fietkau e1bb37f2ec upgrade dnsmasq to latest version, rewrite dnsmasq init script for uci, rename /bin/ipcalc to /bin/ipcalc.sh (fixes #1452) 18 years ago
Felix Fietkau e68e6f4be9 fix default netmask 18 years ago
Felix Fietkau f38df5a0af package libssp for apps that need it (only enabled for gcc4) 18 years ago
Mike Baker a738f566e6 add a new 'option disabled' to wifi-device 18 years ago
Felix Fietkau 2c62bddcfe Add an 'Image Configuration' menu to menuconfig Packages can export a list of config options with labels and data types through the metadata. The selected config values will be exported to the target filesystem in /etc/uci-defaults and applied on the first boot. 18 years ago
Felix Fietkau b77680287e add new config option for the hostname in /etc/config/system (fixes #1302, #1438) 18 years ago
Felix Fietkau 4af390ee76 add vga console support for x86-2.6 images (fixes #1342, #840) 18 years ago
Felix Fietkau a44c286fdb nuke mdev and replace it with hotplug2 :) 18 years ago
Felix Fietkau eb83bc789a only mount sysfs once (thx, ejka) 18 years ago
Felix Fietkau c96e173c28 add failsafe support for x86-2.6 and fix mdev support for platforms using /etc/preinit 18 years ago
Felix Fietkau df228a5d99 don't run mdev on hotplug pseudo-events that come from user space 18 years ago
Imre Kaloz 662fde9077 R.I.P. devfs 18 years ago
Felix Fietkau 0ddaeaf38b make find_mtd_part work without devfs 18 years ago
Tim Yardley 484609eeb0 commit profile support for base-files... patches still need to be done 18 years ago
Felix Fietkau 65b4654000 add support for static routes - based on the patch from #1365 18 years ago
Felix Fietkau 84bec9f9cf add support for if{down,up} -a and implement proper start/stop/restart for /etc/init.d/network 18 years ago
Felix Fietkau 68ca8e7818 make squashfs overlay support more generic and integrate it for x86-2.6 18 years ago
Felix Fietkau c1ab24d04a add a check for brctl in the unbridge() function (fixes #1417) 18 years ago
Felix Fietkau 4215478ffe move config_get_bool from /sbin/wifi to /etc/functions.sh 18 years ago