aboutsummaryrefslogtreecommitdiff
path: root/package/base-files
Commit message (Collapse)AuthorAge
...
* when rebooting, use lazy umounts as fallback (patch by puchu)Felix Fietkau2010-01-30
| | | | SVN-Revision: 19429
* stop syslogd before rebooting, otherwise umount might not work properly when ↵Felix Fietkau2010-01-30
| | | | | | logging to a file (thx, puchu) SVN-Revision: 19428
* when rebooting, stop the network interfaces last (just before umount) to ↵Felix Fietkau2010-01-30
| | | | | | 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-29
| | | | | | config dependent) SVN-Revision: 19375
* preinit: Remove Ctrl-C prompt...impossible on /dev/console (patch by cshore)Felix Fietkau2010-01-28
| | | | SVN-Revision: 19367
* base-files: don't build '00_preinit.conf' if CONFIG_PREINITOPT is not selectedGabor Juhos2010-01-26
| | | | | | Also, use the default pi_broadcast address if it is not specified SVN-Revision: 19346
* fix missing quote (thx, puchu)Felix Fietkau2010-01-25
| | | | SVN-Revision: 19335
* add preinit modularization work by Daniel Dickinson (cshore)Felix Fietkau2010-01-25
| | | | SVN-Revision: 19331
* fix a typo in the hwmode handling in /sbin/wifi (thx, maddes)Felix Fietkau2010-01-24
| | | | SVN-Revision: 19313
* base-files: ensure that the ip6addr of the main interface stays the primary ↵Jo-Philipp Wich2010-01-23
| | | | | | 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-23
| | | | | | lazy mount (#6517) SVN-Revision: 19300
* base-files: disable bridge firewalling by defaultJo-Philipp Wich2010-01-18
| | | | SVN-Revision: 19214
* base-files: sysupgade library coomon.sh has "bug" in glibc enviorement. For ↵Jo-Philipp Wich2010-01-16
| | | | | | 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-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-06
| | | | | | 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-21
| | | | SVN-Revision: 18876
* base-files: check for libpthread_so.a instead of libc_so.a (some gcc/libc ↵Nicolas Thill2009-12-18
| | | | | | combinations don't provide a libpthread_so.a matching libc_so.a) SVN-Revision: 18810
* add missing argument to debug/mount wrappers (thx, matteo)Felix Fietkau2009-12-09
| | | | SVN-Revision: 18718
* do not start multiple subshells for applying /etc/uci-defaults. use sh -x ↵Felix Fietkau2009-12-09
| | | | | | for hush compatibility SVN-Revision: 18717
* functions.sh: use functions instead of aliases for the debug, mount wrappers ↵Felix Fietkau2009-12-09
| | | | | | - hush does not have aliases SVN-Revision: 18715
* fix firmware loading broken by the busybox upgradeFelix Fietkau2009-12-08
| | | | SVN-Revision: 18705
* mount debugfs by defaultFelix Fietkau2009-11-23
| | | | SVN-Revision: 18502
* base-files: sysupgrade: restrict find command to plain files to avoid ↵Jo-Philipp Wich2009-11-20
| | | | | | duplicates when generating the conffiles tgz archive SVN-Revision: 18455
* neither avr32 or coldfire has a shared libgccImre Kaloz2009-11-12
| | | | SVN-Revision: 18402
* do not relink libresolv, it makes iproute2 barfFelix Fietkau2009-10-20
| | | | SVN-Revision: 18111
* remove obsolete uci validation awk codeFelix Fietkau2009-10-20
| | | | SVN-Revision: 18110
* base-files: remove obsolete stuff from common.awkFelix Fietkau2009-10-20
| | | | SVN-Revision: 18109
* base-files: only try to execute watchdog if binary is presentJo-Philipp Wich2009-10-20
| | | | SVN-Revision: 18102
* fix pthread mklibs relinking by copying libpthread_so.a from uclibc instead ↵Felix Fietkau2009-10-20
| | | | | | of using the standard _pic variant SVN-Revision: 18090
* install the right version of libgcc along with its version map to fix ↵Felix Fietkau2009-10-20
| | | | | | relinking issues with mklibs, attempt to relink only if the version map is actually present SVN-Revision: 18089
* check for sysfs before bypassing normal hotplug calls for firmware events ↵Felix Fietkau2009-10-03
| | | | | | (fixes #5200) SVN-Revision: 17839
* base-files: add hotplug rules for /dev/lpX (#863)Jo-Philipp Wich2009-09-28
| | | | SVN-Revision: 17792
* firstboot: add support for union mountsFelix Fietkau2009-09-27
| | | | SVN-Revision: 17778
* base-files: move firstboot to /sbinFelix Fietkau2009-09-27
| | | | SVN-Revision: 17775
* base-files: add libgcc dependency to libc (#5262)Felix Fietkau2009-09-24
| | | | SVN-Revision: 17714
* add external toolchain support, enhance native toolchain support (special ↵Nicolas Thill2009-09-23
| | | | | | thanks to Luigi Mantellini for his help... and patience ;) SVN-Revision: 17682
* accommodate for 5 digits svn revisions :)Nicolas Thill2009-09-22
| | | | SVN-Revision: 17670
* base-files: fix conffiles entry check (patch from #2425)Felix Fietkau2009-09-19
| | | | SVN-Revision: 17618
* base-files: clear ip addresses on interfaces that are about to be added to a ↵Jo-Philipp Wich2009-09-16
| | | | | | bridge SVN-Revision: 17596
* base-files: dispatch ifdown events for proto=none interfaces and fix a race ↵Jo-Philipp Wich2009-09-14
| | | | | | 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-12
| | | | SVN-Revision: 17572
* base-files: introduce a ready-to-use /etc/rc.local to let users run custom ↵Jo-Philipp Wich2009-09-11
| | | | | | commands on init without creating custom init scripts SVN-Revision: 17571
* bump some revisions and update copyrightsAndy Boyett2009-09-10
| | | | SVN-Revision: 17554
* Revert "fix nonhotpluggable networks not being brought up. Closes #2781" ↵Felix Fietkau2009-09-09
| | | | | | (r17527) until we've solved the race conditions it creates SVN-Revision: 17544
* fix nonhotpluggable networks not being brought up. Closes #2781Travis Kemen2009-09-06
| | | | SVN-Revision: 17527
* package/base-files: set state to 'preinit' before preinit.arch is used, and ↵Gabor Juhos2009-09-05
| | | | | | 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-05
| | | | | | 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-05
| | | | SVN-Revision: 17515
* extend logging functionsTravis Kemen2009-09-04
| | | | SVN-Revision: 17514
* preinit: fix failsafe mode through ctrl+c on devices that do not provide a ↵Felix Fietkau2009-09-02
| | | | | | preinit.arch file SVN-Revision: 17470