summaryrefslogtreecommitdiff
path: root/target/linux/brcm63xx/base-files/lib/preinit
Commit message (Collapse)AuthorAgeFilesLines
* target/linux : drop many archLudovic Pouzenc2018-09-145-63/+0
|
* base-files: input/button drivers get loaded before preinit by procdJohn Crispin2013-06-211-15/+0
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37000
* remove superfluous calls to /lib/brcm63xx.shFlorian Fainelli2013-02-052-6/+0
| | | | | | | | | | The first preinit script 03_do_brcm63xx.sh does the right job of exporting variables for the other subsequent preinit scripts to use them. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35504
* remove references to the old switch driverFlorian Fainelli2013-02-051-15/+0
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35503
* bcm63xx: switch to b53 and swconfigJonas Gorski2013-01-232-23/+1
| | | | | | | | | | | | | | | | | Switch to using the B53 switch driver where appropriate. Use a non-tagged default config where it isn't confirmed to be working. Remove the switch configuration in preinit as the switch will now be configured by the driver to use port isolation to prevent leakage between lan and wan. While at it, also provide a switch config for Neufbox 6. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 35307
* bcm63xx: fix entering failsafe through buttonJonas Gorski2012-10-081-0/+1
| | | | | | | gpio_keys_polled needs to be loaded in preinit for buttons to work for entering failsafe. SVN-Revision: 33653
* bcm63xx: Don't hardcode the switch ethernet interface in preinit.Daniel Dickinson2010-11-282-10/+10
| | | | | | | | | | Currently eth1 is hardcoded as the expected interface switches in diagmode. This patch replaces the eth1 with the ifname, and also directly tests if the interface specified by ifname has a switch attached. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 24186
* brcm63xx: Fixed vlan packet leakage in preinit for known devices with a ↵Daniel Dickinson2010-05-304-0/+97
| | | | | | switch on eth1 (currently only 96348GW - Tecom 6x00) SVN-Revision: 21629
* brcm63xx: Added preinit reset button module loading for devices known to ↵Daniel Dickinson2010-05-301-0/+16
| | | | | | support it and for which /lib/brcm63xx.sh has the definitions (currently only 96348GW - Tecom 6x00) SVN-Revision: 21628
* brcm63xx: Added preinit board-type detection (currently only 96348GW - Tecom ↵Daniel Dickinson2010-05-301-0/+7
6x00) SVN-Revision: 21626