Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | base-files: Use hotplug2 to download firmware | Vasilis Tsiligiannis | 2010-04-03 | 2 | -16/+5 |
| | | | | SVN-Revision: 20683 | ||||
* | base-files: also regenerate wifi config if existing config contains only ↵ | Jo-Philipp Wich | 2010-04-03 | 2 | -3/+6 |
| | | | | | | whitespace SVN-Revision: 20669 | ||||
* | base-files: Cancel firmware loading if file doesn't exist | Vasilis Tsiligiannis | 2010-04-01 | 1 | -1/+1 |
| | | | | SVN-Revision: 20649 | ||||
* | base-files: fix shell syntax (prevent error messages when activating ↵ | Nicolas Thill | 2010-03-29 | 1 | -1/+1 |
| | | | | | | initscripts in IB) SVN-Revision: 20571 | ||||
* | base-files: add a hotplug handler for rdate | Jo-Philipp Wich | 2010-03-27 | 3 | -1/+56 |
| | | | | SVN-Revision: 20518 | ||||
* | base-files: make press key message more explicit in preinit | Jo-Philipp Wich | 2010-03-23 | 1 | -1/+1 |
| | | | | SVN-Revision: 20392 | ||||
* | change from /jffs to /overlay, patch from Daniel Dickinson | Florian Fainelli | 2010-03-21 | 12 | -20/+21 |
| | | | | SVN-Revision: 20356 | ||||
* | base-files: reload switch settings on /etc/init.d/network start as well | Felix Fietkau | 2010-03-15 | 1 | -5/+4 |
| | | | | SVN-Revision: 20232 | ||||
* | fix error output of brctl if bridging is not supported. | Felix Fietkau | 2010-03-14 | 1 | -1/+1 |
| | | | | | | | | | | | | The following error is displayed during network configuration on any device that has DEVICE_TYPE set to something else then router, or has brctl functionality disabled through some other method: "brctl: SIOCGIFBR: Package not installed" This is due to the unbridge function being called, which uses "brctl show" to determine if the interface is bridged. Signed-off-by: Ithamar R. Adema <ithamar.adema@team-embedded.nl> SVN-Revision: 20218 | ||||
* | base-files: force preinit to use busybox mount (#6797) | Jo-Philipp Wich | 2010-03-13 | 1 | -0/+4 |
| | | | | SVN-Revision: 20176 | ||||
* | package/base-files: call preinit_ip_deconfig before processing init on ↵ | Gabor Juhos | 2010-03-12 | 2 | -1/+2 |
| | | | | | | initramfs images SVN-Revision: 20159 | ||||
* | base-files: fix preinit code typos | Nicolas Thill | 2010-03-10 | 2 | -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 test | Nicolas Thill | 2010-03-05 | 1 | -5/+5 |
| | | | | SVN-Revision: 19980 | ||||
* | revert r19964 for now, there are issues with opkg/ipkg.py generating the ↵ | Travis Kemen | 2010-03-04 | 1 | -3/+2 |
| | | | | | | status db SVN-Revision: 19970 | ||||
* | grab all config files for installed packages, closes #3718 | Travis Kemen | 2010-03-03 | 1 | -2/+3 |
| | | | | SVN-Revision: 19964 | ||||
* | firstboot: fix typo (closes: #6738) | Nicolas Thill | 2010-03-01 | 1 | -1/+1 |
| | | | | SVN-Revision: 19944 | ||||
* | base-files: fix enter failsafe message | Felix Fietkau | 2010-03-01 | 1 | -1/+0 |
| | | | | SVN-Revision: 19937 | ||||
* | add block-extroot, a package for using an external filesystem as rootfs ↵ | Felix Fietkau | 2010-02-26 | 1 | -0/+1 |
| | | | | | | (patch by cshore) SVN-Revision: 19880 | ||||
* | add the block-mount package by Daniel Dickinson (cshore), replacing existing ↵ | Felix Fietkau | 2010-02-26 | 3 | -93/+0 |
| | | | | | | automount functionality SVN-Revision: 19877 | ||||
* | base-files: add /dev/hvcX to hotplug common rules | Jo-Philipp Wich | 2010-02-12 | 1 | -1/+1 |
| | | | | SVN-Revision: 19608 | ||||
* | base-files: revert dhcp state information on ifdown and restore pre-r19530 ↵ | Jo-Philipp Wich | 2010-02-12 | 3 | -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 Kemen | 2010-02-12 | 1 | -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 Clausen | 2010-02-09 | 1 | -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 Wich | 2010-02-05 | 2 | -2/+3 |
| | | | | | | Scott Dudley) SVN-Revision: 19530 | ||||
* | /sbin/wifi: improve reliability of restarts by resetting the state properly | Felix Fietkau | 2010-02-02 | 1 | -2/+7 |
| | | | | SVN-Revision: 19495 | ||||
* | base-file: revert unrelated change accidentally committed in r19478 | Jo-Philipp Wich | 2010-02-01 | 1 | -4/+0 |
| | | | | SVN-Revision: 19488 | ||||
* | base-files: preinit: get rid of /dev/null redirections and use grep -q where ↵ | Jo-Philipp Wich | 2010-02-01 | 5 | -6/+10 |
| | | | | | | applicable SVN-Revision: 19478 | ||||
* | quieten the check for devs, thanks nbd | Florian Fainelli | 2010-01-31 | 1 | -1/+1 |
| | | | | SVN-Revision: 19473 | ||||
* | /dev/null was used before it was created, so an empty file was created. This ↵ | Florian Fainelli | 2010-01-31 | 1 | -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 Fietkau | 2010-01-30 | 1 | -1/+1 |
| | | | | SVN-Revision: 19429 | ||||
* | stop syslogd before rebooting, otherwise umount might not work properly when ↵ | Felix Fietkau | 2010-01-30 | 1 | -0/+6 |
| | | | | | | logging to a file (thx, puchu) SVN-Revision: 19428 | ||||
* | when rebooting, stop the network interfaces last (just before umount) to ↵ | Felix Fietkau | 2010-01-30 | 1 | -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 Fietkau | 2010-01-29 | 1 | -1/+1 |
| | | | | | | config dependent) SVN-Revision: 19375 | ||||
* | preinit: Remove Ctrl-C prompt...impossible on /dev/console (patch by cshore) | Felix Fietkau | 2010-01-28 | 1 | -1/+1 |
| | | | | SVN-Revision: 19367 | ||||
* | base-files: don't build '00_preinit.conf' if CONFIG_PREINITOPT is not selected | Gabor Juhos | 2010-01-26 | 1 | -2/+4 |
| | | | | | | Also, use the default pi_broadcast address if it is not specified SVN-Revision: 19346 | ||||
* | fix missing quote (thx, puchu) | Felix Fietkau | 2010-01-25 | 1 | -1/+1 |
| | | | | SVN-Revision: 19335 | ||||
* | add preinit modularization work by Daniel Dickinson (cshore) | Felix Fietkau | 2010-01-25 | 46 | -255/+1090 |
| | | | | SVN-Revision: 19331 | ||||
* | fix a typo in the hwmode handling in /sbin/wifi (thx, maddes) | Felix Fietkau | 2010-01-24 | 1 | -1/+1 |
| | | | | SVN-Revision: 19313 | ||||
* | base-files: ensure that the ip6addr of the main interface stays the primary ↵ | Jo-Philipp Wich | 2010-01-23 | 1 | -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 Wich | 2010-01-23 | 1 | -4/+5 |
| | | | | | | lazy mount (#6517) SVN-Revision: 19300 | ||||
* | base-files: disable bridge firewalling by default | Jo-Philipp Wich | 2010-01-18 | 2 | -3/+8 |
| | | | | SVN-Revision: 19214 | ||||
* | base-files: sysupgade library coomon.sh has "bug" in glibc enviorement. For ↵ | Jo-Philipp Wich | 2010-01-16 | 2 | -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 Wich | 2010-01-13 | 1 | -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 Fietkau | 2010-01-06 | 1 | -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 rootpath | Hamish Guthrie | 2009-12-21 | 1 | -1/+1 |
| | | | | SVN-Revision: 18876 | ||||
* | base-files: check for libpthread_so.a instead of libc_so.a (some gcc/libc ↵ | Nicolas Thill | 2009-12-18 | 1 | -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 Fietkau | 2009-12-09 | 1 | -2/+2 |
| | | | | SVN-Revision: 18718 | ||||
* | do not start multiple subshells for applying /etc/uci-defaults. use sh -x ↵ | Felix Fietkau | 2009-12-09 | 2 | -6/+5 |
| | | | | | | for hush compatibility SVN-Revision: 18717 | ||||
* | functions.sh: use functions instead of aliases for the debug, mount wrappers ↵ | Felix Fietkau | 2009-12-09 | 1 | -2/+7 |
| | | | | | | - hush does not have aliases SVN-Revision: 18715 | ||||
* | fix firmware loading broken by the busybox upgrade | Felix Fietkau | 2009-12-08 | 1 | -1/+1 |
| | | | | SVN-Revision: 18705 |