aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/files
Commit message (Collapse)AuthorAgeFilesLines
* add block-extroot, a package for using an external filesystem as rootfs ↵Felix Fietkau2010-02-261-0/+1
| | | | | | (patch by cshore) SVN-Revision: 19880
* add the block-mount package by Daniel Dickinson (cshore), replacing existing ↵Felix Fietkau2010-02-263-93/+0
| | | | | | automount functionality SVN-Revision: 19877
* base-files: add /dev/hvcX to hotplug common rulesJo-Philipp Wich2010-02-121-1/+1
| | | | SVN-Revision: 19608
* base-files: revert dhcp state information on ifdown and restore pre-r19530 ↵Jo-Philipp Wich2010-02-122-2/+6
| | | | | | behaviour in udhcp default.script SVN-Revision: 19597
* Here is LVM support for OpenWRT. It introduces 3 new packages: - kmod-dm for ↵Travis Kemen2010-02-121-0/+6
| | | | | | the device mapper kernel module. - kmod-libdevmapper for the device-mapper library. - kmod-lvm2 for the lvm tool. Note that it currently does not create the symlinks for all the lvm tools, so you have to use lvm pvs rather than just pvs. Thanks Stefan Monnier SVN-Revision: 19595
* Don't do lazy unmounting of filessystems at reboot/poweroff. It is unneeded ↵Lars-Peter Clausen2010-02-091-1/+1
| | | | | | and could couse a broken filesystem if unmounting takes to long. Thanks to Peter Wagner SVN-Revision: 19568
* base-files: fix udhcpc address acquisition on network restart (patch by ↵Jo-Philipp Wich2010-02-051-1/+2
| | | | | | Scott Dudley) SVN-Revision: 19530
* /sbin/wifi: improve reliability of restarts by resetting the state properlyFelix Fietkau2010-02-021-2/+7
| | | | SVN-Revision: 19495
* base-file: revert unrelated change accidentally committed in r19478Jo-Philipp Wich2010-02-011-4/+0
| | | | SVN-Revision: 19488
* base-files: preinit: get rid of /dev/null redirections and use grep -q where ↵Jo-Philipp Wich2010-02-015-6/+10
| | | | | | applicable SVN-Revision: 19478
* quieten the check for devs, thanks nbdFlorian Fainelli2010-01-311-1/+1
| | | | SVN-Revision: 19473
* /dev/null was used before it was created, so an empty file was created. This ↵Florian Fainelli2010-01-311-1/+1
| | | | | | prevented the actual device node from being created. The attached patch fixes that, patch from cshore SVN-Revision: 19472
* when rebooting, use lazy umounts as fallback (patch by puchu)Felix Fietkau2010-01-301-1/+1
| | | | SVN-Revision: 19429
* stop syslogd before rebooting, otherwise umount might not work properly when ↵Felix Fietkau2010-01-301-0/+6
| | | | | | logging to a file (thx, puchu) SVN-Revision: 19428
* when rebooting, stop the network interfaces last (just before umount) to ↵Felix Fietkau2010-01-301-1/+1
| | | | | | allow services to shut down properly (thx, puchu) SVN-Revision: 19427
* base-files: do not warn about nonexistant sysctl overrides (some of them are ↵Felix Fietkau2010-01-291-1/+1
| | | | | | config dependent) SVN-Revision: 19375
* preinit: Remove Ctrl-C prompt...impossible on /dev/console (patch by cshore)Felix Fietkau2010-01-281-1/+1
| | | | SVN-Revision: 19367
* add preinit modularization work by Daniel Dickinson (cshore)Felix Fietkau2010-01-2544-255/+940
| | | | SVN-Revision: 19331
* fix a typo in the hwmode handling in /sbin/wifi (thx, maddes)Felix Fietkau2010-01-241-1/+1
| | | | SVN-Revision: 19313
* base-files: ensure that the ip6addr of the main interface stays the primary ↵Jo-Philipp Wich2010-01-231-20/+28
| | | | | | ip by re-adding it after alias setup is completed - patch by Alina Friedrichsen SVN-Revision: 19303
* base-files: try to activate hotplugged partitions as swap and fall back to ↵Jo-Philipp Wich2010-01-231-4/+5
| | | | | | lazy mount (#6517) SVN-Revision: 19300
* base-files: disable bridge firewalling by defaultJo-Philipp Wich2010-01-181-1/+6
| | | | SVN-Revision: 19214
* base-files: sysupgade library coomon.sh has "bug" in glibc enviorement. For ↵Jo-Philipp Wich2010-01-161-0/+3
| | | | | | some reason ld-linux.so.3 is not installed at ramfs and sysupgrade always fails. Signed-off-by: Zintis Petersons <zintis.petersons@e-mail.lv> SVN-Revision: 19167
* base-files, mac80211 (#6491) - fix wep key handling in iw with mac80211 ↵Jo-Philipp Wich2010-01-131-0/+13
| | | | | | based drivers - sanitize keys where necessary - put a procedure prepare_key_wep() into /sbin/wifi for use by other driver backends SVN-Revision: 19118
* run led init after /etc/init.d/done to keep the configured led settings ↵Felix Fietkau2010-01-061-1/+1
| | | | | | active after the system has finished booting Signed-off-by: Nuno Goncalves <nunojpg@gmail.com> SVN-Revision: 19050
* Add udhcpc command-line argument to request rootpathHamish Guthrie2009-12-211-1/+1
| | | | SVN-Revision: 18876
* add missing argument to debug/mount wrappers (thx, matteo)Felix Fietkau2009-12-091-2/+2
| | | | SVN-Revision: 18718
* do not start multiple subshells for applying /etc/uci-defaults. use sh -x ↵Felix Fietkau2009-12-092-6/+5
| | | | | | for hush compatibility SVN-Revision: 18717
* functions.sh: use functions instead of aliases for the debug, mount wrappers ↵Felix Fietkau2009-12-091-2/+7
| | | | | | - hush does not have aliases SVN-Revision: 18715
* fix firmware loading broken by the busybox upgradeFelix Fietkau2009-12-081-1/+1
| | | | SVN-Revision: 18705
* mount debugfs by defaultFelix Fietkau2009-11-231-0/+1
| | | | SVN-Revision: 18502
* base-files: sysupgrade: restrict find command to plain files to avoid ↵Jo-Philipp Wich2009-11-201-1/+2
| | | | | | duplicates when generating the conffiles tgz archive SVN-Revision: 18455
* remove obsolete uci validation awk codeFelix Fietkau2009-10-206-654/+0
| | | | SVN-Revision: 18110
* base-files: remove obsolete stuff from common.awkFelix Fietkau2009-10-201-42/+0
| | | | SVN-Revision: 18109
* base-files: only try to execute watchdog if binary is presentJo-Philipp Wich2009-10-201-1/+2
| | | | SVN-Revision: 18102
* check for sysfs before bypassing normal hotplug calls for firmware events ↵Felix Fietkau2009-10-031-1/+1
| | | | | | (fixes #5200) SVN-Revision: 17839
* base-files: add hotplug rules for /dev/lpX (#863)Jo-Philipp Wich2009-09-281-0/+6
| | | | SVN-Revision: 17792
* firstboot: add support for union mountsFelix Fietkau2009-09-271-23/+60
| | | | SVN-Revision: 17778
* base-files: move firstboot to /sbinFelix Fietkau2009-09-272-1/+1
| | | | SVN-Revision: 17775
* accommodate for 5 digits svn revisions :)Nicolas Thill2009-09-221-1/+1
| | | | SVN-Revision: 17670
* base-files: clear ip addresses on interfaces that are about to be added to a ↵Jo-Philipp Wich2009-09-161-0/+2
| | | | | | bridge SVN-Revision: 17596
* base-files: dispatch ifdown events for proto=none interfaces and fix a race ↵Jo-Philipp Wich2009-09-141-2/+2
| | | | | | condition between revert state and hotplug handlers SVN-Revision: 17582
* base-files: add /etc/rc.local to the default save file listJo-Philipp Wich2009-09-121-1/+1
| | | | SVN-Revision: 17572
* base-files: introduce a ready-to-use /etc/rc.local to let users run custom ↵Jo-Philipp Wich2009-09-112-0/+9
| | | | | | commands on init without creating custom init scripts SVN-Revision: 17571
* Revert "fix nonhotpluggable networks not being brought up. Closes #2781" ↵Felix Fietkau2009-09-093-17/+0
| | | | | | (r17527) until we've solved the race conditions it creates SVN-Revision: 17544
* fix nonhotpluggable networks not being brought up. Closes #2781Travis Kemen2009-09-063-0/+17
| | | | SVN-Revision: 17527
* package/base-files: set state to 'preinit' before preinit.arch is used, and ↵Gabor Juhos2009-09-051-2/+3
| | | | | | set state to 'failsafe' when entering failsafe mode SVN-Revision: 17517
* Revert "add ifup -a to boot(), closes #4543 #2781" (r17515) Hotpluggable ↵Felix Fietkau2009-09-051-1/+0
| | | | | | interfaces are already brought up before /etc/init.d/network boot and this change can break them, if the ifup -a command runs at the wrong time, also starts many interfaces twice, which can lead to issues with PPPoE. SVN-Revision: 17516
* add ifup -a to boot(), closes #4543 #2781Travis Kemen2009-09-051-0/+1
| | | | SVN-Revision: 17515
* extend logging functionsTravis Kemen2009-09-041-7/+17
| | | | SVN-Revision: 17514