- Mar 11, 2015
-
-
Felix Fietkau authored
Patch by Bryan Forbes <bryan@reigndropsfall.net> Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44654
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44653
-
Imre Kaloz authored
Signed-off-by:
Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 44652
-
- Mar 10, 2015
-
-
Luka Perkov authored
This brings back old behavior. Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 44651
-
John Crispin authored
gpio api has changed. the remove call no longer returns a value. Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 44650
-
Luka Perkov authored
Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 44649
-
Luka Perkov authored
Signed-off-by:
Luka Perkov <luka@openwrt.org> Tested-By:
Christian Mehlis <christian@m3hlis.de> SVN-Revision: 44648
-
John Crispin authored
Please also backport to Barrier Breaker (this same patch applies there too). Signed-off-by:
Vittorio Gambaletta <openwrt@vittgam.net> SVN-Revision: 44647
-
John Crispin authored
Signed-off-by:
Vittorio Gambaletta <openwrt@vittgam.net> SVN-Revision: 44646
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 44643
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 44642
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 44641
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 44640
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 44639
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 44638
-
Imre Kaloz authored
Signed-off-by:
Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 44637
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 44636
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 44635
-
- Mar 09, 2015
-
-
Nicolas Thill authored
This reverts commit 9340723d70bce9d905c3f53b2bf415963153b34d. Signed-off-by:
Nicolas Thill <nico@openwrt.org> SVN-Revision: 44634
-
John Crispin authored
Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 44633
-
John Crispin authored
buildbot complained about ifxmips_ptm_adsl.c:1445:70: error: macro "alloc_netdev" requires 4 arguments, but only 3 given g_net_dev[i] = alloc_netdev(0, g_net_dev_name[i], ether_setup); ^ fix that similar to the change made to ltq_ptm_vdsl.c compile tested only. Signed-off-by:
Daniel Golle <daniel@makrotopia.org> SVN-Revision: 44632
-
John Crispin authored
The wwan package holds the hotplug script to set mobile broadband interfaces (un)available. Add it as a dependency to comgt-ncm, uqmi and umbim. Signed-off-by:
Matti Laakso <malaakso@elisanet.fi> SVN-Revision: 44631
-
John Crispin authored
Interface should not be set unavailable in all error cases, returning 1 is enough. Signed-off-by:
Matti Laakso <malaakso@elisanet.fi> SVN-Revision: 44630
-
John Crispin authored
Adds ncm proto to the list of checked protocols, sets interfaces unavailable on device removal and removes the unnecessary ifup command. Signed-off-by:
Matti Laakso <malaakso@elisanet.fi> SVN-Revision: 44629
-
John Crispin authored
USB modem data files should be a part of the wwan package, which actually uses them unlike comgt. Signed-off-by:
Matti Laakso <malaakso@elisanet.fi> SVN-Revision: 44628
-
Nicolas Thill authored
Upstream choose to not rely on configure.ac and recursively expand paths in pkgconfig files at make time, leading to absolute /usr/include & /usr/lib in there... And we don't want that when cross-compiling... Signed-off-by:
Nicolas Thill <nico@openwrt.org> SVN-Revision: 44627
-
- Mar 07, 2015
-
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 44622
-
- Mar 06, 2015
-
-
Imre Kaloz authored
Reported-by:
Claudio Leite <leitec@staticky.com> Signed-off-by:
Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 44621
-
Luka Perkov authored
OpenWrt can be flashed with following uboot commands: tftpboot 0x80500000 openwrt-ar71xx-generic-wpj558-16M-squashfs-sysupgrade.bin erase 0x9f030000 +$filesize cp.b $fileaddr 0x9f030000 $filesize Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 44620
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 44619
-
John Crispin authored
Tested myself on ixp4xx and mvebu, and (originally) by Daniel on i.MX6. Also tested on a MIPS target, to make sure the change to ASFLAGS does not break things. Based on a patch submitted by Daniel Drown: https://lists.openwrt.org/pipermail/openwrt-devel/2014-July/026639.html Signed-off-by:
Claudio Leite <leitec@staticky.com> Signed-off-by:
Daniel Drown <dan-openwrt@drown.org> SVN-Revision: 44618
-
John Crispin authored
Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 44617
-
John Crispin authored
This will allow ipq806x to support multiple kernel version more easily. Signed-off-by:
Mathieu Olivari <mathieu@codeaurora.org> SVN-Revision: 44616
-
John Crispin authored
KERNFS symbol is selected by SYSFS, so place it in generic config. Signed-off-by:
Sergey Ryazanov <ryazanov.s.a@gmail.com> SVN-Revision: 44615
-
John Crispin authored
Disable ARCH_NEEDS_CPU_IDLE_COUPLED by-default in generic config, since only one platfrom (omap) needs them. Signed-off-by:
Sergey Ryazanov <ryazanov.s.a@gmail.com> SVN-Revision: 44614
-
John Crispin authored
HAMRADIO enabled in all generic configs, but no one platform directly use related drivers/protocols. This symbol is only used for kmod-ax25 package modules. Furthermore, half of platforms explicitly disables this symbol, what silently disables build of modules for kmod-ax25 package. So disable HAMRADIO by-default in generic config, add it to kmod-ax25 package and remove it from platform specific configs. Signed-off-by:
Sergey Ryazanov <ryazanov.s.a@gmail.com> SVN-Revision: 44613
-
John Crispin authored
CONFIG_MTD_SPLIT_SUPPORT symbol default value is 'y' and many platform specific configs explicitly enables it, while no one platform disables this symbol. So place it in generic config and remove from platform specific configs. Signed-off-by:
Sergey Ryazanov <ryazanov.s.a@gmail.com> SVN-Revision: 44612
-
John Crispin authored
CONFIG_GENERIC_NET_UTILS is selected by CONFIG_NET and already enabled in generic config, so we don't need this symbol in platform specific configurations. Signed-off-by:
Sergey Ryazanov <ryazanov.s.a@gmail.com> SVN-Revision: 44611
-
- Mar 05, 2015
-
-
Luka Perkov authored
Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 44610
-
Luka Perkov authored
Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 44609
-