summaryrefslogtreecommitdiffstats
path: root/package/base-files/files
Commit message (Collapse)AuthorAgeFilesLines
* base-files: add add_dns() and remove_dns() helpers to network config, useful ↵Jo-Philipp Wich2010-05-071-0/+29
| | | | | | to merge dns entries from multiple interfaces SVN-Revision: 21391
* base-files: add a coldplug_interface_* hook to bring up non-hotpluggable ↵Jo-Philipp Wich2010-05-061-0/+11
| | | | | | interfaces on boot SVN-Revision: 21389
* base-files, ppp: fix interface shutdownJo-Philipp Wich2010-05-061-3/+3
| | | | SVN-Revision: 21386
* base-files, ppp: remove protocol specific cleanup code from /sbin/ifdown and ↵Jo-Philipp Wich2010-05-052-27/+22
| | | | | | move it to protocol stop callbacks SVN-Revision: 21383
* base-files: do not bring up wlan interfaces from hotplug events, so that ↵Felix Fietkau2010-05-051-0/+2
| | | | | | wrong network/wireless configs are more noticeable SVN-Revision: 21379
* base-files: Remove redundant stopping of watchdogVasilis Tsiligiannis2010-05-031-1/+0
| | | | | | busybox watchdog applet should stop the watchdog before shutting down SVN-Revision: 21341
* add stop() to watchdog init script, patch from Yury PolyanskiyFlorian Fainelli2010-05-031-1/+6
| | | | SVN-Revision: 21334
* Fix bug in foregrounding in /etc/init.d/rcSFlorian Fainelli2010-04-161-2/+6
| | | | | | | | Not using the config_xxx functions correctly. Amended. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 20928
* option to allow boot to run to completion before starting shellFlorian Fainelli2010-04-131-1/+6
| | | | | | | | | | | | | Setting the system variable "foreground" to yes causes the system to run the init scripts in series and wait for completion. This is useful if (a) you don't want the user getting into the console until the system is initialized, or (b) you have things going on in your scripts that require strict ordering (and no possible race conditions). Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 20841
* fix jffs2 and mini_fo mount in failsafe (patch from #7134)Felix Fietkau2010-04-131-1/+1
| | | | SVN-Revision: 20838
* add debugging entry to hotplug configFlorian Fainelli2010-04-101-0/+6
| | | | | | | | This is useful for seeing what devices are detected by the system. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 20785
* base-files: Use hotplug2 to download firmwareVasilis Tsiligiannis2010-04-032-16/+5
| | | | SVN-Revision: 20683
* base-files: also regenerate wifi config if existing config contains only ↵Jo-Philipp Wich2010-04-031-2/+5
| | | | | | whitespace SVN-Revision: 20669
* base-files: Cancel firmware loading if file doesn't existVasilis Tsiligiannis2010-04-011-1/+1
| | | | SVN-Revision: 20649
* base-files: fix shell syntax (prevent error messages when activating ↵Nicolas Thill2010-03-291-1/+1
| | | | | | initscripts in IB) SVN-Revision: 20571
* base-files: add a hotplug handler for rdateJo-Philipp Wich2010-03-272-0/+55
| | | | SVN-Revision: 20518
* base-files: make press key message more explicit in preinitJo-Philipp Wich2010-03-231-1/+1
| | | | SVN-Revision: 20392
* change from /jffs to /overlay, patch from Daniel DickinsonFlorian Fainelli2010-03-2111-19/+20
| | | | SVN-Revision: 20356
* base-files: reload switch settings on /etc/init.d/network start as wellFelix Fietkau2010-03-151-5/+4
| | | | SVN-Revision: 20232
* fix error output of brctl if bridging is not supported.Felix Fietkau2010-03-141-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 Wich2010-03-131-0/+4
| | | | SVN-Revision: 20176
* package/base-files: call preinit_ip_deconfig before processing init on ↵Gabor Juhos2010-03-121-0/+1
| | | | | | 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-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