summaryrefslogtreecommitdiffstats
path: root/package/base-files
Commit message (Collapse)AuthorAgeFilesLines
...
* base-files: force preinit to use busybox mount (#6797)Jo-Philipp Wich2010-03-131-0/+4
| | | | SVN-Revision: 20176
* package/base-files: call preinit_ip_deconfig before processing init on ↵Gabor Juhos2010-03-122-1/+2
| | | | | | initramfs images SVN-Revision: 20159
* base-files: fix preinit code typosNicolas Thill2010-03-102-2/+2
| | | | | | | Signed-off-by: Ithamar R. Adema <ithamar.adema@team-embedded.nl> Acked-by: Daniel Dickinson <cshore@csolve.net> SVN-Revision: 20124
* firstboot: detect mtd, rom & jffs parts first, fix jffs mounted testNicolas Thill2010-03-051-5/+5
| | | | SVN-Revision: 19980
* revert r19964 for now, there are issues with opkg/ipkg.py generating the ↵Travis Kemen2010-03-041-3/+2
| | | | | | status db SVN-Revision: 19970
* grab all config files for installed packages, closes #3718Travis Kemen2010-03-031-2/+3
| | | | SVN-Revision: 19964
* firstboot: fix typo (closes: #6738)Nicolas Thill2010-03-011-1/+1
| | | | SVN-Revision: 19944
* base-files: fix enter failsafe messageFelix Fietkau2010-03-011-1/+0
| | | | SVN-Revision: 19937
* 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-123-3/+7
| | | | | | 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-052-2/+3
| | | | | | 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
* base-files: don't build '00_preinit.conf' if CONFIG_PREINITOPT is not selectedGabor Juhos2010-01-261-2/+4
| | | | | | Also, use the default pi_broadcast address if it is not specified SVN-Revision: 19346
* fix missing quote (thx, puchu)Felix Fietkau2010-01-251-1/+1
| | | | SVN-Revision: 19335
* add preinit modularization work by Daniel Dickinson (cshore)Felix Fietkau2010-01-2546-255/+1090
| | | | 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-182-3/+8
| | | | SVN-Revision: 19214
* base-files: sysupgade library coomon.sh has "bug" in glibc enviorement. For ↵Jo-Philipp Wich2010-01-162-1/+4
| | | | | | 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
* base-files: check for libpthread_so.a instead of libc_so.a (some gcc/libc ↵Nicolas Thill2009-12-181-1/+1
| | | | | | 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-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-202-2/+3
| | | | | | duplicates when generating the conffiles tgz archive SVN-Revision: 18455
* neither avr32 or coldfire has a shared libgccImre Kaloz2009-11-121-0/+2
| | | | SVN-Revision: 18402
* do not relink libresolv, it makes iproute2 barfFelix Fietkau2009-10-201-1/+1
| | | | SVN-Revision: 18111
* 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-202-2/+3
| | | | SVN-Revision: 18102
* fix pthread mklibs relinking by copying libpthread_so.a from uclibc instead ↵Felix Fietkau2009-10-201-1/+5
| | | | | | 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-201-1/+4
| | | | | | relinking issues with mklibs, attempt to relink only if the version map is actually present SVN-Revision: 18089