316 Commits (529e87f6c51d767e74882a3233b9d8ec73d0feab)

Author SHA1 Message Date
Travis Kemen 6103f88358 remove /tmp/resolv.conf.auto when ifup -a is called so that any old dns servers no longer in the config get cleared 16 years ago
Felix Fietkau 9b75b9e35c don't bring down interfaces when preparing them 16 years ago
Felix Fietkau a4f11ca22e use pidfiles for hostapd/wpa_supplicant instead of killing all processes when bringing an interface down - fixes an issue with random hostapd death 16 years ago
Felix Fietkau c0e753bcdc make sure that the dhcp client (or other processes necessary to get a connection) gets restarted when the wifi is restarted 16 years ago
Peter Denison 5ff6932c66 Allow dropbear to use shadow passwords, and correct base-files generation of /etc/shadow 16 years ago
Felix Fietkau 2b2884293a add option in sysupgrade to restore config from file or URL (patch from #4043) 16 years ago
Felix Fietkau e2daafdb1d fix typo from last sysupgrade commit 16 years ago
Travis Kemen 3770c99cf8 add switch to not save configuration over the reflash in noninteractive mode 16 years ago
Felix Fietkau 7300d22877 install missing busybox symlinks for sysupgrade (patch by Frédéric Moulins) 16 years ago
Felix Fietkau 35b92f0c99 don't emit ifup hotplug events on dhcp renew - use a new iface hotplug type 'update' instead; fixes #3906 16 years ago
Nicolas Thill 7218e6326f make links to statup scripts in /etc/rc.d relative 16 years ago
Felix Fietkau f47a4a58c5 fix sysupgrade support for brcm-2.4 and brcm47xx make mtd refresh based config append optional (leave enabled on x86) 16 years ago
Travis Kemen 91d3e6b05b make option name optional 16 years ago
Felix Fietkau 22585e578b sysupgrade: add optional delay before rebooting 16 years ago
Steven Barth 5a4e88710b Prevent unwanted shell expansion 16 years ago
John Crispin 6eefb5071d fixes script that mounts usd storage when it gets attached 16 years ago
John Crispin 38516cd780 fixes usb storage mounting 16 years ago
Felix Fietkau 2176ae1a6f fix a race condition which would leave dnsmasq in infinite resolving recursion nirvana 16 years ago
John Crispin 12df593510 fixes broken if-then in led init script 16 years ago
Florian Fainelli 1673462564 Use busybox mount, could be overriden to use util-linux-ng for instance, thanks sn9 16 years ago
Felix Fietkau 8a08f95e42 upgrade to uci 0.5.0, adds list handling support 16 years ago
Nicolas Thill 257ee32b7d disable ipv6 systcl call, as ipv6 is not enabled by default 16 years ago
John Crispin fd26ece7f1 fixes variables, oops 16 years ago
John Crispin 3cf1a8932b adds the option to have no proto for a interface, usefull if the uci states need to be set, but interface bring up is handled somewhere else 16 years ago
Felix Fietkau f27fd2ecc3 enable TCP ECN by default (see #3001 for more information) 16 years ago
Travis Kemen b3b5e54099 add /etc/firewall.user to be backed up becuase it is an example in /etc/config/firewall 16 years ago
Travis Kemen 0b2111d1fb remove /etc/firewall.* from being kept as they no longer are used in trunk 16 years ago
Travis Kemen 99dd3e13fc make opkg the default package manager, disable busybox ipkg from building by default 16 years ago
Florian Fainelli 38d1cb8cbd Fix negative calculation of the tmpfs for devices with few RAM (#3557) 16 years ago
John Crispin 3403cbe948 remove /etc/functions.sh call from led hotplug script 16 years ago
Felix Fietkau c05eb4ba63 add basic interface alias support. for now (since we don't use ip in our network scripts yet), it adds :1, :2, ... alias interfaces this will change when we add support for the ip utility, but the config format will remain the same. example: 16 years ago
Steven Barth 6b6d027172 added support for the timer-trigger to uci LED support 16 years ago
Mike Baker 1139608784 allow ctrl-c to trigger preinit 16 years ago
John Crispin 72396bd614 add uci led support - /etc/config/system can hold led info which is applied at boot - adds /sbin/led.sh to set/clear leds via a name defined in /etc/config/system 16 years ago
John Crispin b73eedd62b work aroung error message during boot if swapon is nt installed 16 years ago
Felix Fietkau 8ff90e326e network scripts: revert the network state after running ifdown, not before 16 years ago
Felix Fietkau aee15469df use the same hotplug2 parameters for initramfs and regular 16 years ago
Felix Fietkau 37c7e13a5f move the hotplug2 kill command from preinit to /etc/init.d/boot, so that it works for initramfs as well 16 years ago
Felix Fietkau d98002bd59 avoid duplicate vlan add events 16 years ago
Felix Fietkau 6a4edcadc1 fix config_clear(), see #3054 16 years ago
Felix Fietkau 11df62d176 link default routes added by the network scripts to the appropriate interface (#2621) 16 years ago
Felix Fietkau ee56e9ec59 network scripts: properly maintain the network state's list of assigned interfaces 16 years ago
Felix Fietkau 8c453b693c functions.sh: add list_contains function for checking whether a list contains a specific element 16 years ago
Felix Fietkau 4d883da9bf functions.sh: add a function for removing an item from a list in a shell variable 16 years ago
John Crispin 79aebec9e0 creates a passwd's shadow file if busybox supports the feature, fixes #2887 16 years ago
Florian Fainelli cc99e5b35d Disable smash stacking support by default, but allow to enable it as an experimental feature 16 years ago
Felix Fietkau e606b1603b properly keep track of bridged interfaces in the network state 16 years ago
Andy Boyett 2ddbb426c8 Move packages lists to the ramdisk to save flash space - Lists now stored in /var/ipkg-lists/, `ipkg update' must be run after each boot before packages can be installed from feeds 16 years ago
Nicolas Thill a5df818e0d fix libraries packaging for uml on x86_64 16 years ago
Travis Kemen 0425daa86d keep /etc/group over reflash as well 16 years ago