Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add ldd and ldconfig support, template packages derived from gcc and uclibc | Florian Fainelli | 2007-04-03 | 1 | -1/+1 |
| | | | | SVN-Revision: 6856 | ||||
* | move /dev/tun to /dev/net/tun | Felix Fietkau | 2007-04-01 | 1 | -0/+5 |
| | | | | SVN-Revision: 6814 | ||||
* | Limit the number of hotplug childrens | Florian Fainelli | 2007-04-01 | 1 | -2/+2 |
| | | | | SVN-Revision: 6804 | ||||
* | Use MiBSD ksh if installed (#1470) | Florian Fainelli | 2007-03-24 | 1 | -0/+2 |
| | | | | SVN-Revision: 6687 | ||||
* | rename uci-update.awk to uci.awk and add a few config_* functions | Felix Fietkau | 2007-03-24 | 1 | -1/+5 |
| | | | | SVN-Revision: 6666 | ||||
* | Add an 'Image Configuration' menu to menuconfig Packages can export a list ↵ | Felix Fietkau | 2007-03-16 | 1 | -0/+9 |
| | | | | | | 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. SVN-Revision: 6572 | ||||
* | add new config option for the hostname in /etc/config/system (fixes #1302, ↵ | Felix Fietkau | 2007-03-06 | 2 | -2/+13 |
| | | | | | | #1438) SVN-Revision: 6532 | ||||
* | nuke mdev and replace it with hotplug2 :) | Felix Fietkau | 2007-03-04 | 4 | -8/+13 |
| | | | | SVN-Revision: 6512 | ||||
* | add failsafe support for x86-2.6 and fix mdev support for platforms using ↵ | Felix Fietkau | 2007-03-03 | 1 | -1/+2 |
| | | | | | | /etc/preinit SVN-Revision: 6481 | ||||
* | R.I.P. devfs | Imre Kaloz | 2007-03-03 | 2 | -1/+6 |
| | | | | SVN-Revision: 6478 | ||||
* | make find_mtd_part work without devfs | Felix Fietkau | 2007-03-02 | 1 | -1/+3 |
| | | | | SVN-Revision: 6466 | ||||
* | add support for static routes - based on the patch from #1365 | Felix Fietkau | 2007-03-02 | 2 | -1/+44 |
| | | | | SVN-Revision: 6457 | ||||
* | add support for if{down,up} -a and implement proper start/stop/restart for ↵ | Felix Fietkau | 2007-03-02 | 1 | -1/+14 |
| | | | | | | /etc/init.d/network SVN-Revision: 6455 | ||||
* | make squashfs overlay support more generic and integrate it for x86-2.6 | Felix Fietkau | 2007-03-02 | 1 | -0/+5 |
| | | | | SVN-Revision: 6450 | ||||
* | move config_get_bool from /sbin/wifi to /etc/functions.sh | Felix Fietkau | 2007-02-27 | 1 | -0/+11 |
| | | | | SVN-Revision: 6407 | ||||
* | Integrate basic UCI config file validation support Needs more testing and ↵ | Felix Fietkau | 2007-02-26 | 1 | -18/+19 |
| | | | | | | | | validation is not enforced yet Code contributed by Fraunhofer Fokus SVN-Revision: 6391 | ||||
* | more reliable fix for handling ppp | Felix Fietkau | 2007-02-25 | 1 | -0/+5 |
| | | | | SVN-Revision: 6356 | ||||
* | Change localhost into a fully qualified name; remove OpenWrt alias to 127.0.0.1 | Mike Baker | 2007-02-12 | 1 | -1/+1 |
| | | | | SVN-Revision: 6292 | ||||
* | fix a typo | Felix Fietkau | 2007-01-29 | 1 | -1/+1 |
| | | | | SVN-Revision: 6228 | ||||
* | make usb init script executable | Felix Fietkau | 2007-01-25 | 1 | -0/+0 |
| | | | | SVN-Revision: 6203 | ||||
* | use syslogd -C16 instead of syslogd -C 16 (busybox 1.4 compatibility) | Felix Fietkau | 2007-01-25 | 1 | -1/+1 |
| | | | | SVN-Revision: 6202 | ||||
* | Mount usb filesystem at startup (#1077) | Florian Fainelli | 2007-01-21 | 1 | -0/+9 |
| | | | | SVN-Revision: 6163 | ||||
* | Forward port whiterussian resolv.conf changes /etc/resolv.conf links to ↵ | Felix Fietkau | 2007-01-08 | 2 | -2/+1 |
| | | | | | | /tmp/resolv.conf /tmp/resolv.conf links to /tmp/resolv.conf.auto by default (which is where the ISPs nameserver is in) When dnsmasq starts, it replaces /tmp/resolv.conf with a file pointing to 127.0.0.1 SVN-Revision: 6043 | ||||
* | don't try to automount loopback devices (#1011) | Felix Fietkau | 2006-12-20 | 1 | -1/+1 |
| | | | | SVN-Revision: 5877 | ||||
* | add a workaround for self-killing init scripts on restart (#1023) | Felix Fietkau | 2006-12-20 | 1 | -0/+1 |
| | | | | SVN-Revision: 5876 | ||||
* | add a variable to keep track of the list of sections when loading uci config ↵ | Felix Fietkau | 2006-12-20 | 1 | -4/+21 |
| | | | | | | files. add a function to iterate through sections SVN-Revision: 5870 | ||||
* | add a check to see if an init script is enabled | Felix Fietkau | 2006-12-08 | 1 | -0/+6 |
| | | | | SVN-Revision: 5727 | ||||
* | small tweaks to the usb disk hotplug scripts | Mike Baker | 2006-11-28 | 2 | -6/+5 |
| | | | | SVN-Revision: 5667 | ||||
* | fix sed error installing kmod ipkgs | Mike Baker | 2006-11-23 | 1 | -1/+2 |
| | | | | SVN-Revision: 5629 | ||||
* | rename default/ to files/ | Felix Fietkau | 2006-11-22 | 20 | -0/+502 |
SVN-Revision: 5622 |