- 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
-
- Feb 09, 2016
-
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 48685
-
Jo-Philipp Wich authored
With this patch sysupgrade will write directly to the partitions instead of to the main disk. The UUID is copied from the image to the MBR as well. This prevents the mbr from being completely overwritten and losing the partition table. The -p option has been added to maintain the original behavior and overwite the entire disk with the new image. Tests have been added to ensure that the image partitions match up with the active partitions. Signed-off-by:
Rob Mosher <nyt-openwrt@countercultured.net> SVN-Revision: 48682
-
- Feb 08, 2016
-
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 48678
-
John Crispin authored
On systems that have an RTC prefer it to the file-based time fixup (i.e. use hwclock when there is a permanent clock instead of the faked up time logic that is needed when there is not RTC). We can't rely on hctosys kernel feature either as we're usually using RTC as kernel modules which are usually being loaded after hctosys was run, leading in the following error: hctosys: unable to open rtc device (rtc0) Signed-off-by:
Daniel Dickinson <openwrt@daniel.thecshore.com> Signed-off-by:
Petr Štetiar <ynezz@true.cz> SVN-Revision: 48661
-
- Feb 07, 2016
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48646
-
- Jan 25, 2016
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48493
-
Felix Fietkau authored
change 48451 tried to add support for uclient-fetch by moving /usr/bin/wget to /bin/wget, but this change kept the symbolic link to /bin/busybox as install_bin creates links to param 1 the desired fix is to link to uclient-fetch to wget: install_bin /bin/uclient-fetch /bin/wget Signed-off-by:
John Clark <inindev@gmail.com> SVN-Revision: 48483
-
- Jan 22, 2016
-
-
Felix Fietkau authored
with r48379 and r48386 the path of wget changed. respect that and adjust the dirname. this fixes #21680 Signed-off-by:
Bastian Bittorf <bittorf@bluebottle.com> SVN-Revision: 48451
-
- Jan 17, 2016
-
-
Jo-Philipp Wich authored
A previous change to sysupgrade moved the overlay files into upper/ The -c switch generates a list of files to backup, but the sed calls did not take this into consideration. Signed-off-by:
Rob Mosher <nyt-openwrt@countercultured.net> SVN-Revision: 48281
-
- Dec 23, 2015
-
-
John Crispin authored
Signed-off-by:
Roman Yeryomin <roman@advem.lv> SVN-Revision: 47980
-
- 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
-
John Crispin authored
Signed-off-by:
Etienne CHAMPETIER <champetier.etienne@gmail.com> SVN-Revision: 47855
-
John Crispin authored
LEDs which are controlled by a PWM need to use the supplied max_brightness instead. Otherwise they might appear to be very dim / broken. Signed-off-by:
Chris R Blake <chrisrblake93@gmail.com> SVN-Revision: 47854
-
- 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
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 47718
-
- Nov 30, 2015
-
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 47679
-
Jo-Philipp Wich authored
Only se4t the force_link property for non-lan, non-wan ifaces as it is unnecessary in the default cases. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 47675
-
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
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 47659
-
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
Add support for emitting rssi monitor and led configuration sections. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 47656
-
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: 47654
-