- Mar 07, 2016
-
-
Felix Fietkau authored
We are now shipping a DSL firmware, do not set it by default to some file name. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 48941
-
- Feb 26, 2016
-
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 48806
-
- Feb 25, 2016
-
-
Felix Fietkau authored
This patch adds extra parameter to switch LED trigger initialization functions. New functionality maintains backward compatibility, so calling functions without setting new speed_mask parameter works as expected. Signed-off-by:
Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl> SVN-Revision: 48776
-
John Crispin authored
oneshot and timer have the same configuration options, just a different trigger name. Signed-off-by:
Karl Palsson <karlp@etactica.com> SVN-Revision: 48770
-
- Dec 19, 2015
-
-
Felix Fietkau authored
Remove usage of dd, as per request from Yousong Zhou. <https://lists.openwrt.org/pipermail/openwrt-devel/2015-December/037743.html > Signed-off-by:
Chris R Blake <chrisrblake93@gmail.com> SVN-Revision: 47949
-
Felix Fietkau authored
The MR18 stores the ath9k eeprom values on the NAND. This patch makes it possible to retrieve the images from there. Signed-off-by:
Chris R Blake <chrisrblake93@gmail.com> SVN-Revision: 47948
-
- Dec 11, 2015
-
-
Jo-Philipp Wich authored
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
-
- Dec 04, 2015
-
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 47762
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 47752
-
Jo-Philipp Wich authored
This adds support for specifying the dsl modem, atm bridge configs and setting the pppoe protocol for wan. These additions are required to port the Lantiq target to board.d. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 47750
-
- Dec 03, 2015
-
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 47744
-
Jo-Philipp Wich authored
Some boards, e.g. the Sheeva Plug, require the lan interface to be set to DHCP instead of a static address, therfore support that. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 47732
-
Jo-Philipp Wich authored
Add ucidef_set_led_timer() and handling for it to config_generate. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 47731
-
Jo-Philipp Wich authored
Add ucidef_set_led_ide() to define "ide-disk" triggered leds. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 47729
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 47728
-
Jo-Philipp Wich authored
This changes uci-defaults-new.sh, config_generate and all relevant board.d files in order combine ucidef_add_switch() and ucidef_add_switch_ports() into a single function. Also removes now superfluous enable and reset arguments. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 47721
-
Jo-Philipp Wich authored
Out of 69 switch definitions, only 3 pass something different than "1" as values for reset and enable, with one of those three being invalid. This change ... * removes the reset and enable arguments from ucidef_add_switch() * unconditionally writes reset:1 and enable:1 to JSON * converts the three users of nonstandard values to ucidef_add_switch_attr() Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 47720
-
Jo-Philipp Wich authored
Remove support for now unused ucidef_add_switch_vlan(), move port->vlan and vlan->interfaces conversion to uci-defaults-new.sh and massively simplify config_generate. This change prepares the following upcoming steps: * Eliminate use of ucidef_set_interface_lan_wan() for switch only devices * Merge ucidef_add_switch() with ucidef_add_switch_ports() Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 47719
-
- Nov 30, 2015
-
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 47679
-
Jo-Philipp Wich authored
Properly quote variables in ucidef_set_interface_lan() and ucidef_set_interface_lan(), otherwise interfaces with multiple devices are not properly written into the configuration. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 47673
-
Jo-Philipp Wich authored
Add ucidef_set_board_id() and ucidef_set_model_name() procedures to store model information in the board.json file. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 47671
-
- Nov 26, 2015
-
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 47660
-
Jo-Philipp Wich authored
The only user was the hg255d board and config_generate did not even emit proper uci for it. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 47658
-
Jo-Philipp Wich authored
Remove extra nesting of rssi leds in the led object and move rssi monitor declaration to its own object. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 47655
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 47652
-
- Nov 25, 2015
-
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 47645
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 47644
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 47643
-
- Nov 24, 2015
-
-
Jo-Philipp Wich authored
Add further helper functions to uci-defaults-new.sh for easier declarations of complex switch layouts. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 47638
-
- Sep 21, 2015
-
-
Felix Fietkau authored
Even though there are not many users left within the OpenWrt tree it seems this function broke during the kernel 3.18 transition. Fix it by providing a workdir as required by overlayfs. Signed-off-by:
Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 47015
-
- Sep 04, 2015
-
-
Jonas Gorski authored
Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 46794
-
- Jul 14, 2015
-
-
John Crispin authored
Signed-off-by:
Günther Kelleter <guenther.kelleter@devolo.de> SVN-Revision: 46341
-
- Jul 08, 2015
-
-
John Crispin authored
Internal GPIO pins are used for PoE passthrough setups in multi-port routers. This patch implemnets control over this hardware feature for Ubiquiti Nanostations and TP-Link CPE510. Signed-off-by:
Lars Kruse <lists@sumpfralle.de> SVN-Revision: 46271
-
- Feb 14, 2015
-
-
John Crispin authored
Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 44446
-
- Jan 20, 2015
-
-
John Crispin authored
This restores normal pre-r43715 200ms blink-period for the System LED we're all accustomed to see while our OpenWrt routers are booting. Failsafe possibility will now be signalled with a new 100ms blinking, which is easily recognizable from the normal 200ms booting. So no existing user will be scared by a new 500ms LED pattern, since such a slow pattern could easily be mistaken for something wrong... I was like "ok why my router is collapsing now, is this a bad flash, a kernel panic, or what else" when I've seen it for the first time ;) Sorry for not having explained myself better in v1 of this patch. Original: Preinit, failsafe is possible: 200ms Preinit, failsafe not possible anymore, booting normally: 200ms Failsafe entered: 50ms Now (after preinit_regular has been introduced): Preinit, failsafe is possible: 200ms Preinit, failsafe not possible anymore, booting normally: 500ms *here is the "offending" change* Failsafe entered: 50ms With my proposed patch: Preinit, failsafe is possible: 100ms *indicate this condition with a new timing, that prompts the user to press the key if they want to start failsafe* Preinit, failsafe not possible anymore, booting normally: 200ms *keep this as before* Failsafe entered: 50ms Signed-off-by:
Vittorio Gambaletta <openwrt@vittgam.net> SVN-Revision: 44056
-
- Jan 17, 2015
-
-
John Crispin authored
Signed-off-by:
Gerald Kerma <dreagle@doukki.net> SVN-Revision: 44000
-
- Jan 08, 2015
-
-
John Crispin authored
The enable and reset settings need to be added even when they're false. This is true at least for 'enable', that seems to default to true otherwise. Signed-off-by:
Vittorio Gambaletta <openwrt@vittgam.net> SVN-Revision: 43887
-
- Dec 15, 2014
-
-
John Crispin authored
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
-
- Oct 14, 2014
-
-
John Crispin authored
[base-files] shell-scripting: fix wrong usage of '==' operator normally the '==' is used for invoking a regex parser and is a bashism. all of the fixes just want to compare a string. the used busybox-ash will silently "ignore" this mistake, but make it portable/clean at least. this patch does not change the behavior/logic of the scripts. Signed-off-by:
Bastian Bittorf <bittorf@bluebottle.com> SVN-Revision: 42911
-
- Oct 09, 2014
-
-
Steven Barth authored
Return all IPv4 and IPv6 addresses. Signed-off-by:
Mathias Kresin <openwrt@kresin.me> SVN-Revision: 42856
-