- 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
-
John Crispin authored
Signed-off-by:
Roman Yeryomin <roman@advem.lv> SVN-Revision: 42910
-
John Crispin authored
Signed-off-by:
Roman Yeryomin <roman@advem.lv> SVN-Revision: 42909
-
John Crispin authored
Signed-off-by:
Roman Yeryomin <roman@advem.lv> SVN-Revision: 42908
-
John Crispin authored
Signed-off-by:
Eddi De Pieri <eddi@depieri.net> SVN-Revision: 42907
-
John Crispin authored
This patch fixes LED definitions for the DRAGINO2 board. 1. It renames the Router/USB led to System, as it is now marked "SYS" on the board. 2. It gives control of the LAN and WAN leds and some other GPIOs to Linux. 3. It fixes the active_low property for the LAN and WAN leds. 4. It sets up WLAN, LAN and WAN leds in the UCI defaults. 5. It allows usage of the System led by the diag.sh script, so it will be used to indicate boot and failsafe status. Signed-off-by:
Vittorio Gambaletta <openwrt@vittgam.net> SVN-Revision: 42897
-
John Crispin authored
This change makes the profile of WDR4900 more consistent with other router specific profiles. Signed-off-by:
Philipp Borgers <borgers@mi.fu-berlin.de> SVN-Revision: 42896
-
Rafał Miłecki authored
Accessing CFG regs with no card present results in SoC hang. Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 42895
-
Rafał Miłecki authored
This way we will get logs if case of hang/crash in bcma or related code. Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 42894
-
- Oct 13, 2014
-
-
John Crispin authored
Error reported by buildbot: Package kmod-at91-adc is missing dependencies for the following libraries: input-core.ko only compile tested Signed-off-by:
Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 42893
-
John Crispin authored
7Links PX-4885 (clones) can also be purchased with 8MB flash. Creating images for these routers, use dtsi for common part Signed-off-by:
Cezary Jackiewicz <cezary.jackiewicz@gmail.com> SVN-Revision: 42892
-
John Crispin authored
pts/feeds update -a" can fail rather silently for feeds using git, as the script does not pause when updating a feed fails. Instead it prints the error message and calmly continues to the next feed. It is very easy to overlook update errors with the feeds updated first, as their text scrolls rapidly away from the screen. This behaviour has not been a big problem with svn feeds, as svn update stops with a conflict message and interactively forces the user to resolve or postpone the conflict. In any case the svn error is noticed by the user. Majority of the feeds use now git, so this silent failure can affect users doing private builds in an increasing amount. Below is an example of update failing and script continuing: perus@v1404:/Openwrt/barrier$ ./scripts/feeds update -a Updating feed 'packages' from 'https://github.com/openwrt/packages.git;for-14.07' ... remote: Counting objects: 17, done. remote: Compressing objects: 100% (15/15), done. remote: Total 17 (delta 10), reused 8 (delta 1) Unpacking objects: 100% (17/17), done. From https://github.com/openwrt/packages 62031da..dc26009 for-14.07 -> origin/for-14.07 Updating 62031da..dc26009 error: Your local changes to the following files would be overwritten by merge: utils/collectd/Makefile Please, commit your changes or stash them before you can merge. Aborting failed. Updating feed 'luci' from 'http://git.openwrt.org/project/luci.git;luci-0.12' ... Already up-to-date. Create index file './feeds/luci.index' Updating feed 'routing' from 'https://github.com/openwrt-routing/packages.git;for-14.07' ... ... The script prints "failed.", but does not break the updating process. The "update_feed" function returns an error code 1, but that value is not checked in the "update" function, which continues to the next feed. Return 1 as error: https://dev.openwrt.org/browser/trunk/scripts/feeds#L547 Call to update_feed without any error monitoring: https://dev.openwrt.org/browser/trunk/scripts/feeds#L585 The included patch makes the feeds script to stop updating after failing to update a feed. The script continues to the refresh_config step despite a possible failure in updating, so the stopping action just prevents the other feeds from updating and makes the error more clearly visible. Signed-off-by:
Hannu Nyman <hannu.nyman@iki.fi> SVN-Revision: 42891
-
John Crispin authored
this adds support for overlayfs v23 Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 42890
-
Rafał Miłecki authored
Signed-off-by:
Stephen Parry <sgparry@mainscreen.com> Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 42889
-
- Oct 12, 2014
-
-
Felix Fietkau authored
x86: remove old soekris config hacks, install a more appropriate default /etc/config/network with lan+wan Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42888
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42884
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42883
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42882
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42881
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42880
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42879
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42878
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42877
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42876
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42875
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42874
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42873
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42872
-
Steven Barth authored
Patch allows to configure the mtu of the dynamic 6rd tunnel interface when created by dhcp script. In some setups it's desirable to have config control over the 6rd tunnel mtu to maximize the traffic throughput Signed-off-by:
Hans Dedecker <dedeckeh@gmail.com> SVN-Revision: 42871
-
Steven Barth authored
SVN-Revision: 42869
-
- Oct 10, 2014
-
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 42868
-
John Crispin authored
Signed-off-by:
Roger Pueyo Centelles <roger.pueyo@guifi.net> SVN-Revision: 42867
-
John Crispin authored
This will not work for all board/dongle combinations until we hit 3.17. Signed-off-by:
Matti Laakso <malaakso@elisanet.fi> SVN-Revision: 42866
-
- Oct 09, 2014
-
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 42865
-
Rafał Miłecki authored
DT file doesn't include any GPIOs yet, but let's add it as we got some interest in this device on IRC. Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 42864
-
Rafał Miłecki authored
Let's generate a simple TRX file as we can't get encrypted one. Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 42863
-
Felix Fietkau authored
Signed-off-by:
Michel Stam <m.stam@fugro.nl> SVN-Revision: 42861
-
Steven Barth authored
SVN-Revision: 42860
-
Steven Barth authored
This is not needed after all: Omitting option ipv6 or setting it to 'auto' will fire up a dhcpv6 subprotocol (this was added). Setting ipv6 to 1 will only cause the IPv6 link to be brought up and an accompanying dhcpv6 or static interface with ifname @wan can be used to configure addresses. Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 42859
-
Steven Barth authored
spotted by buildbot brcm2708: http://buildbot.openwrt.org:8010/builders/brcm2708/ Signed-off-by:
Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 42858
-