summaryrefslogtreecommitdiffstats
path: root/target/linux/ar7/base-files
Commit message (Collapse)AuthorAgeFilesLines
* all: drop old uci-defaults.shJo-Philipp Wich2015-12-111-1/+1
| | | | | | | | | Replace former uci-defaults.sh implementation with the uci-defaults-new.sh one and update all users accordingly. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 47867
* ar7: switch from uci-defaults to board.dJo-Philipp Wich2015-12-043-80/+28
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 47757
* add "preinit_regular" diag.sh set_state argumentJohn Crispin2014-12-151-0/+3
| | | | | | | | | | | | This new argument is used right after starting regular preinit (which happens if failsafe wasn't triggered). The main purpose of "preinit" argument is to indicate that failsafe can be triggered, however we were missing a way to inform user that we don't wait for a trigger anymore. With this change it's clear when failsafe mode can be triggered. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 43715
* Change default IPv6 config to enable DHCPv6-PDSteven Barth2013-04-221-1/+1
| | | | SVN-Revision: 36384
* Adapt default network configuration for IPv6Steven Barth2013-04-091-0/+8
| | | | SVN-Revision: 36278
* ar7: migrate to common led helper functionsFlorian Fainelli2013-02-181-33/+27
| | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de> Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35659
* all targets: use numerically prefixed uci-defaults file names to better ↵Jo-Philipp Wich2013-01-181-0/+0
| | | | | | control order of execution SVN-Revision: 35217
* enable mvswitch driverFlorian Fainelli2012-10-131-1/+1
| | | | | | | | And fix the default network configuration to create the required VLANs. Patch from Daniel Gimpelevich. SVN-Revision: 33750
* use the second available LED to encore mode boot statesFlorian Fainelli2012-10-131-6/+20
| | | | | | Patch from Daniel Gimpelevich. SVN-Revision: 33749
* base-files: diag.sh: added failsafe led definitionDaniel Dickinson2011-07-071-1/+9
| | | | SVN-Revision: 27502
* add a default network config file, patch from WipsterFlorian Fainelli2011-02-211-0/+30
| | | | SVN-Revision: 25647
* include second ethernet interface in bridge after r20022Florian Fainelli2010-05-021-1/+1
| | | | SVN-Revision: 21307
* Sync ar7 default network configuration with latest firewall and network ↵Florian Fainelli2008-08-311-2/+2
| | | | | | settings, thanks sn9 SVN-Revision: 12444
* set default atm-bridge payload to 'bridged' so we don't break old configsMatteo Croce2008-05-041-1/+1
| | | | SVN-Revision: 11044
* ar7: add support for bridged ATM in network setupMatteo Croce2008-05-031-0/+1
| | | | SVN-Revision: 11033
* Minor patch to the AR7 diag.sh to make the status LED a bit more useful. ↵Felix Fietkau2007-12-071-13/+20
| | | | | | | | | | | | | | | From the patch: This setup gives us 3.5 distinguishable states: - Solid OFF: Bootloader running, or kernel hung (timer task stalled) - Solid ON: Kernel hung (timer task stalled) - 5Hz blink: preinit - Heartbeat: normal operation Signed-off-by: oliver@opencloud.com SVN-Revision: 9666
* we are using leds-gpio nowEugene Konev2007-10-111-2/+2
| | | | SVN-Revision: 9252
* get rid of per-profile base-filesGabor Juhos2007-09-293-0/+0
| | | | SVN-Revision: 9069
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-063-0/+73
(the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. SVN-Revision: 8653