- Jan 06, 2015
-
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43860
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43859
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 43858
-
- Jan 05, 2015
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43857
-
Felix Fietkau authored
Signed-off-by:
Sylwester Petela <sscapi@gmail.com> SVN-Revision: 43856
-
Imre Kaloz authored
Signed-off-by:
Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 43855
-
Imre Kaloz authored
Signed-off-by:
Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 43854
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43853
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43852
-
Felix Fietkau authored
This patch tries to - Let the DHCPv6 feature depend on CONFIG_IPV6. - Conditionally select libnettle, kmod-ipv6, kmod-ipt-ipset only if the corresponding features are enabled. - Install `trust-anchors.conf` only if DNSSEC is selected. - Add PKG_CONFIG_DEPENDS for the configurable options. - Add a patch to let the Makefile of dnsmasq be aware of changes in COPTS variable. Big thanks goes to Frank Schäfer <fschaefer.oss@googlemail.com> for providing necessary information on connections and dependency relations between these CONFIGs and packages. Signed-off-by:
Yousong Zhou <yszhou4tech@gmail.com> SVN-Revision: 43851
-
Felix Fietkau authored
Target pxcab and ps3 were removed from maintaince in r34764 and r34765 respectively. Signed-off-by:
Yousong Zhou <yszhou4tech@gmail.com> SVN-Revision: 43850
-
Felix Fietkau authored
Signed-off-by:
Maxim Storchak <m.storchak@gmail.com> SVN-Revision: 43849
-
Felix Fietkau authored
Signed-off-by:
Maxim Storchak <m.storchak@gmail.com> SVN-Revision: 43848
-
Felix Fietkau authored
Signed-off-by:
Maxim Storchak <m.storchak@gmail.com> SVN-Revision: 43847
-
Felix Fietkau authored
The uapsd option sets the uapsd_advertisement_enabled flag in hostapd. The check for phy support is already implemented here in hostapd since 2011: http://w1.fi/cgit/hostap/commit/?id=70619a5d8a3d32faa43d66bcb1b670cacf0c243e So this can be safely set to 1 as default. Signed-off-by:
Vittorio Gambaletta <openwrt@vittgam.net> SVN-Revision: 43846
-
Felix Fietkau authored
Move all AR8327/AR8337-specific driver code into a separate source file ar8327.c and adjust patches so that ar8327.c is compiled if CONFIG_AR8216_PHY is set. Signed-off-by:
Heiner Kallweit <hkallweit1@gmail.com> SVN-Revision: 43845
-
Felix Fietkau authored
Move several structure definitions and #defines from ar8216.c to ar8216.h and move AR8327/AR8337 header stuff into a new header file ar8327.h. Signed-off-by:
Heiner Kallweit <hkallweit1@gmail.com> SVN-Revision: 43844
-
Felix Fietkau authored
pwm-fan was introduced in kernel 3.18 Signed-off-by:
Daniel Golle <daniel@makrotopia.org> SVN-Revision: 43843
-
Felix Fietkau authored
modules build during the kernel compile phase are ignored anyway, all modules should be built using KernelPackage in package/kernel/linux/modules/* selecting the appropriate config symbols there rather than in target/linux/*/config-* Signed-off-by:
Daniel Golle <daniel@makrotopia.org> SVN-Revision: 43842
-
Felix Fietkau authored
The following patches unfortunately didn't hit the kernel stable branches yet, therefore cherrypicking them for OpenWRT here: * bridge: fix netfilter/NF_BR_LOCAL_OUT for own, locally generated queries * bridge: multicast: enable snooping on general queries only * bridge: multicast: add sanity check for general query destination Signed-off-by:
Linus Lüssing <linus.luessing@c0d3.blue> SVN-Revision: 43841
-
Felix Fietkau authored
Signed-off-by:
Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 43840
-
Felix Fietkau authored
Signed-off-by:
Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 43839
-
Felix Fietkau authored
Signed-off-by:
Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 43838
-
Felix Fietkau authored
Signed-off-by:
Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 43837
-
Felix Fietkau authored
Signed-off-by:
Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 43836
-
Felix Fietkau authored
Signed-off-by:
Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 43835
-
Felix Fietkau authored
Signed-off-by:
Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 43834
-
Felix Fietkau authored
Signed-off-by:
Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 43833
-
Felix Fietkau authored
Signed-off-by:
Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 43832
-
Felix Fietkau authored
SVN-Revision: 43831
-
Felix Fietkau authored
Signed-off-by:
Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 43830
-
Felix Fietkau authored
Signed-off-by:
Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 43829
-
Steven Barth authored
Signed-off-by:
Gergely Kiss <mail.gery@gmail.com> Tested-by:
Gergely Kiss <mail.gery@gmail.com> SVN-Revision: 43828
-
- Jan 04, 2015
-
-
Imre Kaloz authored
Signed-off-by:
Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 43827
-
Imre Kaloz authored
Signed-off-by:
Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 43826
-
Imre Kaloz authored
Signed-off-by:
Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 43825
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43823
-
- Jan 03, 2015
-
-
Luka Perkov authored
Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 43821
-
Luka Perkov authored
Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 43820
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43819
-