- Dec 12, 2014
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43654
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43653
-
Jo-Philipp Wich authored
When the initial glob() attempt on a path specified with "source" statement yields no result, then retry the globbing on the same path with the directory part of the currently processed file prepended. This allows us to reference Config.in files relative to their parent instead of relative to the top dir. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43652
-
Zoltan Herpai authored
Signed-off-by:
Michael Heimpold <mhei@heimpold.de> Signed-off-by:
Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 43651
-
Zoltan Herpai authored
Signed-off-by:
Michael Heimpold <mhei@heimpold.de> Signed-off-by:
Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 43650
-
Zoltan Herpai authored
Signed-off-by:
Michael Heimpold <mhei@heimpold.de> SVN-Revision: 43649
-
Zoltan Herpai authored
Signed-off-by:
Michael Heimpold <mhei@heimpold.de> Signed-off-by:
Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 43648
-
Zoltan Herpai authored
Signed-off-by:
Michael Heimpold <mhei@heimpold.de> Signed-off-by:
Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 43647
-
Zoltan Herpai authored
Signed-off-by:
Michael Heimpold <mhei@heimpold.de> Signed-off-by:
Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 43646
-
Steven Barth authored
Commit ce92f6650bd8a86db04c7a6cbb58e7fdb200a7e6 added source IP support for DHCP default routes. As a side effect of this change the default route could be present twice in netifd (once with source IP set and once with source IP unset) if it was sent by the server in both the router and static route options. Therefore add source IP support as well for static routes as this case was not considered. Additional remove unused parameter type. Signed-off-by:
Hans Dedecker <dedeckeh@gmail.com> SVN-Revision: 43645
-
- Dec 11, 2014
-
-
Luka Perkov authored
Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 43643
-
Luka Perkov authored
Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 43642
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 43641
-
John Crispin authored
Restoring the config for kernel 3.14 didn't contain that change already made to config-3.18. It is needed to make squashfs in the kernel match the compression settings for ARCH=arm in the framework. If set to ARMTHUMB, boot fails due to squashfs being unreadable if the filesystem was generated for wth ARM BCJ filter. in include/image.mk: BCJ_FILTER:=-Xbcj $(LINUX_KARCH) Thus the ARM filter is used for all ARM targets. Signed-off-by:
Daniel Golle <daniel@makrotopia.org> SVN-Revision: 43640
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 43639
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43638
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43637
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43636
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43635
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43634
-
Jonas Gorski authored
Apply libnl commit 807fddc4cd9ecb12ba64e1b7fa26d86b6c2f19b0 ("nl: Increase receive buffer size to 4 pages") also to libnl-tiny to ensure netlink messages larger than 4KiB can be received, as the restart logic seems to be broken. This fixes iwinfo accessing info on dual band b43 cards, as they can support a lot of channels, breaking the 4K default limit (seen was >5k). Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 43633
-
Jonas Gorski authored
Remove a leftover file from the 3.10 support removal. Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 43632
-
Jonas Gorski authored
The kernel build system cannot track dependencies of out-of-tree modules, making the buildsystem fail to load mac80211. Add mac80211 as an explicit load to ensure all required modules are loaded. Fixes #16522. Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 43631
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 43630
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 43629
-
John Crispin authored
this was missed during the 3.14 bump Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 43628
-
John Crispin authored
it should needs to depend on imx and mxs also remove duplicate kmod definition from mxs target Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 43627
-
John Crispin authored
The target au1000 has at least 2 different models, the 'InternetBox' and the 'MeshCube' which look very similar from the kernel point of view but are totally different devices which base on the same design. Populating /tmp/sysinfo now. The 1st one has an issue which leads to a random mac-address after each boot which is corrected now via reading the bootloader-env. The real fix would be converting to DTS, this is only a workaround now. Signed-off-by:
Bastian Bittorf <bittorf@bluebottle.com> SVN-Revision: 43626
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43625
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43624
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43623
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43622
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43621
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43620
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43619
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43617
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 43616
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 43614
-
Luka Perkov authored
Signed-off-by:
Claudio Leite <leitec@staticky.com> Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 43613
-
- Dec 10, 2014
-
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 43612
-