- Jan 08, 2015
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43873
-
Jo-Philipp Wich authored
Change the kconfig default for the repository url template to use "%s" instead of "%T" as well. Also complete the kconfig help text do cover the recently introduced manufacturer, product and hwrev options. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43872
-
Jo-Philipp Wich authored
Implement "%s" placeholder that expands to either the target name, e.g. "ar71xx" if the subtarget is generic or to target.subtarget, e.g. "ar71xx.nand" is a subtarget is choosen. Also change the default repository url template to use "%s" instead of "%T" to reflect the directory structure used by the buildbot systems. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43871
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 43870
-
Jo-Philipp Wich authored
This commit introduces a new option CONFIG_VERSION_FILENAMES which causes OpenWrt to embed the version number in generated image files, SDK- and ImageBuilder archives. The option is enabled by default if CONFIG_VERSIONOPT is set. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43869
-
- Jan 07, 2015
-
-
Rafał Miłecki authored
This allows using UBIFS volume as overlay and adds support for Btrfs. Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 43868
-
Felix Fietkau authored
This fixes a bug, where ld on ARM EABI platforms expects OABI code. Signed-off-by:
Harald Geyer <harald@ccbib.org> SVN-Revision: 43866
-
- 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
-