- Aug 31, 2014
-
-
Felix Fietkau authored
Fixes #17725. Signed-off-by:
Brian Norris <computersforpeace@gmail.com> SVN-Revision: 42343
-
Felix Fietkau authored
Signed-off-by:
Nikos Mavrogiannopoulos <nmav@gnutls.org> SVN-Revision: 42341
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42339
-
- Aug 30, 2014
-
-
Jonas Gorski authored
Build libbfd and libopcodes as shared libraries, else they get linked statically into every binary, increasing each binary size by ~650kB. Reduces binutils package size to old expected values. Fixes #17060. Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 42337
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 42336
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 42335
-
John Crispin authored
Patches are generated using the "format-patch" command from the following location: *https://www.codeaurora.org/cgit/quic/kernel/galak-msm/log/?h=apq_ipq_base *rev=0771849495b4128cac2faf7d49c85c729fc48b20 Patches numbered 76/77/102/103 have already been integrated in 3.14.12, so they're not in this list. All these patches are either integrated are pending integration into kernel.org, therefore these patches should go away once the kernel gets upgraded to 3.16. Support is currently limited to AP148 board but can be extended to other platforms in the future. These changes do not cover ethernet connectivity. Signed-off-by:
Mathieu Olivari <mathieu@codeaurora.org> SVN-Revision: 42334
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42333
-
Florian Fainelli authored
We were prompted for which DEBUG_LL_UART implementation we want, fix the typos such that the build continues. Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 42332
-
- Aug 29, 2014
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42331
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42329
-
Felix Fietkau authored
This improves performance when doing concurrent rx/tx on a single ethernet MAC, e.g. when routing between VLANs. Fixes #13072 Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42328
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 42327
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 42326
-
John Crispin authored
* ipv6 * 4 bugs in the dns parser * service announcement * tx goodbye support * proper handling of rx goodbye Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 42325
-
John Crispin authored
this adds a interafce.update trigger and mdns service registration helpers Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 42324
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42322
-
- Aug 28, 2014
-
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 42321
-
John Crispin authored
Use an if/else statement to cover the two different syntaxes. Add comments explaining what the end results should look like. This patch should not change the script's output. Signed-off-by:
Kevin Cernekee <cernekee@gmail.com> SVN-Revision: 42320
-
John Crispin authored
An entry like this in /etc/config/dhcp: config 'host' option 'name' 'pc2' option 'ip' '192.168.100.56' option 'dns' '1' results in a /tmp/hosts/dhcp entry that looks like this: 192.168.100.56 .lan Obviously it should say "pc2.lan". This happens because $name is set to "" in order to support the MAC-less syntax: "--dhcp-host=lap,192.168.0.199". Fix this by reordering the operations. Also, refuse to add a DNS entry if the hostname or IP is missing. Fixes #17683 Reported-by:
Kostas Papadopoulos <kpapad75@travelguide.gr> Signed-off-by:
Kevin Cernekee <cernekee@gmail.com> SVN-Revision: 42319
-
John Crispin authored
LuCI creates "domain" UCI config sections, which the dnsmasq init file then, currently, translates into "address" config lines. This is not the correct usage of "address" (see r36943), and also causes rDNS records to not be created. This patches dnsmasq.init to utilize the additional hosts file introduced in r40799 for such domain names, resolving both issues. Signed-off-by:
Tyler Fenby <tylerf@securecominc.com> SVN-Revision: 42318
-
John Crispin authored
SVN-Revision: 42317
-
John Crispin authored
The bb-rc3 image for the BTHOMEHUBV2B is too big for its mtd partition. This patch corrects the partition sizes in the device tree. This patch should really go in before bb-final, otherwise the BTHOMEHUBV2B images won't be useable. I do apologise for not spotting this straight away. Many thanks, Ben Signed-off-by:
Ben Mulvihill <ben.mulvihill@gmail.com> SVN-Revision: 42316
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 42315
-
- Aug 27, 2014
-
-
Luka Perkov authored
Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 42314
-
Zoltan Herpai authored
Signed-off-by:
Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 42313
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42309
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42308
-
Nicolas Thill authored
SVN-Revision: 42307
-
- Aug 26, 2014
-
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 42305
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 42304
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42302
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42300
-
John Crispin authored
add pincode sanitization and handling for authproto/user/pass Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 42299
-
John Crispin authored
this adds support for a new mode MBIM that auto detects the bConfigurationValue. Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 42298
-
- Aug 25, 2014
-
-
Luka Perkov authored
Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 42297
-
Luka Perkov authored
Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 42296
-
Luka Perkov authored
Signed-off-by:
Tim Harvey <tharvey@gateworks.com> SVN-Revision: 42295
-
Luka Perkov authored
A previous backported patch that adds freq/voltage operating points for the IMX6DL processor can cause hang/crash (general instability) on IMX6DL processors in the industrial/automative speed grades as they don't support 1GHz operation. This adds another backported patch from mainline that uses IMX6 fuse settings to properly remove invalid operating points for the particular CPU grade used. Signed-off-by:
Tim Harvey <tharvey@gateworks.com> SVN-Revision: 42294
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 42293
-