- Apr 10, 2015
-
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 45365
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 45364
-
John Crispin authored
these break the IB since the module is part of i2c-core now Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 45363
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45362
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45361
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45360
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 45359
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 45358
-
Jonas Gorski authored
Fixes build failure caught by buildbot: IEEE Std 802.15.4 Low-Rate Wireless Personal Area Networks support (IEEE802154) [M/n/y/?] m 6lowpan support over IEEE 802.15.4 (IEEE802154_6LOWPAN) [N/m/?] (NEW) aborted! Console input/output is redirected. Run 'make oldconfig' to update configuration. make[6]: *** [silentoldconfig] Error 1 make[5]: *** [silentoldconfig] Error 2 Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 45357
-
Jonas Gorski authored
* properly enclose macro arguments in paranthesis on use * remove trailing white space * convert C99 // comments * add missing blank lines after declaration * remove braces from single statement blocks * split lines > 80 chars (except for one) Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 45356
-
Jonas Gorski authored
They are also present on some BCM63xx switches. Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 45355
-
Steven Barth authored
Fix crash caused by malformed DNS requests Improved DNSSEC handling Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 45354
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 45353
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 45352
-
John Crispin authored
r45270 removed ieee80211n=%d from the format string but didn't remove the parameter itself. Though this probably doesn't cause any harm, it's quite confusing and unneeded. Signed-off-by:
Daniel Golle <daniel@makrotopia.org> SVN-Revision: 45351
-
John Crispin authored
it causes problems with newer iptables when ipv6 is disabled as iptc uncoditionally links ip6tc Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 45350
-
John Crispin authored
This patch adds the wpan-tools (iwpan) utility to OpenWRT build system. This utility required to manage IEE-802.15.4 devices. Signed-off-by:
Varka Bhadram <varkab@cdac.in> SVN-Revision: 45349
-
John Crispin authored
This patch adds the IEEE-802.15.4 and 6LoWPAN related packages. Signed-off-by:
Varka Bhadram <varkab@cdac.in> SVN-Revision: 45348
-
John Crispin authored
Having CONFIG_XZ_DEC_ARMTHUMB enabled breaks squashfs when ARM BCJ filter was used to create the filesystem (and that's what we do on all ARM targets). Thus unset CONFIG_XZ_DEC_ARMTHUMB to fix squashfs on sunxi. Signed-off-by:
Daniel Golle <daniel@makrotopia.org> SVN-Revision: 45347
-
John Crispin authored
Signed-off-by:
Mathieu Olivari <mathieu@codeaurora.org> SVN-Revision: 45346
-
John Crispin authored
kmod-usb-phy-qcom-dwc3 is required to get USB working on ipq806x. It was missed in previous commit so let's enable it automatically. Signed-off-by:
Mathieu Olivari <mathieu@codeaurora.org> SVN-Revision: 45345
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 45344
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 45343
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 45342
-
John Crispin authored
this fixes extroot on mvebu Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 45341
-
- Apr 09, 2015
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45340
-
John Crispin authored
Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 45339
-
John Crispin authored
Current NAND sysupgrade process is a bit hard to follow due to the way of triggering stage1. Currently this is done by leaving a /mark/ in the form of /tmp/sysupgrade-nand-path during nand_do_platform_check. Existence of this mark stops standard sysupgrade process (as the result of sysupgrade_pre_upgrade exit). This may be a bit misleading. Proposed solution adds a new function that will allow platform.sh trigger NAND sysupgrade consciously. This will also allow cleaning nand_do_platform_check limiting it to just checking the image. Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 45338
-
John Crispin authored
it needs to be moved to compat-wireless Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 45337
-
John Crispin authored
- move config symbol to separate package (Why was it there in the first place?) - 8723au might be used in some USB sticks or on some sunxi boards compile tested only Signed-off-by:
Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 45336
-
John Crispin authored
triggered by enabling RFKILL in global build options Signed-off-by:
Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 45335
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 45334
-
John Crispin authored
Enables last error support for the PPP protocol handlers. In generic teardown the PPP daemon exit code is translated into a self explaining error string which is set as interface error by proto_notify_error in case of failure. Signed-off-by:
Johan Peeters <johan.peeters111@gmail.com> Signed-off-by:
Hans Dedecker <dedeckeh@gmail.com> SVN-Revision: 45333
-
John Crispin authored
The option '--servers-file' is available since dnsmasq v2.69. Signed-off-by:
Lars Kruse <lists@sumpfralle.de> SVN-Revision: 45332
-
John Crispin authored
MicroWRT is an wireless router with 2 USB,1 ethernet port. It has a 16M flash and 64M DDR2 RAM. You can use most interface, such as i2c, SPI, i2s and PCIe. Besides that there are three expansion borad to combine with the core board. The detailed information, please refer to https://www.microduino.cc/wiki/index.php?title=Main_Page This patch adds support for it. Because there is only one port,so disabled VLAN and use eth0 as lan port. and only a power LED control by power pin. Signed-off-by:
盛凯 <shengkai81@gmail.com> SVN-Revision: 45331
-
John Crispin authored
Signed-off-by:
Catalin Patulea <catalinp@google.com> SVN-Revision: 45330
-
John Crispin authored
this allow us to use syslog tcp with \0 trailer instead of \n trailer (logread -0 option) Signed-off-by:
Etienne CHAMPETIER <champetier.etienne@gmail.com> SVN-Revision: 45329
-
John Crispin authored
None of the LEDs are enabled by default on the Hornet-UB X2 board (the 16/64MB version of the Hornet-UB), because it uses a different board-name ("hornet-ub-x2"); but hornet-ub and hornet-ub-x2 boards are equivalent WRT their LEDs. SIgned-off-by:
Joshua Judson Rosen <jrosen@harvestai.com> SVN-Revision: 45328
-
John Crispin authored
merge patches from Bjørn Mork http://patchwork.ozlabs.org/patch/459277/ Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 45327
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 45326
-