aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files
Commit message (Collapse)AuthorAgeFilesLines
* base-files: allow option dns to override dhcp assigned dns serversJo-Philipp Wich2009-02-192-10/+25
| | | | SVN-Revision: 14562
* allow specifying port where to log (#2019)Florian Fainelli2009-02-031-1/+2
| | | | SVN-Revision: 14396
* Use block events for the mounting/unmounting of external storage devices. ↵Jose Vasconcellos2009-01-305-38/+45
| | | | | | This handles both USB and IEEE1394 devices. It removes /sbin/usb-storage in favor of using the block hotplug event. There are dummy scripts to handle the plug in/out of USB and IEEE1394 devices for updating LEDs. Storage devices are mount as a sub-directory under /mnt. SVN-Revision: 14289
* increase default size of the connection tracking table, thanks MarcFlorian Fainelli2009-01-301-0/+1
| | | | SVN-Revision: 14283
* fix handling of eglibc config options for packagingFelix Fietkau2009-01-261-1/+5
| | | | SVN-Revision: 14210
* add support for an optional staging directory for debug binariesFelix Fietkau2009-01-131-0/+1
| | | | SVN-Revision: 14018
* add support for alternative C libraries (currently only glibc/eglibc) other ↵Nicolas Thill2009-01-081-25/+55
| | | | | | (related) changes: - kernel headers are now installed using "make headers_install" on 2.6 - target names now contain an openwrt "vendor" tag (e.g. mips-openwrt-linux-gnu) - build directory names now contain gcc/libc name/version - default cpu for x86 is now i486 (required to build glibc/eglibc) SVN-Revision: 13931
* fix $HOME in /etc/profile (#4424)Felix Fietkau2009-01-071-1/+2
| | | | SVN-Revision: 13914
* package/base-files: fix chmod of /tmp/.uci, bump package revisionJo-Philipp Wich2009-01-062-2/+2
| | | | SVN-Revision: 13903
* allow ipv4 routes without gateway in configurationJo-Philipp Wich2008-12-221-2/+4
| | | | SVN-Revision: 13714
* package/base-files: allow ipv6 routes without gateway specifiedJo-Philipp Wich2008-11-281-1/+1
| | | | SVN-Revision: 13419
* fix up the network ifname in the network state when receiving iface/ifup eventsFelix Fietkau2008-11-281-0/+1
| | | | SVN-Revision: 13399
* fix ifup (no longer use the to-be-reverted state of the previous config)Felix Fietkau2008-11-281-3/+15
| | | | SVN-Revision: 13398
* clean NATIVE_TOOLCHAIN dependenciesNicolas Thill2008-11-221-3/+3
| | | | SVN-Revision: 13314
* Prevent "SIOCSIFHWADDR: Device or resource busy" when trying to change mac ↵Jo-Philipp Wich2008-11-171-0/+1
| | | | | | address SVN-Revision: 13258
* make network config script work with brctl from both bridge-utils & busyboxNicolas Thill2008-11-091-1/+1
| | | | SVN-Revision: 13165
* remove /tmp/resolv.conf.auto when ifup -a is called so that any old dns ↵Travis Kemen2008-10-291-0/+1
| | | | | | servers no longer in the config get cleared SVN-Revision: 13082
* don't bring down interfaces when preparing themFelix Fietkau2008-10-291-2/+2
| | | | SVN-Revision: 13079
* use pidfiles for hostapd/wpa_supplicant instead of killing all processes ↵Felix Fietkau2008-10-291-0/+2
| | | | | | when bringing an interface down - fixes an issue with random hostapd death SVN-Revision: 13078
* make sure that the dhcp client (or other processes necessary to get a ↵Felix Fietkau2008-10-231-0/+1
| | | | | | connection) gets restarted when the wifi is restarted SVN-Revision: 13026
* Allow dropbear to use shadow passwords, and correct base-files generation of ↵Peter Denison2008-09-301-1/+6
| | | | | | /etc/shadow SVN-Revision: 12809
* add option in sysupgrade to restore config from file or URL (patch from #4043)Felix Fietkau2008-09-281-1/+15
| | | | SVN-Revision: 12772
* fix typo from last sysupgrade commitFelix Fietkau2008-09-261-1/+1
| | | | SVN-Revision: 12715
* add switch to not save configuration over the reflash in noninteractive modeTravis Kemen2008-09-261-0/+2
| | | | SVN-Revision: 12714
* install missing busybox symlinks for sysupgrade (patch by Frédéric Moulins)Felix Fietkau2008-09-251-1/+1
| | | | SVN-Revision: 12695
* don't emit ifup hotplug events on dhcp renew - use a new iface hotplug type ↵Felix Fietkau2008-09-231-1/+5
| | | | | | 'update' instead; fixes #3906 SVN-Revision: 12671
* make links to statup scripts in /etc/rc.d relativeNicolas Thill2008-09-231-2/+2
| | | | SVN-Revision: 12659
* fix sysupgrade support for brcm-2.4 and brcm47xx make mtd refresh based ↵Felix Fietkau2008-09-231-2/+15
| | | | | | config append optional (leave enabled on x86) SVN-Revision: 12657
* make option name optionalTravis Kemen2008-09-132-3/+3
| | | | SVN-Revision: 12585
* sysupgrade: add optional delay before rebootingFelix Fietkau2008-09-122-3/+7
| | | | SVN-Revision: 12572
* Prevent unwanted shell expansionSteven Barth2008-09-111-2/+2
| | | | SVN-Revision: 12568
* fixes script that mounts usd storage when it gets attachedJohn Crispin2008-09-081-14/+11
| | | | SVN-Revision: 12548
* fixes usb storage mountingJohn Crispin2008-09-011-1/+1
| | | | SVN-Revision: 12465
* fix a race condition which would leave dnsmasq in infinite resolving ↵Felix Fietkau2008-08-281-0/+1
| | | | | | recursion nirvana SVN-Revision: 12424
* fixes broken if-then in led init scriptJohn Crispin2008-08-271-2/+3
| | | | SVN-Revision: 12411
* Use busybox mount, could be overriden to use util-linux-ng for instance, ↵Florian Fainelli2008-08-251-0/+1
| | | | | | thanks sn9 SVN-Revision: 12386
* upgrade to uci 0.5.0, adds list handling supportFelix Fietkau2008-08-201-1/+34
| | | | SVN-Revision: 12353
* disable ipv6 systcl call, as ipv6 is not enabled by defaultNicolas Thill2008-08-201-4/+4
| | | | SVN-Revision: 12351
* fixes variables, oopsJohn Crispin2008-08-201-1/+1
| | | | SVN-Revision: 12344
* adds the option to have no proto for a interface, usefull if the uci states ↵John Crispin2008-08-201-0/+7
| | | | | | need to be set, but interface bring up is handled somewhere else SVN-Revision: 12343
* enable TCP ECN by default (see #3001 for more information)Felix Fietkau2008-08-171-0/+1
| | | | SVN-Revision: 12334
* add /etc/firewall.user to be backed up becuase it is an example in ↵Travis Kemen2008-08-161-1/+1
| | | | | | /etc/config/firewall SVN-Revision: 12326
* remove /etc/firewall.* from being kept as they no longer are used in trunkTravis Kemen2008-08-161-1/+1
| | | | SVN-Revision: 12320
* make opkg the default package manager, disable busybox ipkg from building by ↵Travis Kemen2008-08-163-7/+1
| | | | | | default SVN-Revision: 12319
* Fix negative calculation of the tmpfs for devices with few RAM (#3557)Florian Fainelli2008-08-141-1/+1
| | | | SVN-Revision: 12315
* remove /etc/functions.sh call from led hotplug scriptJohn Crispin2008-08-141-2/+0
| | | | SVN-Revision: 12312
* add basic interface alias support. for now (since we don't use ip in our ↵Felix Fietkau2008-08-072-38/+85
| | | | | | | | | | | 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: config alias test option interface lan option ipaddr 192.168.1.1 option netmask 255.255.0.0 SVN-Revision: 12241
* added support for the timer-trigger to uci LED supportSteven Barth2008-08-071-0/+8
| | | | SVN-Revision: 12236
* allow ctrl-c to trigger preinitMike Baker2008-08-071-0/+2
| | | | SVN-Revision: 12231
* add uci led support - /etc/config/system can hold led info which is applied ↵John Crispin2008-08-042-0/+70
| | | | | | at boot - adds /sbin/led.sh to set/clear leds via a name defined in /etc/config/system SVN-Revision: 12104