summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib/preinit
Commit message (Collapse)AuthorAgeFilesLines
* ar71xx: fix failsafe acces on several devicesGabor Juhos2014-02-251-1/+35
| | | | | | | | | | | | | | The ar71xx platform always uses the eth0 interface to provide access to the device in failsafe mode. Due to this, failsafe access is broken on devices where the LAN ports are connected to the 'eth1' interface. Update the relevant script to correctly set the ifname variable for these devices. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39752
* base-files: input/button drivers get loaded before preinit by procdJohn Crispin2013-06-211-13/+0
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37000
* ar71xx: switch to kmod-gpio-button-hotplugFelix Fietkau2012-02-201-4/+1
| | | | SVN-Revision: 30660
* ar71xx: change user-space board detectionGabor Juhos2011-12-051-0/+2
| | | | SVN-Revision: 29432
* ar71xx: use the gpio_keys_polled driver instead of gpio_buttonsGabor Juhos2011-04-121-1/+1
| | | | SVN-Revision: 26603
* ar71xx: Added preinit scriptlet to set vars based on cpuinfo during ↵Daniel Dickinson2010-05-301-0/+7
| | | | | | preinit_main. This fixes a bug in which the vars were not set due to /proc not being mounted when ar71xx.sh was sourced SVN-Revision: 21634
* preinit: fix mixup between led and reset button enable on some platforms ↵Felix Fietkau2010-01-281-2/+2
| | | | | | (thx, cshore) SVN-Revision: 19370
* add preinit modularization work by Daniel Dickinson (cshore)Felix Fietkau2010-01-253-0/+71
SVN-Revision: 19331