LEDE v17.01.0 Changelog

This changelog lists all commits done in LEDE since the creation of the LEDE project, grouped by subsystem. The changes are chronologically ordered from top to bottom and cover the Git repository history until the tagging of the final 17.01.0 release.

For a list of changes since the 17.01.0-rc2 release, please refer to the v17.01.0-final changelog.

Build System / Buildroot (309 changes)

343c3be scripts/getver.sh: generate revision relative to the reboot tag (+2,-10)
fa69553 branding: add LEDE branding (+76,-85)
694f060 download: add @GITHUB download facility (+2)
7322cca scripts: metadata: add CONFIG_TARGET_SUBTARGET symbol (+12)
54fbe8a rules.mk: introduce new variable OUTPUT_DIR (+4,-1)
c47abde include/target.mk: default to CPU_TYPE for the package architecture (+2,-1)
aad2b92 include/package-dumpinfo.mk: introduce Repository values (+2,-1)
9a04a80 scripts: metadata: use the new "Repository" field (+3,-2)
be575fd include: remove now unused PACKAGE_SUBDIR variable (-3)
bf4bfd8 scripts: remove "Package-Subdir" metadata handling (-1)
941fc5e global: introduce ALL_NONSHARED symbol (+12,-3)
5170393 include: choose package output directory based on repository info (+25,-19)
32a0b8c include/version.mk: rework repository url handling (+8,-7)
d87c303 include/kernel.mk: flag kmod packages as nonshared by default (+1)
349e7b6 include: fix nonshared flag handling (+3,-2)
02def71 include/target.mk: disambiguate package architecture (+1,-1)
1191eef include: bin/ dir was not created (+2,-2)
d9ad55a include: remove unused FeedPackageDir macro arguments (+1,-3)
d9a0a8c scripts: avoid hard-coded paths in scripts (+7,-7)
f5c4d96 include: add lede git server url (+1)
797fb8a scripts: add "r" to revision (+2,-1)
852aaf6 build: add support for specifying extra package dependencies for prepared, co... (+3,-3)
4a3348e metadata.pl: add support for selecting packages available only via PROVIDES (+30,-20)
cbdfae5 ubox: turn logd into a separate package (+18,-4)
30d955a build: fix make clean, delete package directories for selected arch (+1,-1)
bcf67b6 image.mk: prepare for defining device profile data in the Device section (+24,-1)
60fc661 image.mk: add support for limiting images to specific subtargets (+6,-2)
6ddca3a target.mk: remove the unused Target-Path field (-2)
87550a0 target.mk: dump device profiles defined in include/image.mk (+6)
1189af8 metadata.pl: add support for forcing sorting of profiles (+12,-1)
471ca41 toplevel.mk: rescan target metadata if the image makefile changes (+1,-1)
91799d5 metadata.pl: fix target profile sorting check (+3,-3)
b0cf769 image.mk: include per-device profiles in image build profile check (+2,-2)
4a31037 build: avoid including profiles/*.mk (+15,-6)
42d2eb7 build: remove leftover dependenices on TARGET_rdc (+2,-2)
111285e download.pl: use http://sources.lede-project.org as download mirror (+1)
0d10ada scripts/metadata.pl: add support for generating profile make code for the ima... (+22,-6)
e8bc083 scripts/ipkg-build: fix deprecated GZIP environment variable warning (+4,-4)
4d29474 target.mk: add cflags for mips 1004kc cpu type (+1)
ace9461 image.mk: fix emitting profiles for targets that have no subtargets (+3,-4)
f4c4d50 build: remove profile kernel/build system config override support (-15)
470442e build: fix make download in the SDK (+7,-4)
2aa818a kernel: add missing symbol (+6)
7bd10f9 image.mk: remove obsolete squashfs-lzma code (-3)
c19b7aa script/symlink-tree.sh: Fix missing config dir (+7)
1ea7dba image.mk: fix building ubifs images (+1)
c4ae33b image.mk: fix evaluation order for image profile check (+1,-1)
d01487e image.mk: simplify device profile check, prepare for supporting selecting mul... (+8,-5)
80bb5ad build: allow whitespace characters in VERSION_DIST (+1,-1)
e00770f image.mk: fix profile selection in the image builder (+5,-1)
ce63c38 image.mk: remove obsolete SUBTARGETS variable (-1)
e0b241b scripts/download.pl: Use CDN for kernel downloads (+2,-2)
3193053 Centralize setting of all version info to include/version.mk (+3,-3)
8372a7f download.pl: Rework URLs (+32,-15)
7eb1a7e include/image.mk: move build step tplink-safeloader to image.mk (+12,-12)
3a085dc download.mk: use HTTPS for git.lede-project.org (+1,-1)
38d845b include: rename DIST_SANITIZED to VERSION_DIST_SANITZED (+2,-2)
a7d1317 include: move VERSION_DIST_SANITIZED to version.mk (+3,-3)
9ae952c build: split scripts/metadata.pl into target-metadata.pl and package-metadata.pl (+348,-329)
f8ebbbc build: implement support for selecting multiple device profiles (+48,-1)
4c33bbf image.mk: split off all Build/* commands into image-commands.mk (+151,-150)
b50dfd5 image.mk: add support for specifying a different suffix for the initramfs kernel (+2,-1)
dafda4b image.mk: change the default of the kernel suffix (+1,-1)
26c7714 image.mk: add LegacyDevice wrapper to allow legacy image building code to be ... (+58,-5)
f7fb6e4 build: allow to build LEDE on latest MacOS X (+32)
7eeb254 treewide: replace nbd@openwrt.org with nbd@nbd.name (+299,-299)
160913f image.mk: fix filesystem dependency issue (+1,-1)
24a7ccb treewide: replace jow@openwrt.org with jo@mein.io (+73,-73)
21ad25f image.mk: fix dependencies for legacy make prepare step (+1,-1)
30acacb config: add a small_flash feature (+5,-1)
df18b37 scripts: feeds: fix version detection for Make >= 4.2.1 (+4,-1)
6fb212f build: don't add -j for parallel builds with Make 4.2+ (+2,-2)
3ee6c17 package-ipkg.mk: fix Provides for packages with multiple PROVIDES entries (+1,-1)
4b8ba2b include/feeds.mk: allow installation from feed packages that are installed bu... (+1,-1)
71d533e package-ipkg: do not include feeds.mk at metadata dump time to speed up scanning (+3,-1)
3004275 image.mk: fix make variable/command context leakage between LegacyDevice temp... (+1)
425e2c1 image.mk: run LegacyDevice prepare once instead of once per filesystem (+1,-3)
8a156ad image.mk: add a separate step for building kernel images for LegacyDevice sup... (+1)
b7baaaf kernel: Move append-dtb to common image-commands (+12,-29)
f954f43 base-files: Add standard os-release file (+48,-6)
e6b9330 build: Adds the ability to disable personal initramfs build for target device (+1,-1)
e408abd kernel: Add option to make using filesystem ACL support the default (+95,-1)
3452768 scripts/feeds: Prevent .config autocreation (+5)
b995279 kernel: Move POSIX ACL and attr support options into submenu (+75,-72)
17ee6bb tools: add kernel2minor utility for Mikrotik devices (+38,-2)
5b72807 include/toplevel.mk: fix defconfig when ~/.openwrt/defconfig exists (+1,-1)
1b13b35 include/toplevel.mk: fix defconfig when ~/.openwrt/defconfig exists - take 2 (+1,-1)
2f2d182 target.mk: fix ARM architecture feature flag detection (+40,-39)
b80dfe4 scripts/diffconfig.sh: fix handing of CONFIG_TARGET_MULTI_PROFILE (+1)
d8dbd33 scripts/package-metadata.pl: fix kmod pakage dependencies within the SDK (+4,-3)
575be9d scripts/getver.sh: simplify revision calculation (+1,-1)
1001b5d scripts/getver.sh: allow conversion between git hash and revision (+18,-2)
15b88df scripts/getver.sh: improve revision output (+7,-2)
f176527 scripts/getver.sh: avoid use of git rev-list --count (+3,-3)
c19381d scripts/getver.sh: fix revision number on BSD/MacOS (+2,-2)
4eb5aad scripts/getver.sh: try to get branch/upstream automatically (+14,-5)
6f86d2e scripts/getver.sh: fix one more wc -l call (+1,-1)
e0ed6ec image: clean up UBI related device variable definitions (+17,-7)
b8fddb8 image: allow devices to override the -E 5 ubinize option (+6,-3)
7ed2154 scripts/getver.sh: stop relying on the reboot tag (+4,-3)
8e2764c image.mk: clean up redundant code related to DEVICE_DTS (+10,-20)
11d496d target.mk: rework arm architecture level detection (+1,-7)
f021ea4 target.mk: change CPU_CFLAGS to better suit target CPUs (+13,-13)
a4e90e2 toolchain: get rid of GCC_VERSION_5 config symbol (+2,-7)
7bdc21d image.mk: fix append-dtb race when multiple devices use the same .dts (+2,-2)
efdd3bf scripts/getver.sh: fix older git versions from printing stuff to stdout (+2,-2)
efdf7f6 image.mk: remove obsolete Build/mkfs overrides (-2)
1c12441 image.mk: replace some template abstraction with make pattern rules (+7,-14)
d7b1851 build: make TARGET_ROOTFS_JFFS2 depend on USES_JFFS2 (+1,-1)
ebd0b2d build: split legacy image building code out of image.mk (+40,-37)
4added6 build: split legacy image mkfs.ubifs command from the one used for the new im... (+54,-42)
9497a23 build: add support for parameter passing to mkfs from devices (+10,-3)
673004f config: remove options for including kernel/dtb in rootfs (-41)
9a50a21 image.mk: add support for specifying the VID header offset for UBI (+3,-1)
b5b2425 image.mk: initialize BOARD_NAME and IMAGES, add it to DEVICE_VARS (+4,-1)
ed90d50 build: fix image builder profile override (FS#55) (+1,-1)
8265fdc imagebuilder: strip DEVICE_ prefix from profiles (FS#55) (+6,-4)
3827ce2 apm821xx: add support for the apm821xx device target (+1.2K)
11fc0cd image.mk: create default ubifs before calling legacy image build code (+1,-1)
08257a4 apm821xx: use lzma compression for the initramfs images (+2,-1)
33c8d35 image: remove shell calls from legacy ubi/ubifs image code (+5,-11)
9945a1d build: remove cpio.gz and tar.gz from regular filesystem types (+16,-15)
b47f438 build: remove image prefix from kernel files in KDIR (+7,-6)
973e6e1 build: move rootfs processing code to include/rootfs.mk so it can be reused l... (+80,-74)
4fed7a6 image: make mkfs template output to $@ (+18,-10)
c5ca181 image: add wrapper variable to get the target dir for mkfs commands (+10,-8)
7dffc32 build: rework prepare_rootfs to pass target dir via parameter (+16,-16)
37e82e4 build: remove obsolete variables from opkg command (-6)
5d30bf8 build: rework opkg command invocation (+11,-6)
731b166 build: add template for getting opkg package files from package names (+4,-5)
c792c75 build: add target_params variable for getting root filesystem image parameters (+2,-1)
653cb25 build: set TMPDIR for opkg calls (+1)
c0dceae build: minor cleanup of redundant code (+6,-2)
76341cf build: add support for per-device rootfs based on device profile packges (+101,-13)
f4ce133 build: add option to enable all profiles (+4)
db49dd8 build: rename sysupgrade-nand to sysupgrade-tar (+13,-13)
c5a9a08 image.mk: remove leftover variable from a previous rework (-1)
eadf5fb cmake: include/cmake.mk add CMAKE_BINARY_SUBDIR to allow out of source tree b... (+6,-3)
50e7c1f include/cmake.mk: fix host builds (+2,-1)
84718d8 image: add support for overriding kernel/rootfs images in sysupgrade-tar temp... (+3,-2)
baeda5d image.mk: add CMDLINE to DEVICE_VARS (+1,-1)
63b525d image: add a helper variable for getting kernel/rootfs from within image Buil... (+54,-51)
1448846 image: fix build issue with per-device rootfs and legacy devices (+1,-1)
1448501 build: do not depend on svn any more (-3)
94dec60 build: add template for installing device .dtb files (+8)
e351f7c build: fix tabs vs whitespace issue (+6,-6)
180465c build: create a package feed directory containing all packages (+11,-1)
905e50d image: use the merged package directory to resolve dependencies for per-devic... (+14,-2)
27854a0 build: add checksum target (+17)
8317568 build: remove image specific checksum code (-8)
34bffe5 scripts: fix remote-gdb with CONFIG_BUILD_SUFFIX (+2,-2)
f2de33b build: move merged package directory from bin/ to staging_dir (+2,-2)
9abbaa9 build: remove MIPS dsp/dsp2 CPU_SUBTYPE (-12)
4df2011 include/image.mk: allow image code to override uImage name (+3,-2)
2d7e602 scripts/config: sync with latest linux upstream (+1.4K,-1.4K)
9bfa697 scripts/config: properly handle select on symbols with unmet direct dependencies (+3,-11)
2180b71 image: fix per-device rootfs build error when not all opkg package files are ... (+1,-1)
22ef1c8 kernel: make the kernel build auto-clean the build dir like package builds (+18,-7)
bebcb81 ramips: switch from 24kec to 24kc (+4,-5)
1645abf kernel: add plan 9 fs package (+46)
5fe923b kernel: allow reproducable builds (+2)
86ec410 kernel: check SOURCE_DATE_EPOCH before setting KBUILD_BUILD_TIMESTAMP (+1,-1)
3a34249 scripts: ipkg-build: do not require git or svn (+2,-2)
0df2c65 kernel: prevent addition of scm marker to localversion (+4)
57ef81d kernel: prevent adding custom string to localversion (+1)
f3923da kernel: check the right directories for rebuild (+1,-1)
a11843b include: remove 34k distinction (-1)
b962da4 ramips: mt7621: switch to 24kc (+1,-2)
4170267 build: pass $(STAGING_DIR_HOST) to Host/Install (+2,-2)
f5860f8 build: use perl instead of GNU date for KBUILD_BUILD_TIMESTAMP (+7,-1)
223c124 ubox: move logd into ubox package (+2,-14)
a84a74f scripts/ubinize-image.sh: add support for adding custom partitions (+29,-2)
39d817c Add config symbols for kernel keyring support (+19)
3242c07 mvebu: add sdcard image creation script (+154,-3)
4fd043b image.mk: Create a manifest file of installed packages as a build artifact (+8)
a1f83ba images: bump default rootfs size to 256 MB (+1,-1)
b99a93e image: add support for k unit suffix to pad-offset (+2,-2)
3e7524c image: add support for k unit suffix to append-ubi (+1,-1)
ddd259b image: pass device blocksize to padjffs2 (+2,-1)
d2a7df0 octeon: use new ext4/f2fs overlay support (+7,-4)
d27bce8 build: drop UBI EOF marker from images by default (+4,-3)
1cd0a4c image: add KERNEL_SIZE to the default device vars (+6,-10)
14b40d6 image: use check-size from new image build code (+1,-8)
61c2a73 image: remove padding parameter from append-kernel/append-rootfs (+15,-15)
6177b64 scripts/package-metadata.pl: fix generation of dependencies on virtual packages (+4,-1)
c15d70c image: don't override opkg list directory in per-device rootfs mode (+3,-5)
e916579 image: allow specifying additional packages for device-specific rootfs (+24,-3)
3675e65 image: per-device rootfs: don't fail without opkg (+2,-2)
663145e image: fix CONFIG_CLEAN_IPKG with CONFIG_TARGET_PER_DEVICE_ROOTFS (+7,-2)
77f54ea config: enable shadow passwords unconditionally (-5)
a16a881 image: don't modify file permissions before rootfs generation (+3,-22)
593dfac image: per-device rootfs: first remove, then install packages (+3,-3)
021b96d rootfs: remove unnecessary and potentially harmful force flags from opkg call (+1,-4)
5b99693 rootfs: fail on errors in postinst scripts (+5)
685ed1e kernel: add STAGING_DIR_HOST/lib to host library search path (+1)
cea0932 netfilter: fix file conflicts between kmod-ipt- and kmod-nft- packages (+10,-10)
5f80315 include: add umask prereq check (+4)
be6f836 include: relax umask check (+1,-1)
934901f build: leaving behind incomplete metadata files on cancelled builds (+4,-2)
86c966a build: fix regression on running make kernel_menuconfig (+1,-1)
5d86dc7 include/download.mk: generate reproducable SCM tarballs (+9,-4)
ed768ae include/prereq-build.mk: Add xz-utils to make prereq (+3)
cbc8080 include/download.mk: Use -7e compression instead of -6 by default (+1,-1)
7064a84 include/host-build.mk: pass HOST_BUILD_PREFIX to Host/install (+2,-2)
4ada2fd include/host-build.mk: fix ACLOCAL_INCLUDE (+1,-1)
cb718eb include/host-build.mk: set Host/Exports for Host/Install step (+1)
ec04192 include/package-ipkg.mk: use TARGET_PATH_PKG in Package/*/install steps (+2)
7694c5c include: remove XZ host prereq (-3)
82b8eaa scripts/diffconfig.sh: fix output if TARGET_PER_DEVICE_ROOTFS is set (+1)
b81fc29 include: prereq-build.mk: improve gcp check (+2,-2)
559fb53 build: use CXXFLAGS if defined (+3,-3)
336e277 autotools: use correct version for gettext FIXUP (+1,-1)
cf458de scripts: fix build warning when overriding packages (+1,-1)
5dc56b4 scripts: add help text for some generated KConfigs (+17)
c511795 scripts: case insensitive sort device names (+6,-2)
4eb371e build: fix cleaning configured stamp file (+1,-1)
7c8c322 build: copy contents of 'src' folder to build dirs (if present) (+2)
6f5f328 scripts/freebsd.sh: Remove script (-1)
8cc9224 sdk: predefine SOURCE_DATE_EPOCH (+4,-1)
244955d include: image.mk: make ext4 reserved blocks percentage optional (+1,-1)
d1ae4c4 config: ext4: drop option to set maximum number of inodes (-8)
dc6cc04 config: ext4: increase x86 rootfs size to 2GB to support online resize2fs (+2,-1)
d7bec56 rules.mk: add STAGING_DIR_HOSTPKG variable (+1)
b7f7e9f include/host-build.mk: use STAGING_DIR_HOSTPKG (+1,-1)
f64360c scripts/package-metadata.pl: fix handling of virtual (PROVIDES) depends (+2,-2)
317b355 include: properly update .install stamp files (+8,-8)
12d15fa scripts/package-metadata.pl: honour DEFAULT_VARIANT (+15,-2)
a2944a0 scripts/feeds: use 10 chars for feed name column width (+1,-1)
57fb5c0 include: Cortex-A53 is also an AArch64 CPU (+1)
5a37d06 sdk: depend on linux/install (+1)
64c386c build: remove stale .ipk files if package dir changes (+6,-6)
4f7947d scripts/feeds: display "X" as revision of uninitialized feeds (+1,-1)
0a64391 scripts/feeds: use git rev-parse for getting revision (+3,-3)
12a6e3c x86: bump default kernel partition size to 16M (+1,-1)
77265e0 build: add support code for appending metadata to images (+22,-1)
bf3d92f scripts/getver.sh: treat all commits as local if can't find upstream (+1,-1)
426e4d9 uml: clean up the kernel config and add squashfs+ext4/f2fs support (+23,-20)
62da60b build: scan.mk: remove not used variable SCAN_STAMP (+2,-2)
f66cb6f build: find_md5: ignore non-existent files or directories (+1,-1)
59261cb docs: remove all refrences in Makefiles/scripts (+2,-9)
5f3c96c build: adjust version number handling (+28,-18)
a642a11 scripts: getver.sh: append Git short hash to revision (+1,-1)
b9aab34 include/download.mk: Allow specify DownloadMethod specific options (+2,-1)
9a08c0b include/kernel: Switch to git download method (+20,-10)
9791fb2 build: support adding version code to file names (FS#323) (+13,-2)
c058f4f kernel: add KERNEL_DEBUG_PINCTRL and KERNEL_DEBUG_GPIO (+8)
dbbfd41 download.mk: use $(error) instead of a regular shell error (+1,-1)
19d3b78 download.mk: remove code duplication in $(TAR) call (+12,-9)
1b9a39c download.mk: improve download tarball reproducibility (+1,-1)
e2f8d20 netfilter: drop proprietary xt_id match (+1,-356)
970dd4d kernel: netfilter: split out iptable_raw into a separate package (+22,-2)
34c2b3d ipkg-make-index.sh: drop md5sum from package index (-3)
b4aa3c8 ipkg-make-index.sh: drop a few non-essential fields (+1,-1)
a4232cd build: use SNAPSHOT instead of CURRENT to designate untagged branch builds (+5,-5)
4cc1f1a x86: revert default root size back to 256 MB (+1,-2)
7416d2e build: replace MD5SUM variables with HASH (+7,-3)
651bc94 download.pl: check for existing file before the first download attempt (+1,-2)
881c5b4 build: remove duplicate Download/default definition from include/host-build.mk (+13,-23)
6a5cc2d include/package.mk: sync default value for hash fallback with mirror hash (+1,-2)
720b992 treewide: clean up download hashes (+300,-283)
7a315b0 build: implement make check and make package/X/check (+103,-22)
d490596 build: add FIXUP option for make check (+153,-1)
78a1b6e scripts/update-package-md5sum: remove file, it is obsoleted by make check FIX... (-38)
b522292 base-files: add support for overlaying rootfs content (+14)
ffb0181 build: add defaults for PKG_SOURCE, PKG_SOURCE_SUBDIR, PKG_VERSION (+12,-2)
6e7fdf0 kernel: add KERNEL_DEVMEM and KERNEL_DEVKMEM (+14)
c24172c package/Makefile & ipkg-make-index.sh: add full package data list (+3,-2)
fc6b6f4 download.pl: use curl in preference to wget (+22,-4)
15d8d9c build: drop `trapret` function from non-Linux HOST_TAR variant (+1,-21)
2a72a91 build: add diffconfig target (+4)
a93accd kernel: allow subtarget specific KernelPackage (+2)
f6e6341 tools: build libressl on all systems (+2,-18)
bdaa138 host-build: remove openssl include path from host cflags (-5)
dad48c6 build: add a small standalone utility for calculating md5/sha256 hash (+833)
84bd740 build: use mkhash to replace various quirky md5sum/openssl calls (+28,-45)
4ebb13a build: unzip: perform operations quietly (+1,-1)
d2ddda6 build: ensure that prereq-build is run before metadata scan from feeds (FS#367) (+1,-1)
28f9df6 build: fix HOST_CONFIGURE_VARS placement (+1,-1)
c2e6ca2 build: add image command for calling kernel2minor (+5)
c1b12aa Makefile: ensure that BIN_DIR exists for diffconfig (+1)
5903c46 build: fix build of ubifs images (+6,-6)
1e1d735 build: remove obsolete parallel build related options (+5,-68)
72d751c build: rework library bundling (+87,-31)
83b6bfc build: fix HOST_CONFIGURE_VARS placement (+2,-2)
a891e5e build: scan.mk: remove overlay broad grep pattern (+1,-1)
90ed0aa build: scan.mk: consider KernelPackage pattern as well (+1,-1)
5919cc2 build: let make check warn about use of legacy PKG_MD5SUM variable in feeds (-3)
8596935 image.mk: use LINUX_KARCH rather than ARCH for mkits (+2,-2)
7499189 x86: disable crashlog (+2,-1)
87b6687 image: when using the new image build code, gzip ext4 images by default (+6,-2)
8af5e57 image.mk: add generic function for gzipping images if enabled (+7)
12d0a66 include/autotools.mk: use STAGING_DIR_HOSTPKG where appropriate (+2,-2)
9c55ded include/feeds.mk: base list of enabled feeds on available instead of installe... (+1,-1)
5c20a4f ubox: turn logd into a separate package (+15,-3)
1e1e3ef LEDE v17.01: set branch defaults (+7,-11)
c76da77 git-kernel: $(SUBDIR) should always be $(LINUX_VERSION) (+1,-1)
e775ade build: remove obsolete mips32r2 CPU_TYPE (-1)
392cccb build: remove mips16 feature flag from target makefiles (+11,-9)
b630d52 x86: unify CPU_TYPE for legacy and geode (+2,-5)
04a5085 include/rootfs.mk: keep Require-User lines with CONFIG_CLEAN_IPKG (+9,-1)
76f1b94 download.pl: fix detecting download errors with curl (+1,-1)
83c9bfa build: introduce default HOST_MAKE_VARS for host-builds (+7,-1)
e5bc7bf build: properly pass CPP and CXX flags in HOST_MAKE_VARS (+2,-1)
4d561b3 package-ipkg: Do not fail build without base-files (+2)
1b51a49 ccache, samba36: fix samba.org addresses to use https (+8,-7)
72c65c6 scripts/om-fwupgradecfg-gen.sh: add support for the A60 (+2,-2)
b8c9ded build: add buildbot specific config option for setting defaults (+20,-5)
828a024 x86: Set default baud rate on Geode images to 115200 (-1)
ac733df LEDE v17.01.0: adjust config defaults (+10,-8)

Build System / Feeds (5 changes)

3bb5f79 feeds.conf.default: disable management feed (+1,-1)
4e5a8c4 feeds.conf: disable the targets feed by default (+1,-1)
1e0f650 feeds: switch from github to lede-project.org mirrors (+4,-4)
1e1e3ef LEDE v17.01: set branch defaults (+7,-11)
ac733df LEDE v17.01.0: adjust config defaults (+10,-8)

Build System / Host Utilities (128 changes)

49ad0c5 tools: fix make_ext4fs build with recent glibc (+5,-3)
bf98b86 Include sys/sysmacros.h explicitely. (+1,-2)
9ec4ca5 tools: make-ext4fs: fix build regression on mac os x (+2,-2)
741aa2a tools: pkg-config: fix build with GCC 6 (+18)
c7e2a89 tools: mkimage: sync include/linux/compiler*.h with u-boot master (+702,-87)
ac780e3 tools/firmware-utils: remove obsolete firmware utility for airlink 525w (-333)
f8abb68 tools/cmake: bump to 3.5.2 (+2,-2)
955c341 fw-utils/tplink-safeloader.c: Add support for Archer C2600 (+111,-3)
8241479 tools/tplink-safeloader: split CPE210 from CPE510 profile (+24,-10)
f7fb6e4 build: allow to build LEDE on latest MacOS X (+32)
7eeb254 treewide: replace nbd@openwrt.org with nbd@nbd.name (+299,-299)
5610afe sparse: update to support llvm 3.5.0 (+6,-3)
6e0eccc tools/firmware-utils: Add Archer C50 to mktplinkfw2 (+7)
5a5934f tools/mkfwimage2: remove 256 length limit for partition images (+5,-1)
719fd09 tools: build msdostools for omap (+1,-1)
f966ea2 firmware-utils: oseama: support extracting entity (+134)
96db107 tools/cmake: fix parallel build with Make 4.2+ (+3,-2)
ee61309 tools: patch-image: Added optional size option (+24,-12)
f97ad87 squashfs4: use upstream xz compression header format (+1,-76)
819cf75 tools: e2fsprogs: bump to 1.43.1 (+6,-16)
d635ef5 e2fsprogs: fix build problem with very old libmagic (+25)
a1b52e2 dosfstools: update to v4.0 (+43,-2.5K)
17ee6bb tools: add kernel2minor utility for Mikrotik devices (+38,-2)
01fc738 tools: build b43 tools if the SDK was enabled (+1,-1)
d06b68f tools: padjffs2: add option to output padding data to stdout (+16,-4)
57530db dosfstools: fix build on OS X (+2,-10)
dc8da20 tools/isl: bump to 0.17.1 (+2,-2)
a57d6e2 apm821xx: add support for the Cisco Meraki MR24 (+732,-10)
07577c5 tools: bring back genext2fs for apm821xx (+688,-4)
1885171 tools: lzma: reduce copyright noise (+20)
5d0b180 tools: flock: add NFSv4 compatibility (+16)
98b960c tools: make_ext4fs: support creating empty filesystem images (+3,-3)
95bad62 tools: make_ext4fs: switch to LEDE git mirror (+1,-1)
a247e26 tools/cmake: update to 3.6.1 (+7,-7)
5216af7 tools/scons: update to 2.5.0 (+2,-2)
3d20f56 tools/gmp: update to 6.1.1 (+2,-2)
c415066 tools/tar: Bump to 1.29 (+2,-19)
c1f4040 tools: Select dosfstools for archs38 (+1,-1)
88b16da tools: build GNU date from coreutils on non-Linux systems (+39)
a4fc62b firmware-utils: mktplinkfw: add support for TP-Link's new region codes (+37,-32)
cf76b90 tools: make mtools/dosfstools unconditional (+1,-1)
0ac50a6 firmware-utils: mksenaofw: rework option validation (+22,-19)
7219c30 firmware-utils mkmerakifw-old: firmware generator for Z1 (+370)
64568ca tools/firmware-utils: fix portability issue in mkmerakifw-old (+1,-1)
997fed9 ptgen: work around gcc miscompilation (+3,-1)
792e8bc tools/ccache: Update ccache 3.3.2 and refresh patch (+6,-27)
b8b807b tools/e2fsprogs: Update to 1.43.3 (+2,-2)
bf56736 tools/expat: Update to 2.2.0 (+3,-3)
d88d55e tools/mpfr: Update to 3.1.5 and change to xz tarball (+3,-3)
fdf200c tools/ppl: Update to 1.2 (+2,-2)
6f1d6fd tools/upx: Update to 3.91 and use new tarball url (+3,-3)
ea91dda tools/patchelf: Update to 0.9 and remove patch (+2,-10)
720f8eb ccache: disable assembler support, it breaks kernel initramfs images (+32)
9edfe7d source: Switch to xz for packages and tools where possible (+96,-71)
e68c0a1 tools: xz: use .bz2 archive (+10,-13)
adb1566 tools: tar: use .bz2 archive (+2,-2)
575d386 tools: make all tools depend on xz (+3)
27950dd tools: xz: force building without ccache (+3)
66a62b8 tools: do not apply ccache dependency to xz (+1,-1)
87b2b89 tools: remove old mkdosfs symlink from dosfstools (+4,-5)
4bbc6fb tools: improve and simplify dosfstools (+27,-11)
5f0965f dosfstools: fix autotools dependency (+2)
b306f82 tools: add missing dependency for dosfstools (+1)
ee7ef22 tools/libressl: Update to 2.5.0 and use mirrors (+5,-3)
f5aa459 ar71xx: Add support to TP-Link EAP120 (+269,-1)
55eb6ed firmware-utils: mkwrggimg: new tool for D-Link DAP-2695 (+283)
00d1e6c firmware-utils: fix compilation on MacOS X (+1)
0165203 ar71xx: add support for Buffalo BHR-4GRV2 (+442,-4)
a4814c7 firmware-utils: add tool to create zyxel images (+149)
ea249f0 firmware-utils: tplink-safeloader: add struct device_info (+19,-6)
fd924d2 firmware-utils: tplink-safeloader: use one function for generating images (+29,-79)
222783c firmware-utils: tplink-safeloader: add Archer C9 support (+33)
0d3be66 firmware-utils: tplink-safeloader: keep per-device info on trailing char (+11,-5)
a72e169 firmware-utils: Add support for the Cisco Meraki MX60/MX60W (+58,-11)
a6e790b tools/scons: update to 2.5.1 (+2,-2)
a22464b tools/quilt: update to 0.65 (+3,-3)
2c05fd7 tools/cmake: update to 3.7.0 (+6,-6)
97eff5c firmware-utils: Fix build failure in mkmerakifw.c FS#298 (+9,-9)
cb7ab73 firmware-utils: replace md5 code with Alexander Peslyak's implementation (+306,-337)
70b104f tools: mkimage: fix build with OpenSSL 1.1.x (FS#182) (+97)
e678c9f mkimage: fix openssl 1.1.x compat fix with libressl (+1,-1)
7abd011 tools: cmake: import upstream patch for OpenSSL 1.1.x compatibility (+379)
83697ec tools: cmake: import another upstream commit for OpenSSL backwards compatibility (+191,-1)
0b3b8c8 tools: cmake: fix compatibility with LibreSSL as well (+22)
a245772 tools/upslug2: add SHA256 hash to use mirror tarball (+1)
d1a2c3f firmware-utils: tplink-safeloader: update support lists for CPE210/510/... (+14,-4)
38ebd1d firmware-utils: add E2100L support to addpattern.c (+7)
720b992 treewide: clean up download hashes (+300,-283)
7a315b0 build: implement make check and make package/X/check (+103,-22)
180e93b build: add CHECK_ALL variable to allow make download/check to include not sel... (+9)
2b510d9 tar: fix reproducibility issue (+22)
d58e8a9 firmware-utils/tplink-safeloader: make vendor data optional (+6,-8)
fff6443 firmware-utils/tplink-safeloader: refactor code for further board support (+265,-301)
5174099 firmware-utils: add support for TL-WR1043ND v4 to mktplinkfw and tplink-safel... (+50)
0d9d980 firmware-utils: kernel image generator for TP-Link RE450 (+363)
5515eda firmware-utils/tplink-safeloader: add support for TP-Link RE450 (+42)
c804313 ramips: Add support to TP-Link Archer MR200 (+253,-1)
c7c1cf5 treewide: clean up and unify PKG_VERSION for git based downloads (+140,-284)
18300db b43-tools: fix tarball hash (+1,-1)
3f55e5a toolchain: remove ppl/cloog, disable graphite for gcc 4.8 (+3,-144)
2fd5ce9 libressl: disable shared libraries, fixes build issues (+2)
54ff3b1 xz: Update to 5.2.3 (+2,-2)
cd18ff9 tools: gmp: Update to 6.1.2 (+2,-2)
f6e6341 tools: build libressl on all systems (+2,-18)
a0993dd tools: make cmake depend on libressl, one of its utilities uses it (+1)
8160beb cmake: update to version 3.7.1 (+2,-571)
bfb2512 tools: make libressl build depend on pkg-config (+1)
0c03650 tools: mkimage: use pkg-config to discover libcrypto linker flags (+2,-2)
f9b2531 tools: cmake: use pkg-config to discover libcrypto linker flags (+2,-1)
08d73bf tools: cmake: use different approach for passing LDFLAGS (+5,-3)
2ee3e8d firmware-utils: tplink-safeloader: add support for TP-Link WBS210/510 1.2 (+62)
8782672 tools/kernel2minor: fix portability issue (+13)
476e77c tools/kernel2minor: fix endian conversion issues, allow creating little-endia... (+33)
b9857b2 tools/kernel2minor: fix permissions of created files (+11)
018d800 kernel: remove ubifs xz decompression support (+5,-1.1K)
a9232ba tools: reorganize dependencies, fix build after deleting staging dir (+18,-12)
828a471 tools: remove obsolete yaffs tool (+1,-176)
96a9403 tools: libressl: always build as PIC (+1)
69be65b tools: mkimage: pass crypto libraries through HOST_LOADLIBES (FS#381) (+2,-2)
43d5339 tools: cmake: link librt if needed (FS#381) (+33,-3)
d6de313 cmake: restore parallel build support for bootstrap (+17,-1)
7969770 cmake: support verbose build that shows compiler commands (+4)
6f9011f cmake: properly pass host cflags/ldflags to the build (+2,-1)
4fa8f2a tools/qemu: use default host configure rule ; set appropriate vars & args (+7,-9)
e038c60 qemu: rename internal crypto/aes symbols (+7,-1)
47fa00a tools: update kernel2minor to 0.24 version (+4,-61)
82009d4 tools/cmake: remove HOST_CONFIGURE_CMD and re-distribute the args & vars (+2,-5)
1b51a49 ccache, samba36: fix samba.org addresses to use https (+8,-7)
eea6df8 tools: patch-image: fix file descriptor leak. (-4)

Build System / Image Builder (19 changes)

da46d2b imagebuilder: fix standalone operation (+2,-1)
b946638 imagebuilder: use correct package directory when bundling kmods and libc (+2,-2)
009a069 imagebuilder: rename OpenWrt into LEDE (+2,-2)
80f4988 target/imagebuilder: fix using new device profiles (+9,-13)
f4c4d50 build: remove profile kernel/build system config override support (-15)
9fd8e55 imagebuilder: Fix sorting package list breaks opkg dependency handling for pr... (+1,-1)
4a7c653 IB/SDK/toolchain: use VERSION_DIST_SANITIZED instead of VERSION_DIST (+3,-3)
2e98047 IB/SDK/toolchain: use lower cases filenames (+3,-3)
9ae952c build: split scripts/metadata.pl into target-metadata.pl and package-metadata.pl (+348,-329)
8265fdc imagebuilder: strip DEVICE_ prefix from profiles (FS#55) (+6,-4)
37e82e4 build: remove obsolete variables from opkg command (-6)
27854a0 build: add checksum target (+17)
71370d2 target/{sdk,imagebuild}: Fix for symlink-tree (+2,-2)
636a069 target/imagebuilder: Switch to xz compression instead of bz2 (+4,-4)
72d751c build: rework library bundling (+87,-31)
d1514e8 imagebuilder: remove existing root filesystem images (+1)
619c8fa imagebuilder: remove existing debug kernel image (+1)
dfe77be imagebuilder: properly escape single quotes in device titles (+1,-1)
b8c9ded build: add buildbot specific config option for setting defaults (+20,-5)

Build System / SDK (27 changes)

0f6f518 sdk: fix generation of base feed url (+1,-1)
f8ce7e0 sdk: do not exclude ccache executable (+2,-1)
484cb91 sdk: bundle required firmware files (+2)
173ac3b sdk: rename OpenWrt into LEDE (+4,-4)
d79f890 sdk: Allow to change ALL* package settings in SDK (+16)
9eeb267 sdk: stop shipping a .config (-1)
4ed8e57 sdk: remove redundant symbol declaration (-7)
4a7c653 IB/SDK/toolchain: use VERSION_DIST_SANITIZED instead of VERSION_DIST (+3,-3)
2e98047 IB/SDK/toolchain: use lower cases filenames (+3,-3)
9da1bf5 sdk: Fix keeping unset as unset (+40,-15)
3c6b091 sdk: Allow to configure signed pacakge lists (+4)
12703d5 sdk: provide a config symbol for detecting builds within the SDK (+4)
847cb10 target/sdk: ship toolchain and kernel module package (+2)
d4abe72 target/sdk: update README.SDK to explain dependency handling (+5,-1)
71370d2 target/{sdk,imagebuild}: Fix for symlink-tree (+2,-2)
8cc9224 sdk: predefine SOURCE_DATE_EPOCH (+4,-1)
9f61ccd target/sdk: Switch to xz compression instead of bz2 (+4,-4)
59261cb docs: remove all refrences in Makefiles/scripts (+2,-9)
72d751c build: rework library bundling (+87,-31)
3e521fa sdk: exclude locale files to save some space (+2,-1)
29a4a17 sdk: do not strip static libraries (+1,-1)
cf5f7aa sdk: avoid using private repository clone urls as base repo entry (+1,-1)
2c4d158 sdk: fix Git URL detection (+5,-2)
f6de4a5 sdk: explicitely remove ccache directories when packing SDK (+6)
034a800 sdk: clean scripts/config before packing tarball (FS#504) (+1)
b8c9ded build: add buildbot specific config option for setting defaults (+20,-5)
f79926c sdk: emit proper tag references for base URLs (+5,-3)

Build System / Toolchain (49 changes)

fa69553 branding: add LEDE branding (+76,-85)
4e84c6c toolchain: rename OpenWrt into LEDE (+4,-4)
3339f14 toolchain: gcc: fix build with GCC 6 (+117)
d354bfd toolchain: Bump ARC tools to arc-2016.03 (+49,-23)
0c920e3 toolchain: uClibc: Bump to the most recent version 1.0.14 (+2,-2)
4a7c653 IB/SDK/toolchain: use VERSION_DIST_SANITIZED instead of VERSION_DIST (+3,-3)
2e98047 IB/SDK/toolchain: use lower cases filenames (+3,-3)
7eeb254 treewide: replace nbd@openwrt.org with nbd@nbd.name (+299,-299)
c5bbb55 toolchain/gdb: Use correct folder name for ARC patches (-13)
74c9b9c toolchain: skip gcc/minimal for musl (+46,-48)
2d3917d gcc: update gcc to version 5.4.0 (+15,-153)
9816d2f musl: update musl to version 1.1.15 (+72,-3.7K)
3e5b50a musl: remove sh3 workaround (-6)
0f4a337 toolchain/binutils: add 2.26.1 (+110)
0aa6450 toolchain/gdb: reorganize patch layout (+1,-2)
d491635 toolchain/gdb: update to version 7.11.1 (+2,-2)
e031940 toolchain/gcc: clean up remaining references to the old linaro version (+2,-7)
a4e90e2 toolchain: get rid of GCC_VERSION_5 config symbol (+2,-7)
445604a toolchain/gcc: add 6.1.0 (+892)
ab3bf82 toolchain/gcc: disable libmpx to fix build errors on x86 with gcc 6.1 (+1)
d0619fb Remove existing old link before creating a new one (+2,-1)
7cc31b5 toolchain/gcc/arc-2016.03: Fix building on hosts with gcc 6.x (+153)
ecf7671 gcc: add a patch to generate better code with Os on mips (+25)
360fd10 gcc: optionally build gccgo compiler (+49,-2)
c14485d toolchain/uClibc: add missing config symbol (+1)
c086512 toolchain: include yasm in x86 toolchain (+72,-1)
bf604f3 glibc: add 2.24 (+85,-3)
4badb8a glibc: switch to 2.24 by default and remove old versions, fixes security issues (+2,-85)
f29774b glibc: re-enable parallel builds (+2,-2)
f8c7e93 toolchain/gcc: bump GCC 6.1.0 to 6.2.0 (+8,-8)
81dfbfb target/toolchain: Fix toolchain packaging without package build (+1)
77f54ea config: enable shadow passwords unconditionally (-5)
1bc68e1 fortify-headers: update to 0.8 (+2,-2)
c8e6815 toolchain: Rework external toolchain libc selection (+26,-5)
95a2e2c toolchain/binutils: Add binutils 2.27 (+110)
ecc091b binutils: remove old unused versions (-212)
0ec2738 toolchain/gdb: update to version 7.12 (+5,-5)
671cb35 musl: fix parsing of quoted time zone names (+11)
0fe34d2 toolchain: fix MIPS softfloat build issue for gcc-5.4.0 (+174)
49703b5 toolchain: gcc: disable ifunc on *-musl by default (+76)
565988a gcc: rip out transactional memory related bloat from crtbegin (+22)
720b992 treewide: clean up download hashes (+300,-283)
7a315b0 build: implement make check and make package/X/check (+103,-22)
3f55e5a toolchain: remove ppl/cloog, disable graphite for gcc 4.8 (+3,-144)
0a5ccfb toolchain/gcc: update 6.x to 6.3.0 (+7,-9)
b97c933 musl: rename a custom backport patch ()
2912f9f musl: backport various post-1.1.15 fixes (+1.5K)
4c4047e musl: refresh patches (+1,-1)
bce140e musl: update musl to 1.1.16+ and switch to download from git (+7,-1.6K)

Kernel (340 changes)

9e04019 package: flag essential components as nonshared (+6,-1)
37de17c linux: kmod-e100: use preconverted firmware files (+3,-3)
3faf65e kernel: update kernel 4.4 to version 4.4.8 (+37,-236)
a90ee92 kernel: fix ip6_tunnel compilation (+2,-2)
9eb1553 kernel: add a workaround to rebuild vdso.so.dbg after genvdso (+11)
91f205a kernel: add workaround to rebuild vdso-o32.so.dbg (+13,-2)
23596ca mediatek: sync patches and add more ethernet stability fixes (+436,-608)
b062266 kernel: update kernel 4.4 to version 4.4.9 (+248,-922)
e042e0d kernel: remove linux 4.3 config (-4.9K)
e32b2f9 kernel: update kernel 4.4 to version 4.4.10 (+10,-36)
33d9d6c kernel: add workaround to rebuild vdso-n32.so.dbg too (+9)
d02f109 kernel: remove leftover kernel version for 4.3 (-2)
7d7fb75 x86: remove the kvm_guest subtarget (+1,-204)
018807d x86/xen_domu: enable xen drivers in the kernel config instead of packaging th... (+17,-131)
42d2eb7 build: remove leftover dependenices on TARGET_rdc (+2,-2)
05459a0 kernel: move the old gpio watchdog driver from generic to brcm47xx (-2)
e288e1b kernel: fq_codel match flows_cnt to limit sizing (+12,-6)
98010ab kernel: remove ocf support, cryptodev-linux should be used instead (+4,-94.7K)
75b069f kernel: fold codel default fix into main patch (+20,-22)
26c1376 kernel: remove out-of-tree patches for reducing qdisc truesize (+7,-111)
fad8bdf kernel: backport patches improving fq_codel drop behavior (+1.1K,-32)
bceafad kernel: add missing config symbol (+1)
ce21e18 kernel: fix a compiler warning on 64 bit systems (+1,-1)
df93d53 mac80211: update to wireless-testing 2016-05-12 (+1.2K,-9.9K)
13c2922 Use NL80211_BAND_2GHZ instead of IEEE80211_BAND_2GHZ (+25,-25)
e4c05ba use nl80211_band instead of ieee80211_band (+7,-7)
810eef8 sync with mac80211 ieee80211_rx_napi API change (+1,-1)
2ecf3af kernel: set CONFIG_PANIC_TIMEOUT by default (+3,-3)
acd7a34 kernel: enable CONFIG_PANIC_ON_OOPS by default (+6,-6)
d4e552b kernel: fix yaffs2 build with kernel 4.4 (+47)
910d9ba modules: hwmon: package driver for LTC4151 current sensor (+14)
449aba4 modules: hwmon: package driver for INA209 power monitor (+15)
17de501 kernel: backport patches for fq_codel queue memory limit support (+232,-12)
055d8d9 oxnas: move target-specific modules into target's modules.mk (+41,-33)
b8a1296 kernel: add back the macronix software protection disable patch (+14)
83049ed kernel: Build it87 hardware monitor module (+14)
2c83003 kernel: fix unaligned access issue in the bridge multicast-to-unicast patch (+4,-4)
c4664b0 kernel: update kernel 4.4 to version 4.4.11 (+114,-991)
647e637 kernel: add missing config symbols for 4.4 (+2)
0d47697 kernel: define CONFIG_CPU_THERMAL in kmod-thermal (+1,-1)
f849c2c mvebu: enable core drivers in the kernel config instead of packaging them (+72,-165)
0cc58a0 conntrack: enable support for netfilter conntrack zones (+1)
c487955 kernel: fix dependency chain of kmod-igb (+1,-1)
d517d86 kernel/mtd: Add support for Macronix mx25u25635f, used in C2600 v1.1 (+10)
2b4e5d4 kernel: remove a hack that was obsoleted upstream (+1,-25)
9128ed3 add usb gadget ehci debug driver (+17)
a105eac kernel: update kernel 4.4 to version 4.4.12 (+569,-1.4K)
21208f5 linux/generic: add missing config symbols (+7)
49cf356 kernel: add random-omap rng for omap (+15)
2971424 kernel/spi: add kernel package for spi-omap-24xx (+17)
35c0328 kernel/mtd: Add support for Macronix mx25u25635f, used in Archer C2600 v1.1 (+10)
34a3ec9 modules: add missing module to ipsec description (+1)
7eeb254 treewide: replace nbd@openwrt.org with nbd@nbd.name (+299,-299)
24a7ccb treewide: replace jow@openwrt.org with jo@mein.io (+73,-73)
7509658 generic: remove brcmfmac-sdio.h (-124)
67f0c93 kernel: add missing config symbols for 4.4 (+3)
442db0d kernel: deny swconfig set requests for unprivileged users (+3)
eed2f24 kernel: fix mips MT_SMP kernel crash on cache flush (+17)
fecd715 kernel: merge pending fq_codel backlog accounting fix (+74,-4)
37cfc23 kernel: require admin permissions for swconfig set operations (+3)
0aa6c7d kernel: update kernel 4.4 to version 4.4.13 (+56,-312)
af17919 kernel: add common config symbols (+6)
e6d3899 kernel: add support for uncompressed zImage on ARM (+137,-2)
be74158 kernel: replace SMP cacheflush fix with some patches from linux-mti.git (+354,-17)
ad76366 kernel: refresh patches (+24,-28)
67475b0 kernel: backport cosmetic ubifs patch (+42)
1aca291 kernel: mtdsplit: calculate kernel partition precisely for Seama (+2,-2)
cf6d9d9 kernel: rename B53 symbols to avoid upstream kernel conflict (+52,-52)
4bd0edb kernel: rename bgmac patches that went into the same kernel ()
65a22d8 kernel: backport bgmac changes from net-next (+329,-11)
f97ad87 squashfs4: use upstream xz compression header format (+1,-76)
2ca4fa5 rtl8192su-firmware: move firmware to own package (+8,-17)
84d489f kernel: update to version 4.4.14 (+567,-1.1K)
2abb024 kernel: remove one of two patches deactivating broken vdso support on mips (-9)
bf32177 kernel: remove full cache flush in fuse_copy_do() for MIPS (+1,-97)
459a8af kernel: remove igb: Fix Null-pointer dereference patch (-120)
dc140e0 kernel: fix missing break in ubi auto-mounting patch (+7,-4)
93d5629 modules: add BMP085 pressure sensor (+48)
19aae09 kmod-bmp085: add dependency on !LINUX_3_18 !LINUX_4_1 (+1,-1)
37fa64a firmware: extract prism54-firmware into own package (+40,-16)
3ee278c package/kernel: Enable XATTR by default (+3,-1)
e408abd kernel: Add option to make using filesystem ACL support the default (+95,-1)
66b67b7 kernel: other.mk: add pps-ldisc support (+17)
f576ff0 kernel: Fix ipv6 mc snooping if bridge has no ipv6 address (+113)
1d15a96 kernel: fix build of kmod-udptunnel4 and kmod-udptunnel6 (+33)
f5088dc kernel: fix duplicate drivers for the PC speaker in one package (+1,-3)
df2889c packages: fix bmp085-spi typo (+1,-1)
aba6de3 usb: Remove annoying warning about bogus URB (+73)
4ebb195 kernel: Add upstream fix for module loading (+46)
efa1960 kernel: update kernel 4.4 to version 4.4.15 (+64,-210)
2923b33 kernel/mtd: add support for EON EN25Q128 (+10)
fc90851 kernel: backport yet another cosmetic ubifs patch (+65)
022698c kernel: backport cosmetic UBIFS patches to kernel 4.1 (+102)
5ea8756 ledtrig-usbdev: use upstream function for iterating USB devices (+27,-5)
5a92e04 kernel: remove obsolete patch adding usb_find_device_by_name (-252)
d12e276 kernel: backport patch for MTD_BCM47XXSFLASH dependency (+41)
60d2620 kernel: update bcma backporting changes up to 4.8 (+101,-3)
d22fc19 kernel: enable CONFIG_SND_PROC_FS by default (FS#54) (+2,-2)
39f3408 ppc4xx: remove booke-wdt watchdog package (+4,-18)
8fb89f7 ledtrig-usbdev: fix duplicate match detection (+5,-4)
18f368f linux: Get rid of 000-keep_initrafs_the_default.patch (-75)
846eca6 b53: allow ports with higher numbers than CPU port (+1,-2)
6b5a418 kernel: fix crashlog issues on various architectures (+25,-13)
9a3852b kernel: fix crashlog regression on x86 (+32,-20)
9201e88 kernel: remove hostap driver (+6,-1.1K)
ea6a3be kernel: silence a false positive uninitialized variable warning (+1,-1)
df3a2ca kernel: re-enable CONFIG_SND_VERBOSE_PROCFS (FS#66) (+1,-1)
0a9fdec kernel: add missing config symbol (+1)
6e68a5d linux/modules: Add SCH5627 Super I/O chips (+16)
a5c32a1 kernel: remove switch driver kmod packages (-140)
fa85ee1 kernel: modularize bridge netfilter support a bit further to get rid of some ... (+19,-4)
7bf3695 kernel: clean up 260-crypto_test_dependencies.patch to get rid of some more k... (+15,-10)
56cf1ad kernel: remove esfq qdisc (+3,-2.6K)
08fe1c6 kernel: remove obsolete slab tuning patch (-39)
99dd163 kernel: remove a long obsolete unlzo decompressor fix (-69)
577f873 kernel: remove unused morse led trigger driver (+26,-510)
93fb6ce kernel: mark kmod-udptunnel as hiddden to replace the NET_UDP_TUNNEL kconfig ... (+2,-33)
7c874d1 kernel: mark compression modules as hiddden to obsolete the compressor kconfi... (+3,-106)
002b453 kernel: add -mtune=34kc to MIPS CFLAGS when building for mips32r2 (+17)
7f22580 kernel: adm6996: set carrier status (+5)
1645abf kernel: add plan 9 fs package (+46)
9d56ec6 kernel: fix crashlog issues on highmem systems (+32,-19)
08a27b9 kernel: add missing config symbol (+2,-1)
3c2c31b kernel: backport upstream challenge ACK fix (CVE-2016-5696) (+218)
d9345bc kernel: fix crashlog on x86/64 (+6,-2)
675407b kernel/swconfig: remove obsolete portmapping feature from swconfig (+1,-124)
2ebb473 kernel: add kmod-squashfs (+16)
09b9dd7 kernel: support watchdog (and so reboot) on BCM53573 (+104)
99a1888 swconfig: revert the portmapping patches, they seem to cause a segfault (+228,-1)
13e20e6 kernel: update bgmac by adding Florian's upstream changes (+202,-4)
2803527 kernel: add BCM53573 flash fix sent upstream (+57)
6d3fbf2 kernel: backport simple bgmac cleanup & fix from Jon (+524,-5)
f2103c5 kernel: backport bgmac patch moving MDIO code into separated file (+685,-9)
a3cde14 arc: use patched .dts from sources (+194,-943)
533d168 kernel: bgmac: backport patch switching to feature_flags (+451,-5)
93f2aa4 kernel: bgmac: backport patch adding platform support (+1.3K,-25)
7264df3 kernel: bgmac: backport 3 remaining small fixes (+95)
83f6cf6 kernel: bgmac: fix regression in MII registration (+29)
27f47f6 kernel: bgmac: add support for BCM53573 (+171,-11)
ef4e511 kernel: replace cosmetic UBIFS patches with what went upstream (+26,-53)
4eb3765 kernel: bgmac: use upstream accepted patches (+42,-11)
d7e040f kernel: add fake users for udptunnel and iptunnel modules (+8,-3)
8072264 kernel: update kernel 4.4 to version 4.4.19 (+400,-939)
8765c10 kernel: backport patch for specifying USB ports/devices in DT (+287)
8965cf9 kernel: backport clk *_hw_* API for registering struct clk_hw (+416)
4530ca3 kernel: remove obsolete legacy ide kernel module packages (-109)
e9c5177 kernel: make serial port sysrq-disable patch more generic (FS#112) (+26,-25)
8b97073 kernel: spi-nor: add support for ESMT_f25l32qa and ESMT_f25l64qa (+23,-2)
2328930 generic: add NET3380 UDC support (+279)
42f559e kernel: backport upstream overlayfs fixes (+749)
b6cd42a kernel: merge a softirq performance improvement patch (+83)
29be501 kernel: move bcma BCM53573 patch to bcma 4.9 backports (-22)
8072223 kernel: b53: force BCM531x5 port 5 link state if enabled (+13)
85fefcd kernel: mtd: backport Macronix sector size fix (+44,-29)
993ad29 kernel: Backport pending appended DTB handling patches (+341,-37)
d14c28f kernel: update kernel 4.4 to version 4.4.20 (+41,-70)
dc17fde kernel: clean up usb gadget support (+16,-14)
fa05f1d kernel: fix missing rename on usb gadget kmod cleanup (+1,-1)
41eab90 kernel: update kernel 4.4 to version 4.4.21 (+20,-230)
0109ed8 kernel: add nlmon kernel module (+15)
413eb04 ubifs: add full overlayfs support (+738)
e9401a2 kernel: owl-loader for delayed Atheros ath9k fixup (+298)
175237e kernel: fix broken dependency of kmod-owl-loader on kmod-ath9k (+1,-1)
ce89535 kernel: remove duplicate br-netfilter file and Kconfig symbol from kmod-ebtables (+2,-5)
92dcaec mvsw61xx: reset phys on probe to enable switch ports on clearfog pro (+54,-1)
1677638 mvsw61xx: enable SerDes on 6176 if required (+59)
82aa061 kernel: remove echainiv.ko from kmod-crypto-iv (+3,-4)
986ec56 rfkill: add fake rfkill support (+88,-1)
96b59dc kernel: add missing config symbol after rfkill change (+1)
7114484 kernel: add missing config symbols (+3,-1)
9f6d853 kernel: add missing config symbols (+7)
2b3b63a kernel: fix build error in sign-file.c with libressl (+16)
0b828e3 kernel: add missing config symbols (+2)
31e0f0a kernel: do not enable the unpackaged rfkill-gpio driver (+1,-2)
949cfbb kernel: update kernel 4.4 to version 4.4.22 (+30,-29)
7d55916 kernel: update to v4.4.23 (+53,-57)
c50ba61 kernel: fix module dependency checking (+1)
cea0932 netfilter: fix file conflicts between kmod-ipt- and kmod-nft- packages (+10,-10)
8a542b8 kernel/sound: Add support for PCI HD Audio devices (+230)
d0f17fe linux/modules/fs: Fix missing vfat dependencies (+1,-1)
a69e19d kernel: backport usbport LED trigger from 4.9 (+931)
d2f4479 kernel: add missing symbols for Linux 4.1 (+3)
4a5bab7 kernel: fix sound-hda-core dependency (+1,-1)
46f2ca9 kernel: move kmod-owl-loader to the right .mk file (+21,-21)
8a7a1b0 kernel: add missing symbols for Linux 3.18 (like d2f4479870) (+3)
c34676f kernel: add missing config symbol (partial forward port of d2f4479870) (+1)
8462ec3 kernel: add missing snd-hda-intel module for Linux 3.18 and 4.1 (+3,-2)
4855fa3 kernel: fix kmod-sound-hda-core on Linux 3.18 (+3,-3)
7cc89af kernel: update kernel 4.4 to version 4.4.24 (+2,-2)
e6b2880 netfilter: remove nf_tproxy_core references (+1,-2)
4104613 kernel: ext4: Add missing kmod-crypto-crc32c dependency (+2,-1)
35073d4 kernel: mtdsplit_uimage: fix rootfs offset (+1,-1)
634d690 kernel: mtdsplit_uimage: fix Edimax parser (+7,-13)
e9455c5 generic: ar8216: improve ar8xxx_is_possible check (+6,-6)
7f87f82 kernel: update kernel 4.4 to version 4.4.25 (+2,-2)
81fd64d kernel: add package for usbport LED trigger (+19)
d0b50c2 kernel: drop usbdev LED trigger (+5,-488)
32c28a7 kernel: update kernel 4.4 to version 4.4.26 (+2,-2)
920f922 kernel: update kernel 4.4 to version 4.4.27 (+4,-4)
2fc3680 kernel: update kernel 4.1 to version 4.1.34 (+120,-220)
75e63c2 kernel: update kernel 3.18 to version 3.18.43 (+107,-181)
839b657 kernel: add fix for CVE-2016-5195 (+180)
93f9a9c kernel: backport MIPS's ioremap_cache from 4.5 (+29)
d8059e3 linux/mtd: add id for mx25u3235f needed by ZyXEL NBG6817 (+10)
136319e kernel: mtdsplit: add support for WRGG images (+119)
168adae linux/modules: drop ledtrig-netfilter (-21)
76847c7 kernel: deactivate CONFIG_QCOM_SPMI_TEMP_ALARM (+1)
a569354 kernel: update kernel 4.4 to version 4.4.28 (+19,-19)
2f2ea7b kernel: update kernel 4.4 to version 4.4.30 (+72,-73)
2ab6aac kernel: add SND_PCM_TIMER to kmod-sound-core (+1)
578f7b9 kernel: fix kmod-sound-core build error (+1,-1)
4fae9db kernel: fix bgmac regression causing BCM47186B0 SoC hangs (+65)
e2a65f4 bgmac: backport small DMA fix (+88,-4)
51b1d76 kernel: package module for the W83793 hwmon chips (+15)
dfc14bd kernel: add kernel module package for the DS1374 RTC (+18)
28955d9 kernel: use upstreamed patch for BCM53573 support in bcm47xxsflash (+4,-2)
36cccbb kernel: select kmod-phy-bcm-ns-usb* from kmod-usb* for bcm53xx (+2)
e7c019c mac80211: rt2x00: fold patches (+17,-48)
fa845e9 ath9k: add support for the HSR tuner of the Ubiquiti UAP Outdoor+ (+426)
3bbc3bd kernel: update kernel 4.4 to version 4.4.31 (+20,-25)
8e47655 kernel: update kernel 4.4 to version 4.4.32 (+70,-84)
9db46da kernel: enable pcrypt (+3,-3)
4545a60 kernel/modules: add kmod-switch-rtl8367b (+16)
369317c kernel: rtl8367(b): fix build error (+2,-2)
746e632 kernel: add bcm47xxpart patch fixing parsing with some TRX formats (+37)
23e0b08 kernel: remove pipetypes unused var warning (+11,-1)
d206dfd package: add kernel packages for kvm virtualization (+105)
28cd488 kernel: add missing config symbols (+6)
e57bed5 kernel: remove kmod-vhost_net, fixes build breakage (-18)
d5c3a7b kernel: fix virtualization kmod dependencies and kconfig symbols (+6,-18)
23a5510 kernel: remove another redundant KCONFIG entry in virt.mk (+1,-3)
bbdb20f kernel: fix typo in input-gpio-encoder package title (+1,-1)
4804733 kernel: use upstream accepted bcm47xxpart parsing fix (+3)
9f10987 kernel: have kmod-ipsec depend on kmod-crypto-echainiv (+4,-1)
102cb47 kernel: bump to 4.4.35 (+191,-308)
b244383 kernel: add missing config symbols (+2)
7de8d53 net: ar8216: sync mib_work cancellation (+1,-1)
9aa734f net: ar8327: remove unnecessary spinlocks (-4)
65b20d8 net: ar8327: replace sprintf() by scnprintf() (+1,-2)
eb049d3 net: ar8216: hold ar8xxx_dev_list_lock during use_count-- (+6,-3)
a3454d1 net: ar8216: prevent device duplication in ar8xxx_dev_list (+2,-2)
5a69f59 net: ar8216: address security vulnerabilities in swconfig & ar8216 (+32,-13)
94e4ee5 net: ar8327: modify some configuration of switch (+13,-4)
06a21e1 kernel: backport some upstream at803x fixes (+162)
feb25f1 kernel: add support for the AT8032 PHY (+65)
b3c5db7 kernel: Fix alloc_node_mem_map with ARCH_PFN_OFFSET (+86)
832fb99 kernel: Add check to of_scan_flat_dt() before accessing initial_boot_params (+30)
5763e43 kernel: add kernel package for the rs5c372a rtc module (+16)
7e38cd7 kernel: Add missing kernel config symbol (+1)
758ef7a kernel: bump to 4.4.36 (+28,-23)
4b3f9bc kernel: fix potential crash in usbport LED trigger driver (+70)
0422f8b kernel: backport LED patch which will allow better DT integration (+53)
4dbdba3 kernel: add TI tmp102 and tmp103 temperature sensors (+30)
f5b833b kernel: bump to 4.4.38 (+19,-19)
d6ef917 kernel: backport ubifs support for dirty_writeback_interval (+148)
a6781ef kernel: kmod-hwmon-tmp102: add dependency to kmod-thermal (+1,-1)
e2f8d20 netfilter: drop proprietary xt_id match (+1,-356)
fd62fa7 ar71xx: Add support for Netgear WNR2000v1 (+14,-44)
1e15d92 kernel: add a missing submenu (+1)
970dd4d kernel: netfilter: split out iptable_raw into a separate package (+22,-2)
3494ca6 linux: do not autoload sdhci.ko as sdhci-pltfm.ko already depends on it (+1,-1)
3a1e3b4 package/kernel/linux: only access kernel config if DUMP is unset (+1,-2)
720b992 treewide: clean up download hashes (+300,-283)
a7cacc9 kernel: don't load pcmcia_rsrc in kmod-pcmcia-yenta (+1,-1)
87bc410 kernel: declare AddDepends in pcmcia.mk (+13,-7)
676a11d kernel: enable CONFIG_PCMCIA_LOAD_CIS (+1)
d2da2c2 kernel: add support for PD6729 PCMCIA bridge (+16)
6b08a47 kernel: add support for Option Fusion+ PCMCIA card (+16)
79abb8f kernel: bump to 4.4.39 (+24,-34)
96a7ee3 ramips: adding registration for si3210 (+28)
f731924 linux: drop HSO support patch (-25)
87522a7 linux: drop deprected hifn795x patch (-17)
29cc927 generic: ar8216: fix invalid bounds check imported from ChromeOS (FS#347) (+1,-1)
8bf69ee kernel: Add kmod-ethoc (+16)
9a1f441 kirkwood: enable SoC drivers in the kernel config (+22,-28)
0d5ba94 orion: enable SoC drivers in the kernel config (+37,-294)
d109d03 kernel: split kmod-lib-zlib into two packages to keep it in sync with kernel ... (+21,-13)
5639e45 generic: package Broadcom BNX2 driver (+25)
b35a41c generic: backport dwc2 kernel panic fix (+24)
d6c831e generic: mtd: backport SPI_NOR_HAS_LOCK (+178,-183)
e2f866d generic: mtd: add lock/unlock support for f25l32pa (+24)
159e82d kernel/modules: add SSSE3 SHA1 module (+7,-1)
86de532 kernel/modules: add SSSE3 SHA256 module (+7,-1)
ed69e93 kernel/modules: add SSSE3 SHA512 module (+7,-1)
84bd740 build: use mkhash to replace various quirky md5sum/openssl calls (+28,-45)
5f9e367 kernel: spi: allow setting chipselect gpio to sleep (+21)
f277f45 yaffs: fix to detect MLC/TLC NAND flash (+2,-2)
88ca639 kernel: bump to 4.4.40 (+48,-153)
018d800 kernel: remove ubifs xz decompression support (+5,-1.1K)
c524d1b imx6: enable the Freescale SNVS RTC driver in the kernel config instead of pa... (+2,-17)
348fedc imx6: build support for the ventana ethernet expansion board into the kernel ... (+2,-19)
7f0796d imx6: remove kmod-thermal-imx, it is already enabled in the kernel config (+3,-23)
7450698 imx6: enable the chipidea usb driver in the kernel config instead of packagin... (+28,-8)
64be6fe mxs: enable the chipidea usb driver in the kernel config instead of packaging it (+9,-46)
78de59f kernel: fix dwc2 gadget dependency (+1,-1)
93cbdde kernel: fix kmod-w1-master-mxc dependency (+1,-1)
a2f6b56 imx6: enable the crypto acceleration driver in the kernel config instead of p... (+17,-1)
c00e5a4 mpc85xx: enable the crypto acceleration driver in the kernel config instead o... (+23,-27)
acd0c8c kernel: move the gateworks system controller driver to an out-of-tree package (+339,-1.0K)
43a528e kernel: add missing config symbol (+3)
c472ed2 kernel: remove kmod-ata-imx, it is already built into the kernel (-19)
0b2b162 kernel: remove kmod-gianfar, it is already built into the kernel (+1,-33)
96ade7a mpc85xx: build usb support into the kernel instead of packaging it separately (+18,-27)
f5c649d mpc85xx: build i2c support into the kernel instead of packaging it separately (+3,-15)
5b92dca kernel: drop crypto-hw-ppc4xx (-18)
f630342 kernel: simplify dependencies for kmod-via-velocity (+1,-1)
10f7a8d kernel: add missing config symbol (+1)
7ff7be9 omap: build various core drivers into the kernel instead of packaging them (+54,-175)
96815fe kernel: remove omap24xx specific kernel module packages (-88)
4ee4c24 kernel: drop kmod-i2c-ibm-iic (-15)
b4d2575 kernel: rename bcm47xxpart patches to fit more of them ()
ef9208c kernel: update spi-nor.h include fix with upstream accepted version (+3,-2)
1a5cb4a kernel: add pending bcm47xxpart support for failsafe TRX partition (+316,-52)
c9dd40f kernel: remove gpiommc patches / driver (-2.9K)
e9b49a4 kernel: add missing config symbol (+1)
7480d33 kernel: add missing config symbols (+2)
7c8a363 kernel: update bcm47xxpart failsafe partition patches (+49,-37)
80dbaa4 kernel: backport a MIPS SMP icache flush fix (+38)
b7bee28 kernel: remove linux 4.1 support (-31.6K)
f24ffb9 mvsw61xx: add support for MV88E6352 (+7)
5b089e4 kernel: update 4.4 kernel to 4.4.42 (+108,-98)
1708644 kernel: backport MIPS changes introducing a separate IRQ stack (+312,-15)
dea1919 kernel: can: Add missing regmap dependency for kernel 4.4 (+1,-1)
ee6cce6 kernel: fix bcma serial console regression (+92)
0b2991a kernel: make ledtrig-netdev use a work queue for updates (+16,-16)
2ee7bc0 kernel: backport support for BCM54612E PHY (+103)
c170848 kernel: backport support for BCM54810 PHY (+164,-12)
d46ce94 kernel: backport support for BCM54210E PHY (+126,-27)
b8fcbbf kmod-sched-core: Add HTB and TBF traffic shapers (+3,-3)
ec095b5 ledtrig-netdev: don't cancel work on events for different interfaces (+3,-3)
e384982 kernel: update bcma to fix devm memory leaks (+133,-2)
ea43d60 kernel: ar8327/ar8337: disable ARL access code to avoid lockups (FS#384) (+6)
0224e32 kernel: fix BCM54612E PHY support (+87,-4)
f61044a kernel: rename bgmac patches to squeeze them ()
aec04e1 kernel: use upstream accepted bgmac fix for BCM47186B0 (+4,-1)
41dc50f kernel: backport bgmac support for external PHYs (+540,-4)
ee3067c Kernel: bump to 4.4.44 (+41,-76)
c656cbc kernel: bump to 4.4.45 (+5,-5)
b786a5f kernel: bump to 4.4.46 (+3,-3)
054ce16 kernel: update kernel 4.4 to version 4.4.47 (+9,-9)
eac4851 kernel: MIPS: IRQ Stack: Fix erroneous jal to plat_irq_dispatch (+35)
853bad5 kernel: fix crashes on MIPS when loading kernel modules under memory pressure (+8,-2)
06f3b91 kernel: update kernel 4.4 to version 4.4.50 (+47,-90)

Packages / Boot Loaders (88 changes)

374cae9 ramips: add initial support for SamKnows SK-WB8 (+171,-1)
74b1687 uboot-lantiq: drop unused board patches (+6,-1.4K)
b3795d0 uboot-lantiq: reorder and rework patches (+706,-814)
9e8edcf uboot-lantiq: VGV7510KW22 - cleanup board config (+3,-60)
382282e uboot-lantiq: VGV7510KW22 - use leds to indicate boot status (+23,-1)
a22feb4 uboot-lantiq: VGV7510KW22 - use ddr ram params from brnboot (+5,-5)
e81acac uboot-lantiq: ARV752DPW - use correct switch driver (+1,-1)
00943e0 package/uboot-envtools: add OpenMesh OM2P-HSv3 support (+1)
3f508fc package/uboot-envtools: add OpenMesh MR1750v2 support (+1)
8df4eb0 uboot-lantiq: vrx200 - add support for dual nor flash (+30,-12)
ecf10d3 uboot-lantiq: vrx200 - lzma compress gphy firmware (+29,-18)
b0a202e uboot-lantiq: Add Arcadyan VGV7519 support (+309,-1)
c065cb0 uboot-lantiq: VGV7510KW22 - remove NOR SPL leftovers (+2,-6)
7eeb254 treewide: replace nbd@openwrt.org with nbd@nbd.name (+299,-299)
57343b2 uboot-lantiq: get rid of bogus profile dependencies (+43,-43)
704965d uboot-envtools: add config for WBMR300 (lantiq) (+5)
928163b uboot-envtools: add ipq806x support (+32,-1)
fac7ba1 uboot-envtools: add support for ZBT-WG2626 (+2,-1)
b32eb40 uboot-lantiq: Add Arcadyan ARV7506PW11 support (+295)
3f38356 packages: prefer http over git for git protocol (+9,-9)
c30fd5e uboot-envtools: add support for Wallys DR531 (+3)
14ee2b0 uboot-envtools: add support for jjPlus JWAP230 (+1)
6b654ab uboot-oxnas: fix build error on non-linux systems (+52)
d963ddf ar71xx: add support for gl-ar300m (+218)
cc7029f uboot-ar71xx: fix default selection for NBG460N/550N/550NH (+1,-1)
10f9ea0 uboot-lantiq: package does not build inside the SDK (+1,-1)
c8580f5 u-boot-envtools: fix building with glibc (+13)
7130833 mvebu: fix boot script for booting from mmc (+44,-1)
a4b86b2 boot: kobs-ng: update kobs-ng for newer kernels (+90,-97)
bc1f006 uboot-mvebu: also install into KDIR to ensure it packaged in IB (+4,-1)
d8075b1 uboot-mvebu: make hidden and be m for clearfog to fix IB failing to add it (+6,-4)
c482362 uboot-mvebu: reset the 88E1512 PHY to make the wan port work (+32)
6b31c4c package: Add U-Boot for at91 (+102)
9edfe7d source: Switch to xz for packages and tools where possible (+96,-71)
054f3fd uboot-ar71xx: make reproducible (+119,-8)
5b607bd boot/rbcfg: drop Build/Prepare rule in favor of default one (-5)
3764caa mvebu: add support for the Linksys WRT3200ACM (Rango) (+496,-17)
762928a rbcfg: move to Boot Loaders submenu of Utilities (+1)
f9ed2bc fconfig: move to Boot Loaders submenu of Utilities (+1)
d140648 grub2: move to Boot Loaders category (+2,-3)
e7dc511 uboot-zynq: fix compile error for be short of dtc (+2,-1)
ebd7e56 package/uboot-envtools: Add support for ZyXEL NBG6817 (+3)
f2752f4 grub2: add missing SECTION variable and remove non breaking space (+2,-1)
e387535 ar71xx: add support for D-Link DAP-2695 rev. A1 (+270)
705240e uboot-kirkwood: bump to upstream 2016.09.01 (+52,-385)
776aa91 uboot-kirkwood: fix default bootcmd for Seagate Dockstar (+1,-1)
c6c731f layerscape: add 64b/32b target for ls1043ardb device (+171.2K)
15a14cf layerscape: add 64b/32b target for ls1012ardb device (+37.9K,-6)
7a58972 uboot-sunxi: fix default config for OLIMEX A13 SOM (FS#239) (+58,-277)
0827981 uboot-envtools: move to Boot Loaders submenu (+1)
decf6b3 yamonenv: move to Boot Loaders submenu (+1)
4a6f9fc layerscape: uboot: using perl script:byte_swap.pl to replace tcl script:byte_... (+72)
9ee8257 uboot-envtools: add support for YunCore AP90Q (+1)
dcceea4 uboot-envtools: add support for YunCore CPE870 (+1)
d86f08c uboot-envtools: add support for YunCore CPE830 (+1)
d6e8b1f uboot-envtools: add 'dockstar' for kirkwood (+1)
ea12a80 uboot-lantiq: vgv7519 fix tftp loading of big kernel/image size (+3,-1)
9720185 uboot-envtools: make it not shared (+2)
36148d9 uboot-lantiq: Add BT Home Hub 5A support (+352)
d5fc743 layerscape: uboot-layerscape: prefer github over git.freescale.com (+9,-18.5K)
ad907e1 layerscape: add 64b/32b target for ls1046ardb device (+2.6K,-3)
c404775 uboot-envtools: add support for YunCore SR3200 and XD3200 (+3,-1)
720b992 treewide: clean up download hashes (+300,-283)
f70a2ad uboot-envtools: keep boards in alphabetical order (+15,-15)
35ed3be uboot-envtools: fix code formatting style in uci-defaults files (+62,-61)
a9ce2ba uboot-envtools: fix Edimax BR-6425 board name (+1,-1)
1599a14 uboot-envtools: drop executable file attribute from files/ipq ()
b33845b grub2: add PKG_FIXUP:=autoreconf (+1)
2b54fa4 grub2: do not generate mkfonts at build time (+7)
77812cd grub2: disable 'check-macro-version' build rule in 'po' build (+13)
65c8f28 grub2: upgrade to 2.02-beta3 (3 years newer than previous) (+10,-50)
364ec6e kexec-tools: fix compile error (+11)
1a07111 kexec-tools: update to 2.0.14-rc1, fix build errors (+24,-321)
ff47fb0 kexec-tools: enable support for x86_64 (+1,-1)
fe4fe3e kexec-tools: build by default, even if CONFIG_KERNEL_KEXEC is unset (+1,-1)
842ed84 kexec-tools: remove useless CONFIG_KEXEC_TOOLS_TARGET_NAME indirection (+1,-11)
c7c1cf5 treewide: clean up and unify PKG_VERSION for git based downloads (+140,-284)
c9e4cf2 kirkwood: convert iconnect, ib62x0 and pogoplug_e02 to the new image build code (+58,-38)
cfe1c6d uboot-lantiq: fix build with gcc6 (+852,-87)
8c822ec uboot-lantiq: fix boot of images larger than 8MB (+36,-12)
6268d49 uboot-sunxi: add uboot-sunxi-all for selecting all other variants (+50,-142)
fbe3e22 uboot-sunxi: enable parallel build (+2)
d4ce3e8 uboot-mvebu: enable loader with the default profile (+1,-1)
806d3cc packages: mark packages depending on a target as nonshared (+16)
a3061e5 package/uboot-envtools: add OpenMesh OM2Pv4/-HSv4 support (+3,-1)
8785ebc package/uboot-envtools: add OpenMesh a60 support (+1)
d6d9f25 package/uboot-envtools: add OpenMesh A40 support (+1)
4d1ab84 uboot-kirkwood: fix goflexhome/net bootcommand (+1,-1)

Packages / Common (507 changes)

fa69553 branding: add LEDE branding (+76,-85)
5a7c064 busybox: fix setting the kernel timezone (+14,-10)
f233664 brcm2708-gpu-fw: update to latest version (+66,-8)
59e0e88 brcm2708-gpu-fw: update to latest version (+6,-6)
9e04019 package: flag essential components as nonshared (+6,-1)
addfc0e uclibc++: add hack to fix failing patch (+8,-1)
abc828b openssl: fix wrong build target strings (+3,-3)
9dee777 brcm2708-gpu-fw: improve package version and release (+5,-5)
dc92917 image / basefiles: make console password configurable (+48,-42)
9531e0f package: fix toolchain ipk flags (+2,-1)
4c60a6f opkg: fix use-after-free with duplicate packages on the command line (+13,-1)
0ab31bf brcm2708-gpu-fw: update to latest version (+7,-7)
69ccef0 package: mark nvram and otrx nonshared as they're target specific (+2)
b04a254 package: flag further target specific packages as nonshared (+26)
07bdd30 package: remove duplicate lines from otrx and nvram makefiles (-2)
312cb98 xtables-addons: Fix Lua packet script implementation (+15)
7545c1d dropbear: Make utmp and putuline support configurable via seperate config opt... (+17,-3)
b3f6c4b iproute2: Add package for nstat utility (+11)
1612211 dropbear: Add procd interface triggers when interface config is specified (+22,-2)
ce9e5e1 dnsmasq: Add conntrack support in the full variant (+12,-6)
ec9f6fe ppp: Add ppp-mod-passwordfd subpackage to ppp (+19,-1)
d2e4caf lede-keyring: add the developer public keyring (+40)
a6f76bf signing: remove unatteded build key and use current keyring instead (+3,-6)
6a06cd8 xtables-addons: Avoid redefinition of SHRT_MAX in lua packet script (+6,-3)
a2b5551 libiconv: add all ASCII aliases (+10,-1)
f6adbdf openssl: Update to version 1.0.2h (+2,-2)
5071fb2 ncurses: remove libncurses, provide it via libncursesw (+8,-45)
8a60a41 mtd: use tabs for indents (+7,-7)
3206415 mtd: add missing breaks in a switch (+2)
8632d89 mtd: check for Seama magic early when fixing MD5 (+21,-7)
bcccb03 mtd: seama: add md5 to header struct (+11,-12)
1d628f0 mtd: seama: update MD5 using header in the first block buffer (+3,-4)
30edc32 mtd: seama: move buf allocation to the MD5 function (+22,-16)
06a3241 mtd: seama: fix image data handling (+18,-28)
6de401b mtd: seama: exit with error if Seama header wasn't found (+1,-1)
2dd1250 mtd: trx: use separated buffer for TRX header (+18,-5)
df8ca9a mtd: add -c option for specifying amount of data to be used for checksum (+31,-12)
dd16b77 ncurses: install pkg-config files to fix util-linux build breakage (+4,-7)
b01f296 ncurses: provide libncurses compatibility symlinks in libncursesw (+7,-1)
fda951c iftop: Update to latest version, and drop patch (+2,-14)
86777a4 gettext-full: avoid spurious dependencies on ncurses (+1)
b9afc86 mtd: imagetag: fix compilation with changed mtd_fixtrx call (+4,-1)
ef6d666 ncurses: install a dummy libtinfo.a for packages that try to link it (+1)
15f8819 ncurses: add a compatibility symlink for packages searching for ncursesw/ncur... (+1)
46b7908 busybox: fix issues with the ip command on mips64 (+75)
6a54712 libusb: remove stale patch (-33)
861266c dropbear: Add --disable-utmpx again (+1)
b8ab6af global: change my email address (+28,-28)
b4a23f8 iperf: Upgrade to version 2.0.8 (+5,-104)
34b6c8b iperf: Drop single-threaded variant (+4,-50)
3d6d5cc openssl: replace ocf-crypto-headers with a header file from cryptodev-linux (+293,-521)
1c61b21 dropbear: update to 2016.73 (+18,-28)
da0226f lua: Fixed broken __lt/__le operators caused by lnum patch. (+44)
b40c226 e2fsprogs: update to 1.42.13 (+2,-2)
b4c286f nettle: update to 3.2 (+2,-2)
df93d53 mac80211: update to wireless-testing 2016-05-12 (+1.2K,-9.9K)
13c2922 Use NL80211_BAND_2GHZ instead of IEEE80211_BAND_2GHZ (+25,-25)
e4c05ba use nl80211_band instead of ieee80211_band (+7,-7)
810eef8 sync with mac80211 ieee80211_rx_napi API change (+1,-1)
e30608b iw: refresh patches (+11,-25)
23a1fa0 libusb: disable parallel building (+1,-1)
3015af9 ca-certificates: Add certificate bundle package (+12)
3e08637 mdadm: Fix missing conffile and add initscript (+46)
7938e8d dnsmasq: sysupgrade hook to conditionally preserve dnsmasq.time (+18)
f2220bc perf: disable libcrypto dependency (+1)
6aebc6b curl: update to 7.49 (+14,-40)
1d0d5dd curl: remove axtls config option, the library does not exist in our tree (+1,-6)
1050a60 nvram: install init.d quirks script on brcm47xx only (+5,-3)
de27a1a cyassl/wolfssl: update to 3.9.0 (+8,-10)
ab5e07f mwlwifi: update to 10.3.0.17-20160520-1 (+7,-7)
c074b73 Commit mwlwifi driver 10.3.0.17-20160520. (+46,-18)
7d49296 Commit mwlwifi driver 10.3.0.17-20160520-1 (+7,-3)
29ad4d2 mwlwifi: fix excessive use of busy-waiting that was tripping up the flash driver (+73)
4926e4b mwlwifi: fix excessive logspam if starting a BA session fails (+24)
7ae6b91 libpcap: set a static default for PCAP_HAS_USB (+1,-1)
2c9c998 mwlwifi: remove the a-mpdu failure messages entirely instead of hiding them i... (+4,-6)
f3ac618 package/om-watchdog: add OpenMesh OM2P-HSv3 support (+1)
e1357c0 package/om-watchdog: add OpenMesh MR1750v2 support (+2,-1)
4c4497e package: spidev_test: update location for >Kernel 4.5 (+9)
a6e9699 dnsmasq: update to dnsmasq v2.76 (+28,-10)
76d8f6c usbutils: Use github alias (+1,-1)
2ac21bd dnsmasq: Set the default dhcp lease file and resolv file (+12,-4)
6707d97 busybox: sysntpd - Support for NTP servers received via DHCP(v6) (+54,-7)
4d1c75c dropbear: Fix incorrect CONFIG_TARGET_INIT_PATH. (+2,-2)
6e7403e iw: Use URL alias (+1,-1)
32ae0da iproute2: Use URL alias (+1,-1)
749d4b7 util-linux: fix sfdisk (+85,-86)
6c1eb44 util-linux: fix breakage (+25,-7)
8333a6d lantiq: Reduce ugliness of ugly hack (+4,-14)
96ad827 lantiq: fix segfault inside ltq-adsl-app (+65)
442ff3b busybox: run sysntpd at higher priority (+1,-1)
927ab9a gettext-full: prevent using emacs (+5,-2)
c7d6a92 usbutils: add license tag (+3,-1)
5ac43d6 px5g: add license tag (+2,-1)
44b82ab libiconv-full: add license tag (+3,-1)
04cb722 openvpn: remove unrecognized option (-1)
75dc12d libpcap: remove unrecognized configure options (-2)
872075c elfutils: remove unrecognized config option (-1)
5d8ece8 util-linux: fix scanf fallback detection for uClibc-ng (+35,-1)
23147dd iproute2: Add support for cake qdisc (+670,-1)
1a3c56f kmod-sched-cake: Add support for cake qdisc (+44)
7eeb254 treewide: replace nbd@openwrt.org with nbd@nbd.name (+299,-299)
9b118cd wolfssl: enable openssl 1.0.1 compatibility (+1,-19)
24a7ccb treewide: replace jow@openwrt.org with jo@mein.io (+73,-73)
20c608d openvpn: add support for tls-version-min (+2,-2)
652ac2c xtables-addons: update to 2.11 (+8,-60)
c17f02d brcm2708-gpu-fw: update to latest version (+7,-7)
a88fc0d xtables-addons: add missing dependency (+1,-1)
7eaacd4 dnsmasq: Add option --max-port (+1)
96db69b busybox: Call ntpd hotplug script for every action (+1,-2)
e815036 dnsmasq: support hostid ipv6 address suffix option (+29,-1)
4b03e4a mtd: fix typo in error message for 'c' option (+1,-1)
9e45f9d polarssl: enable AES-GCM and CAMELLIA-GCM ciphersuites (+1,-11)
399d214 oseama: support extracting entity (+134)
62dc983 package/*: update git urls for project repos (+23,-23)
2177a2a mtd: add linksys_bootcount for ipq806x (+1)
1f0a971 package/devel/gdb-arc: Add target GDB for ARC (+159,-1)
987f14a libunwind: initial version 1.1 (+141)
8bd02b1 strace: add option for enabling stack trace support (+10,-1)
4260d11 openvpn: update to 2.3.11 (+25,-4)
abc346d package/lantiq: make lantiq kernel modules work with xway_legacy (+26,-25)
b67af71 hostapd: Update to version 2016-05-05 (+180,-103)
03a72ea VHT: Add an interoperability workaround for 80+80 and 160 MHz channels (+20)
504108d tests: Generate new certificates for Suite B test cases (+139,-139)
d4af4d2 tests: EAP-TLS protocol tests (+189)
a89faed tests: EAP-TLS error cases (+93,-1)
d4c2860 tests: P2P persistent group re-invocation with peer having dropped info (+40)
0b905c8 Add the selector suite into wpa_parse_wpa_ie_rsn() "invalid group cipher" (+4,-2)
2088ecb OSU: Add debug printing of more LogotypeExtn fields (+14,-2)
5f17b2c BSD: __FUNCTION__ -> __func__ (+2,-2)
dc0ad60 BSD: Use correct ifindex from route messages (+25,-16)
af06093 BSD: Disable interface on down (+15,-7)
80ce804 WNM: Workaround for broken AP operating class behavior (+16,-1)
5615362 tests: WNM BSS Transition Management with invalid operating class (+11)
a8ef133 Android: Support multiple CA certs when connecting to EAP network (+89,-19)
cb22e3b BSD: Zero ifindex on interface removal (+19,-8)
c599ddd tests: Allow fallback to 20 MHz in ap_ht40_5ghz_invalid_pair (+5,-1)
236053e Make fallback from HT40 to HT20 work (+1)
⇒ + 448 more...
13b44ab hostapd: update to version 2016-06-15 (+115,-115)
e447133 OpenSSL: BoringSSL has SSL_get_client_random(), etc. (+6,-2)
46bac65 WPS: Fix segmentation fault in new DH key derivation (+1,-1)
6a9681e OpenSSL: Make dh5_init() match the generic implementation (+2)
d58b60d drivers: Add NEED_RADIOTAP (+10,-2)
3dd0e9e wpa_supplicant: Fix CONFIG_AP build without CTRL_IFACE (+1,-1)
7a1887f wpa_cli: Add backspace key process for some terminal (+6)
e8a1b6b D-Bus: Check driver capability for IBSS in Modes property of Capabilities (+3,-2)
baa1213 mesh: Add missing action to cancel timer (+1)
f42c3ce mesh: Calculate MTK before sending it to MAC in case Open is dropped (+2)
4de70e2 Add MGMT_RX_PROCESS test command for wpa_supplicant (+73)
df49b90 tests: Secure mesh and the first plink Open dropped (+53)
3b11ad3 Send CTRL-EVENT-REGDOM-CHANGE event on the parent interface (+10,-1)
6a003eb tests: remotehost.py use join (+4,-9)
5865186 tests: Add remote directory to tests (+512)
ede4719 tests/remote: Add monitor.py (+189)
a73fa13 tests/remote: Add utils file (+551,-7)
⇒ + 99 more...
ef74d5c hostapd: implement fallback for incomplete survey data (+45)
70bb220 hostap-driver: mark as broken, it causes extra bloat in hostapd and is probab... (+1,-1)
e2a9c63 hostapd: fix compilation error in wext backend (+10)
4e0a533 hostapd: fix breakage with non-nl80211 drivers (+18,-15)
7e08f2c mtd: support -c (datasize) option for fixseama command (+9,-7)
ac1cc30 lantiq: ltq-atm: fix xrx200 depends (+1,-1)
e2d2b13 e2fsprogs: Bump to v1.43.1 (+2,-2)
7385f75 lantiq: Correct ADSL race condition (+1,-1)
3f38356 packages: prefer http over git for git protocol (+9,-9)
5acfe55 dnsmasq: dnssec time handling uses ntpd hotplug (+26,-25)
cb7aa4b ebtables: fix segmentation fault due to uninitialized extension data (+250,-1)
86a2702 libnetfilter_queue: fix checksum computation (+113)
4a3b8e0 lldpd: Use /etc/os-release instead of /etc/openwrt_* (+4,-43)
f98f460 openvpn: fix missing cipher list for polarssl in v2.3.11 (+43,-1)
c2bd469 dnsmasq: Add broken realtime clock build switch in full variant (+8,-3)
6d7f54c iproute2: cake AQM prepare tc for COBALT algorithm (+14,-11)
0b208a7 kmod-sched-cake: Switch to COBALT algorithm (+5,-7)
97c9055 spidev_test: copy the source code into the package folder (+320,-10)
f28502a libnl-tiny: Generic Netlink multicast groups support (+136,-1)
3fbadd6 nand-utile: add package (+53)
70b4e46 e2fsprogs: fix build on OS X systems (+11,-1)
a7f6dc9 px5g: Create mbedtls variant (+69,-36)
a3e7d5e samba: Update smb.conf.template (+2,-8)
ad430c1 hostapd: add a WDS AP fix for reconnecting clients (+25)
bcb1d93 valgrind: update to the latest version, fix build issues on ARM (+38,-62)
07e8cfe mwlwifi: Update to latest version (+2,-456)
267c514 Commit mwlwifi driver 10.3.0.17-20160523 (+9,-5)
608f4eb Commit mwlwifi driver 10.3.0.17-20160530 (+47,-9)
41b7076 Commit mwlwifi driver 10.3.0.17-20160531 (+51,-4)
5220b86 Commit mwlwifi driver 10.3.0.17-20160531-1 (+9,-3)
265d314 Modified the code to be compiled directly. (-114)
6bacc5a Removed code related to MESH. (+2,-178)
af93c39 Removed code related to MFG. (+14,-87)
8759b55 Modified ampdu/amsdu related code. (+8,-52)
0304674 Fixed excessive delays. (+7,-5)
4bb95ba Change driver version to 10.3.0.17-20160601. (+1,-1)
3bec7c3 Create README.md (+19)
ca55437 Restored files Kconfig and Makefile.kernel. (+36)
3cbf567 Added the code to support TDLS. (+4)
e6e1bb8 Changed length of max vht mpdu from 7991 to 3895. (+212,-7)
eeb3c19 Change driver version to 10.3.0.17-20160603. (+1,-1)
5fb830e Update README.md (+4,-1)
⇒ + 14 more...
f4293e4 brcm2708-gpu-fw: update to latest version (+6,-6)
5276966 igmpproxy: logging options - make work & improve (+9,-18)
3dded42 iftop: fix mac address display (+68,-1)
17f4d39 samba: update smb template socket options defaults (-1)
9352603 mtd-utils: merge ubi/nand-utils into one package (+35,-131)
bd20cb2 polarssl: update to version 1.3.17 (+4,-16)
05cc729 mbedtls: update to version 2.3.0 (+24,-33)
d430757 mbedtls: fix missing mbedtls_time_t bug in mbedtls 2.3.0 (+22,-1)
b948c93 uclibc++: fix build with gcc 6.1.0, which defaults to using C++14 ABI (+21)
75329fc hostapd: fix VLAN support in full wpad builds (+16,-6)
56f686b samba36: disable local browse master by default (+1)
9b05d3a strace: update to version 1.12 (+3,-3)
ca6375a hostapd: fix an error on parsing radius_das_client (+11,-1)
c7a5bb5 samba36: avoid picking up a dependency on libunwind (fixes GH #212) (+1)
b82c8dd libpcap: fix dependency of install-shared-so make target (+20,-16)
db11695 openssl: add option to omit deprecated APIs (+11,-1)
eb4fc91 openssl: add option to disable compression support (+15,-3)
0099748 openssl: add option for NPN support (+23,-1)
f16fc21 openssl: add option to disable PSK support (+11,-1)
41da31a openssl: remove some unneeded functionality and algorithms (+28,-3)
057b116 openssl: add --gc-sections (+2,-1)
3ad8bc4 openssl: add option to disable SRP support (+11,-1)
600fd46 openssl: revert the no-ripemd change, openssh needs that cipher (+1,-1)
cb8f322 openssl: add back the CAST cipher by default (+1,-1)
cd91f38 openssl: re-enable NPN by default (+1,-1)
7d38128 curl: update to version 7.50.0 (+4,-4)
bdf9243 cyassl: update to wolfssl version 3.9.6 (+2,-2)
9cbb51f iperf: update to version 2.0.9 (+2,-2)
bafeb90 iperf3: update to version 3.1.3 (+2,-2)
da328f2 hostapd: backport mesh/ibss HT20/HT40 related fix (+69,-8)
88304ea sysntpd: remove procd_open_trigger/procd_close_trigger calls (-3)
8299737 dropbear: remove procd_open_trigger/procd_close_trigger calls (-2)
c02f41c igmpproxy: remove procd_open_trigger/procd_close_trigger calls (+1,-3)
712b6fd dnsmasq: write atomic config file (+10,-8)
6916ca8 dnsmasq: make the check for existing DHCP servers more reliable (+6)
a1681ce dnsmasq: replace the iface hotplug script with a procd trigger (+8,-11)
5cd88f4 dnsmasq: remove use of uci state for getting network ifname (+2,-2)
b2ddfbc dnsmasq: drop --interface and --except-interface options when the interface c... (+2,-2)
9201e88 kernel: remove hostap driver (+6,-1.1K)
5e41c1d perf: prevent build from within the sdk and mark as nonshared (+2,-1)
2f8c355 mkelfimage: remove package, it is a host tool that has been unused for years (-46)
2feb943 rtc-rv5c386a: package does not build inside the SDK (+1,-1)
56cf1ad kernel: remove esfq qdisc (+3,-2.6K)
51e7026 hostapd: remove unused hostapd-common-old package (-606)
7ee9222 openssl: re-enable CMAC support (+1,-1)
14e0f05 ltq-hcd: fix xway dependency (+1,-1)
dff6df9 hostapd: Allow RADIUS accounting without 802.1x (+9,-10)
f76f83d mwlwifi: upgrade to 10.3.0.18-20160804 (+2,-2)
4e8c6f3 dropbear: security update to 2016.74 (+2,-2)
d36c515 ncurses: change handling of PKG_CONFIG_LIBDIR (+92,-9)
63f6fc5 samba: add file/interface reload triggers & filter interfaces (+10,-9)
785cdc3 package/devel/gdb: Update to 7.11.1 (+2,-2)
a77ce8b libs/gmp: update to 6.1.1 (+2,-2)
1e71fca mtd: fix building with glibc (+1)
d7c249f ppp: Extend uci datamodel with persistency sypport (+13,-3)
b91e58e busybox: enable sha256sum by default (+2,-2)
8dba24c ltq-deu: fix aes initialization vector handling (+4,-4)
9391661 ltq-deu: fix handling of data blocks with sizes != AES/DES block size (+108,-44)
070edfd ltq-deu: fix cra_priority (+25,-8)
277f85c cyassl: make CyaSSL/WolfSSL more configurable (+117,-2)
798cd26 hostapd: use printf to improve portability. (+4,-4)
91362e7 strace: bump to 4.13 (+3,-3)
0128730 perf: drop sched_getcpu wrapper (-17)
2653a12 openvpn: update to 2.3.12 (+37,-67)
545d864 ct-bugcheck: Add tools to poll for and report ath10k firmware crashes. (+212)
b0dcb6b iperf: drop PKG_BUILD_DIR override (-1)
98206cb iperf: add -lm to fix build with newer glibc (+1,-1)
18c7d1c dante: remove -D_GNU_SOURCE to fix build errors with current glibc (-2)
8e0cb8f ebtables: fix build with glibc (+3,-2)
00a1056 openssl: re-enable ARM assembly (+2,-2)
2d41838 mwlwifi: Updated to latest source (+2,-2)
f362dc1 zram-swap: CONFIG_PROCD_ZRAM_TMPFS compatibility (+11,-2)
a4dc9ff dropbear: mdns flag is a bool, not integer (+1,-1)
e8cb7d3 hostapd: fix typo and indentation in ap_sta_support.patch (+2,-2)
c591326 mwlwifi: Expose the IEEE 802.11w support to hostapd (+1,-1)
9209f43 dnsmasq: fix remove pidfile on shutdown regression (+1)
9a2f2f3 e2fsprogs: Honor the global verbose flag (+2)
2728512 e2fsprogs: List all libraries explicitly (+3)
859d940 hostapd: update to version 2016-09-05 (+98,-198)
52a6c9c Add a QCA vendor command to configure AP parameters (+21,-1)
fae7b37 WPS: Do not expire probable BSSes for WPS connection (+43,-1)
d1296da Reserve QCA vendor specific nl80211 command 121 (+1)
7309e80 tests: Make mesh_missing_mic more robust (+3)
00ec535 WPS: Fix memory leak with wps_ie in wpa_bss_is_wps_candidate() (+1)
4425b1e tests: WPS and wpa_supplicant BSS entry limit (+73)
20c7d26 tests: More wpa_supplicant/bss.c OOM coverage (+71,-2)
bb4e19e hostapd: Skip hostapd ACL check for drivers supporting ACL offload (+9,-2)
074f728 tests: Secure mesh network connectivity with PMF enabled (+25,-1)
b8b499e mesh: Use WPA_NONCE_LEN macro (+14,-14)
18aca1a mesh: Use ieee80211w profile parameter (+20,-4)
a59c5e9 mesh: Fix AEK derivation to use AKM suite selector (+2,-2)
f5ba692 mesh: Coding style cleanup for AEK derivation (+14,-5)
0f76d82 mesh: Fix MTK derivation to use AKM suite selector (+2,-2)
846201d mesh: Coding style cleanup for MTK derivation (+22,-16)
b02f4d0 mesh: Add variable length MTK support (+7,-4)
⇒ + 315 more...
03cd416 dnsmasq: Don't expose *.bind data incl version (+150,-1)
dbbd5ee f2fs-tools: import from packages, clean up, and update to latest (+174)
96f0bbe dropbear: hide dropbear version (+4)
591755a dnsmasq: make NO_ID optional in full variant (+10,-5)
ac08cb0 brcm2708-gpu-fw: update to latest version (+6,-6)
e70e3c5 hostapd: fix regression breaking brcmfmac (+46,-7)
8b5e128 busybox: libnetlink: fix alignment of netlink messages (+100)
32f4777 dnsmasq: Add match section support (+17)
b9e3e38 cyassl: make CyaSSL/WolfSSL more configurable (+5,-4)
edf5b29 cyassl: remove duplicate submenu level (+2,-3)
06fa1c4 busybox: update to version 1.25.0 (+482,-570)
3a4db85 ltq-vdsl-mei: update mei driver to version 1.5.17.6 (+87,-51)
7ecbc27 ltq-vdsl: update to version 4.17.18.6 (+38,-12)
e59bbb6 ltq-vdsl-app: update to version 4.17.18.6 (+5,-28)
7b472f7 busybox: fix md5sum (+1,-1)
6926325 openssl: update to 1.0.2i (+19,-43)
df9efc9 curl: update to version 7.50.3 (+3,-3)
ea28812 openssl: backport build fix when hardware support is used (+35)
77f54ea config: enable shadow passwords unconditionally (-5)
8badcba iproute: properly support high routing table IDs (+487,-24)
5097088 libunwind: use url alias (+1,-1)
edbc8fe libjson-c: Update to 0.12.1 (+5,-26)
78ae7d8 busybox: v1.25.0 upstream patches (+75)
aaa067a openssl: Remove J-PAKE. Nothing uses it. (+2,-1)
c0b15b3 openssl: Make DTLS configurable. (+10)
b1f39d3 openssl: update to 1.0.2j (+2,-49)
376944c perf: fix build with musl on PowerPC (+8)
493b0f3 toolchain: Force installation into /lib (+16,-24)
34c2726 iproute2: fix no fortify build failure (+10)
90a4f2e valgrind: remove 110-add_a_out_h.patch (-157)
b8d802f valgrind: improve mips support (+56)
1fff7f2 package/devel/trace-cmd: Update to 2.6 (+2,-2)
43fb50d trace-cmd: link trace-record in ctracecmd.so (+3,-2)
4aadcfe trace-cmd: Add new stat feature to show what is currently active (+1.0K,-3)
68ddd0f kernelshark: Rename trace-hash.[ch] to trace-filter-hash.[ch] (+5,-5)
a4972ff trace-cmd: Add generic trace-hash.[ch] functions (+159,-4)
00fb085 trace-cmd: Convert wakeup hash in report to generic hash (+27,-45)
320fba9 trace-cmd: Clear triggers before writing to them (+60)
5243783 trace-cmd: Have trace-cmd reset disable filters and triggers (+205,-39)
fd13259 trace-cmd: Have record put back options filters and triggers (+234,-7)
35b7401 trace-cmd: Remove dead code "filter_record()" from trace-cmd read (-9)
7e1a936 trace-cmd: Have report show stack traces for filtered pid wakeups (+105)
8ee2852 trace-cmd: Add --profile option to record (+206,-33)
9516746 trace-cmd: Add --profile to report (+1.1K,-2)
48f4e10 trace-cmd: Update the man pages for the --profile options (+90)
4f28279 trace-cmd: Add trace-cmd stream (+541,-73)
4d72376 trace-cmd: Add trace-cmd profile (+168,-27)
ccba2fa trace-cmd: Remove lost profile start items when events are lost (+54,-7)
⇒ + 98 more...
de8e032 kmod-sched-cake: update to 161002 version (+3,-2)
4ef1144 iproute2: tc cake qdisc add nat, docsis & ptm modes (+57,-13)
73c87a3 hostapd: make -mesh and -p2p variants depend on the cfg80211 symbol (+3,-3)
9edfe7d source: Switch to xz for packages and tools where possible (+96,-71)
4379bcb package/devel/binutils: Update to 2.27 (+2,-2)
d42521f gettext: fix whitespace (+1,-1)
f14b370 gettext-full: update to 0.19.8.1 (+20,-10)
c5e48ab mbedtls: enable NIST curves optimisation. (-9)
c666584 mtd: fix up error messages (+2,-2)
eb16168 usbutils: Switch to xz tarball, update db to 2016-07-21 (+6,-6)
87002c0 package/network/utils/ipset: Update to 6.29 (+2,-2)
3a136f5 packages/network/utils/wpan-tools: Update to 0.7 (+3,-3)
d41e54f package/libs/libmnl: Update to 1.0.4 (+3,-419)
913609a package/libs/libnl: Update to 3.2.28 (+3,-16)
f23a441 package/libs/nettle: Update to 3.3 (+2,-2)
1d7af1a package/libs/libtool: Switch to xz tarball (+2,-2)
49ee771 package/network/services/lldpd: Update to 0.9.5 (+2,-2)
6e5de6e package/libs/libnftnl: Update to 1.0.6 (+3,-3)
192bf08 package/utils/e2fsprogs: Update to 1.43.3 (+3,-3)
9e87d6b package/libs/libconfig: Update to 1.5 (+2,-2)
195d2de package/libs/libreadline: Update to 7.0 (+4,-4)
8a2a20e ltq-ptm: Support 1508-byte MTU for RFC4638 (+22,-2)
02d5f94 busybox: prevent globbing, word splitting (+2,-2)
58cf9a2 network/services/hostapd: move whole files outside of patches and drop Build/... (+631,-640)
ab20b67 libs/libnl-tiny: drop Build/Prepare rule in favor of default one (-5)
832cd7c libs/libiconv: drop Build/Prepare rule in favor of default one (-5)
9270ef0 utils/fbtest: drop Build/Prepare rule in favor of default one (-5)
4786484 utils/nvram: drop Build/Prepare rule in favor of default one (-5)
8df2122 utils/oseama: drop Build/Prepare rule in favor of default one (-5)
d679afa utils/px5g-standalone: drop Build/Prepare rule in favor of default one (-5)
2b0b582 utils/usbreset: drop Build/Prepare rule in favor of default one (-5)
ce2c6e5 utils/otrx: drop Build/Prepare rule in favor of default one (-5)
9f2ce12 utils/spidev_test: drop Build/Prepare rule in favor of default one (-4)
fb789c4 libs/gettext: drop Build/Prepare rule in favor of default one (-5)
8ecf744 system/mtd: drop Build/Prepare rule in favor of default one (-5)
5987229 network/services/ead: drop Build/Prepare rule in favor of default one (-5)
3f8598f network/utils/iwcap: drop Build/Prepare rule in favor of default one (-5)
964f8bc network/utils/owipcalc: drop Build/Prepare rule in favor of default one (-6)
808a618 network/utils/resolveip: drop Build/Prepare rule in favor of default one (-5)
0af93f8 network/utils/rssileds: drop Build/Prepare rule in favor of default one (-5)
a24442c network/utils/maccalc: drop Build/Prepare rule in favor of default one (-5)
9f5770b kernel/avila-wdt: drop Build/Prepare rule in favor of default one (-5)
4f9c6c5 kernel/button-hotplug: drop Build/Prepare rule in favor of default one (-5)
a1236a3 kernel/gpio-button-hotplug: drop Build/Prepare rule in favor of default one (-5)
f56f749 kernel/i2c-gpio-custom: drop Build/Prepare rule in favor of default one (-5)
28502a9 kernel/lantiq/ltq-*: drop Build/Prepare rule in favor of default one (-25)
ca599bb kernel/rotary-gpio-custom: drop Build/Prepare rule in favor of default one (-5)
7b3ba5a kernel/rtc-rv5c386a: drop Build/Prepare rule in favor of default one (-5)
9168abe kernel/spi-gpio-custom: drop Build/Prepare rule in favor of default one (-5)
e09ff19 kernel/trelay: drop Build/Prepare rule in favor of default one (-5)
8fe0940 kernel/w1-gpio-custom: drop Build/Prepare rule in favor of default one (-5)
ba7cba9 kernel/wrt55agv2-spidevs: drop Build/Prepare rule in favor of default one (-5)
18bb1c9 ltq-adsl-mei: fix build error (-13)
859d30d busybox: update to version 1.25.1 (+5,-80)
39f8e46 busybox: add upstream patch to fix send_to_from (+38,-1)
be7f2ab iperf: used an updated renamed tarball instead of main upstream URL (+8,-3)
5c96200 xfsprogs: install path consistent with fs tools (+7,-7)
70af3bf libreadline: set ABI_VERSION to force rebuild of dependent packages (+1)
66d604d busybox: adjust download mirror (+2,-2)
5da412b mwlwifi: upgrade to 10.3.2.0-20161013 (+3,-2)
da1b33f package/system/mtd: fix usage message (+1,-1)
c560d25 comgt: add metric, defaultroute and peerdns options for ncm protocol (+5,-2)
72eb2b8 comgt: add metric, defaultroute and peerdns options for directip protocol (+5,-2)
91b5185 strace: Update to 4.14 (+2,-2)
7fa89d7 px5g: move to Encryption submenu (+1)
9275964 px5g-standalone: move to Encryption submenu and fix Title (+2,-1)
86c6b07 wwan: rename data files (+10)
a35f9bb dnsmasq: Multiple dnsmasq instances support (+270,-185)
dec2908 mtd: fix endianness detection on musl (+2)
9dfed03 mtd: add fixwrgg command (+239,-3)
a8b9fbe util-linux: disc -> Disc and moved some packages (+11,-11)
dc8605b package/network/utils/ipset: Update to 6.30 (+2,-2)
0ec48b8 openvpn: add handling for capath and cafile (+1,-1)
1e3c4f7 openvpn: cacert does not exist (+2,-2)
909f063 lldpd: fix reload function for when interfaces change (+44,-20)
b7fadb1 lldpd: freeze execution of lldpd during reload (+5,-1)
6797a10 hostapd support for VLANs through a file in addition to Radius. (+25,-18)
12f0d54 hostapd: properly package wpa-supplicant-mesh (+2,-1)
29367aa lantiq: ltq-vmmc add support for ar9-vr9 (+247)
04cf944 lantiq: fix vmmc build (+18,-5)
8c08ccc lantiq: added xrx200 as plattform for ltqtapi (+1,-1)
a7672fa lantiq: added xrx200 as plattform for ltqvmmc (+1,-1)
eb10b13 iproute2: rename ip to ip-tiny and let both ip-tiny and ip-full provide "ip" (+7,-6)
df1804b dnsmasq: support log-dhcp option (+1)
5e35b45 base-files, mac80211, broadcom-wl: use uci to populate wireless config (+37,-42)
5f8f8a3 base-files, mac80211, broadcom-wl: wifi detection and configuration (+19,-6)
e2fd987 elfutils: bump to 0.167 (+16,-134)
862e7fb gcom: Fix 'mode' option for ncm (+1,-1)
7ee661d ca-certificates: update to version 20161102 (+2,-2)
e4fef72 comgt: move to WWAN submenu, fixed link (+4,-3)
2cb4b26 mdadm: move to Disc submenu (+1)
a50243e dnsmasq: Support add-mac option (+7,-1)
9c91335 iperf3: update to version 3.1.4 (+2,-2)
7305b55 iw: update to version 4.7 (+48,-634)
7aff00a iw: update to version 4.9 (+24,-88)
fc93494 iw: fix build error caused by redeclaration of NL80211_ATTR_PAD (+2,-6)
00e0a7d nettle: enable fat build (+1)
32f8b36 libnetfilter-conntrack: update to v1.0.6 (+2,-2)
dc7c9f5 conntrack-tools: update to v1.4.4 (+2,-6)
32cfd3b arptables: bump to 2015-05-20 (+13,-64)
1531c9d package/devel/trace-cmd: Add mirror (+3,-1)
4649a92 lantiq: disable VMMC_COEF for non FALCON device (+1,-1)
c437a67 devel/strace: fix build only on powerpc arch (+19)
c18bf14 hostapd: fix PKG_CONFIG_DEPENDS for CONFIG_WPA_SUPPLICANT_* (+1,-1)
d723f25 libnl-tiny: remove include/linux overrides to fix various build issues (-506)
1c6fd8c osafeloader: new util for extracting partitions from SafeLoader (+649)
929641f fwtool: add utility for appending and extracting firmware metadata/signatures (+693)
a74394b openvpn: update to 2.3.13 (+2,-2)
a58f176 opkg: set PKG_UPGRADE also when running scripts for the old package (+16,-15)
88a14bf opkg: run prerm scripts for the old version also on upgrade (+74,-1)
4081333 package/utils/fuse: update to 2.9.7 (+5,-74)
a9dce48 libnl-tiny: Remove GENL_ID_GENERATE (+1,-1)
04a76da ipset: Add InstallDev to provide libipset as library (+8,-1)
d561b2f gpio-button-hotplug: add more buttons (+24,-15)
57d36e5 ltq-hcd: drop package (-21.4K)
e8fe83e iw: drop TX power patch that is part of upstream version now (-30)
f2010b0 rtc-rv5c386a: fix include path for bcm47xx_nvram.h (+1,-1)
4596f9b e2fsprogs: avoid picking up incompatible libcom_err.so (+2,-2)
4d448cf xtables-addons: add CONFIG_NF_CONNTRACK_MARK=y to all kmod-* packages (+2,-2)
280fdac polarssl: update to version 1.3.18 (+17,-17)
99ea268 mbedtls: update to version 2.4.0 (+25,-46)
4e07167 curl: update to version 7.51.0 (+6,-6)
7e6c53d valgrind: update to 3.12.0 (+8,-101)
abedd71 cyassl: update to wolfssl version 3.9.10 (+2,-2)
898857f ppp: Split the ppp-up for the IPv6 part (+29,-12)
8cb476c libs: libnetfilter-queue: update to a newer version in git repo (+36,-34)
4257f65 brcm2708-gpu-fw: update to latest version (+8,-8)
854459a dnsmasq: reload config if host name is modified (+2,-1)
4fbd3aa dnsmasq: Fix splitting hostid for DHCPv6 static leases (+1,-1)
6ae7170 ca-certificates: update to version 20161130 (+2,-2)
4b8c692 mbedtls: enable MBEDTLS_DHM_C (+1,-10)
a456dd9 openvpn: quote parameters to --push in openvpn config file (+2,-1)
732c24a mbedtls: sync with polarssl config (+80,-9)
64590f3 mbedtls: tune config to reduce size and improve performance (+43,-5)
a4a00d7 net/utils/tcpdump: update to 4.8.1 (+700,-576)
b9ddf30 tcpdump: reduce size of -mini by removing more infrequently used protocols (+25,-23)
1f0ff78 kmod-sched-cake: update & restore DSCP washing (+4,-4)
88f8c8d iproute2: support latest cake & restore DSCP washing (+75,-55)
942904f dnsmasq: Specify directory /tmp/hosts as argument for --addn-hosts (+2,-2)
e2f8d20 netfilter: drop proprietary xt_id match (+1,-356)
866b7ba dropbear: clean up default PATH handling in makefile (+2,-14)
5bd3b9d comgt-ncm: Add support for specifying profile index (+51,-56)
4297f4f libs/libpcap: update to 1.8.1 (+81,-202)
e175a4d ppp: use --gc-sections to save a tiny bit of space (+3)
93227e4 dnsmasq: fix service reload (+1,-2)
720b992 treewide: clean up download hashes (+300,-283)
dea6baf usbutils: fix download filename (+6,-7)
cf62a17 hostapd: remove never-used Package/<name>/Description (+1,-21)
13ab314 comgt: add support of using device symlinks. (+5)
6a90210 libs/ncurses: update to 6.0 (+32,-116)
15734b0 libs/cyassl: Enable multithreading, drop stunnel (+1,-3)
197b11f iproute2: tc - update cake support (+13,-11)
4e1f7ad kmod-sched-cake: diffserv3 & change defaults (+3,-3)
3c1f20d libnl-tiny: define _GNU_SOURCE if not defined (+2)
cbca3ae libs/cyassl: re-enable the stunnel flag (+3,-1)
f628d0e hostapd: update to version 2016-12-15 (+110,-169)
711e3ca Handle NULL return from os_zalloc() in sta_track_add() (+2)
a62dea4 Fix mistakes in definition of QCA vendor commands for indoor location (+3,-2)
c7f9d44 FST: Fix search for peer's "other" connection (+175,-115)
4ef3325 tests: Dynamic Interworking element update (+30)
660103e nl80211: Use the monitor interface only without device_ap_sme support (+2,-19)
205d2d1 Fix typos in wpa_supplicant configuration parameter documentation (+12,-12)
ea19b39 Revert "nl80211: Remove duplicated check in nl80211_setup_ap()" (+2,-1)
67a0d4f tests: Increase connection timeouts for remote tests (+6,-2)
c7ca843 tests: Increase timeout for remote tests (+4,-2)
44a4c52 tests: Setup wlantest once for qosmap tests (+3,-1)
81258ef Remove unused generation of Request Authenticator in Account-Request (-5)
4424aa5 P2P: Fix D-Bus persistent parameter in group started event on GO (+1,-1)
5e99339 Initialize iface->sta_seen on allocation (+18,-4)
04059ab Passive Client Taxonomy (+391)
4428194 taxonomy: Store Probe Request frames in hostapd_sta_info (+61,-4)
425cb95 tests: AP tracking STA taxonomy (+105)
⇒ + 324 more...
77ece30 hostapd: Add ability to specify that that wireless driver supports 802.11ac (+11,-1)
4344eb6 mwlwifi: select 802.11ac support (+1,-1)
e5e98d5 ncurses: set ABI_VERSION to avoid running into rebuild issues (+1)
05abcf5 hostapd: update to version 2016-12-19 (+16,-16)
670d5eb tests: Fix FST scanning for non-FST APs (+13,-21)
29062f2 Update various definitions based on IEEE Std 802.11-2016 (+227,-26)
42b847a FILS: Fix hashed realm name derivation (+10,-10)
26bf70e FILS: Separate FILS realm configuration from ERP domain (+74,-4)
f82bc83 tests: Add fils_realm for existing FILS test cases (+4)
9cad618 FILS: Add Realm Information ANQP-element in BSS data (+17)
8183aee FILS: Add support for building FILS Realm Information ANQP-element (+56,-6)
b54f433 FILS: Make FILS Indication element information available in BSS output (+82)
1a73f53 tests: FILS SK and multiple realms (+90)
1a4b4c8 tests: Update gas_anqp_capab_list and gas_anqp_extra_elements (+7,-5)
0851a18 tests: Verify hostapd mgmt_tx() success (+2,-1)
bae9301 tests: mac80211 and unknown Action frame rejection in STA mode (+72,-1)
7508c2a PAE: Make KaY specific details available via control interface (+58)
dfc7731 Android: Add p2p_add_cli_chan=1 option (+1)
28fb9bb PeerKey: Fix EAPOL-Key processing (+30,-23)
e414f4f PeerKey: Fix STK 4-way handshake regression (+5,-2)
⇒ + 7 more...
83eca5d comgt-ncm: fix typo Fix typo in ncm.sh. Resolves: (+1,-1)
363c3e6 adb: new package "Android Debug Bridge" (+97)
13592c1 openvpn: update to 2.4_rc2 (+103,-75)
e6871ab openvpn: fix disabling DES support in mbedtls (+81)
2bc747a openvpn: reduce binary size using --gc-sections on linking (+3)
600b824 openvpn: use conditional dependencies to avoid pulling in unused ssl libraries (+2,-2)
acfb067 gettext-full: enforce only static lib on the host build (+2)
24e58c3 mwlwifi: Update to latest source (+3,-3)
fea97ae Added hostapd patch file for 160 MHz operation. (+56)
d16f2c6 Added information about OpenWrt hostapd package. (+2)
a54a249 Update README.md (+2)
22f41dd Update README.md (+2)
ab87e57 Update README.md (+1,-1)
57ecd81 Added capability "IEEE80211_HT_CAP_DSSSCCK40". (+1)
2aca3db Set antenna number in VHT capability. (+22,-3)
ee0d12c Use IS_ENABLED macro to test for Kconfig symbols. (+4,-2)
4eb3797 Removed unused variable. (-1)
fd9c218 Avoid data sending to firmware after BA removed. (+1)
fb68d69 Change driver version to 10.3.2.0-20161123. (+1,-1)
ab05f99 Added code to support get_survey() of mac80211. (+39,-31)
90e99a7 Change driver version to 10.3.2.0-20161123-1. (+1,-1)
72cf162 Modified the way to access MAC register. (+12,-2)
0b66cc4 Change driver version to 10.3.2.0-20161124. (+1,-1)
d87aca4 Update README.md (+2)
⇒ + 6 more...
c7c1cf5 treewide: clean up and unify PKG_VERSION for git based downloads (+140,-284)
4385579 ncurses: rename libncursesw to libncurses (more common name) (+4,-4)
08db3e1 dnsmasq: add log facility option (+1)
16725e2 libpcap: Fix build when PACKAGECONFIG ipv6 is not enabled (+108)
9c49c93 kmod-sched-cake: do not build on kernel 3.18 (+1,-1)
4af4f21 ltq-vmmc: mark VOICE_CPE_VMMC_PMC as broken (+1)
94030e8 mwlwifi: Update to latest source (+3,-3)
ccbfc8e Restored the way to access MAC register for 8864. (+18,-12)
8edf535 Change driver version to 10.3.2.0-20161222. (+1,-1)
d3489d8 opkg: add missing dependency on libpthread (+1,-1)
e1d1c31 opkg: vfork external gzip command to uncompress data (+746,-23)
ae37f23 mbedtls: enable support for external private RSA keys to fix openvpn build issue (-9)
ca963bb mbedtls: enable secp384r1 elliptic curve support (+1,-2)
8ed11eb mbedtls: enable DHE-RSA key exchange (-9)
39d3a41 openvpn: update to 2.4.0 (+2,-2)
1436e15 curl: update to version 7.52.1 (+4,-4)
bb4afdc libusb: Update to 1.0.21 (+2,-2)
6099f22 zlib: Update to 1.2.9 (+3,-3)
0050b39 gmp: Update to 6.1.2 (+2,-2)
5586800 curl: Remove PolarSSL and adjust default to mbedTLS (+14,-30)
0bb4746 elfutils: bump to 0.168 (+183,-218)
bdcffb9 wpa_supplicant: rework wpa_key_mgmt handling (+9,-8)
30f14f6 hostapd: add function to handle wpa_key_mgmt (+10,-9)
388681f hostapd: enable SHA256-based algorithms (+2,-2)
10f9152 dnsmasq: add DHCP Unique Identifier for DHCPv6 (+2,-1)
84bd740 build: use mkhash to replace various quirky md5sum/openssl calls (+28,-45)
06e2636 dnsmasq: clean up white space in dnsmasq.init (+16,-16)
612e227 dnsmasq: change 'add_local_hostname' to use dnsmasq '--interface-name' (+31,-23)
b7e8de6 strace: update to version 4.15 (+3,-5)
186cd45 zlib: update to 1.2.10 (+2,-2)
355e150 mbedtls: re-enable RC4 support (needed by transmission and others) (-9)
f0353c5 mbedtls: re-enable CFB support (-9)
1cf64e2 px5g: remove legacy polarssl support (+33,-61)
589a16f px5g: remove obsolete reference to $(BUILD_VARIANT) (+1,-1)
e9f0b75 cyassl: update to wolfssl version 3.10.0 (+4,-3)
1016a32 usbutils: Update usb.ids database to 2016.10.13 (+4,-4)
dfe93c2 libnl: Update to 3.2.29 (+3,-3)
acd0c8c kernel: move the gateworks system controller driver to an out-of-tree package (+339,-1.0K)
38de638 mtd-utils: mark as nonshared (+2)
046606a lldpd: add Net-SNMP AgentX support (+15,-2)
cdcf726 lldpd: take over maintainership (+1,-1)
9cdf852 opkg: drop S/MIME support (+8,-126)
c9dd40f kernel: remove gpiommc patches / driver (-2.9K)
77beaf2 package: replace $(STAGING_DIR)/host with $(STAGING_DIR_HOSTPKG) (+22,-22)
b95494b gettext-full: avoid using iconv for host builds (+4,-1)
5932400 wpa_supplicant: Fix mesh encryption config (+4,-1)
15f4fbb mvebu: update mwlwifi driver to version 10.3.2.0-20170110 (+3,-3)
bd68ddb polarssl: remove package (-316)
1ca31b0 comgt: mark as nonshared because of the usb dependencies (+2)
c914fa0 dnsmasq: use ubus signalling in ntp hotplug script (+3,-3)
0d8381a ncurses: revert $(STAGING_DIR_HOSTPKG) to $(STAGING_DIR)/host where appropriate (+1,-1)
40e4c34 hostapd: backport a few upstream fixes (+163,-4)
7e8fecb hostapd: fix passing jobserver to hostapd/supplicant build processes (+3,-3)
621fd9f opkg: use default PKG_BUILD_DIR (-1)
b5b8370 mbedtls: add static files in staging_dir (+1)
2ac776a curl: fix HTTPS network timeouts with OpenSSL (+36)
cfb3ef3 lede-keyring: bundle latest usign certificates (+3,-3)
12392e5 zlib: Update to 1.2.11 (+3,-3)
3a9926e kmod-sched-cake: fix parameter passing kernel/user space (+3,-3)
135affc Retire cake_const.c (-173)
53e9be4 Added diffserv3 mode to gen_cake_const (+24)
032d548 Add diffserv_llt (+32,-2)
a3210bd Change cake to const lookups (+69,-76)
69449f3 Correct parameter passing order (+1,-1)
ef08595 openvpn: let all openvpn variants provide a virtual openvpn package (+2,-1)
b850218 hostapd: fix stray "out of range" shell errors in hostapd.sh (+3,-3)
806d3cc packages: mark packages depending on a target as nonshared (+16)
f5ab082 openssl: update to version 1.0.2k (+13,-13)
69f773d openvpn: add support for various new 2.4 configuration options (+19,-24)
d7cae5f opkg: clarify messages and errors related to downloads (+62,-1)
f951963 mwlwifi: Fixes rewritten history hash and latest version (+1,-1)
2f9568a hostapd: expose wps_independent and ap_setup_locked as uci options (+5,-3)
ff81358 hostapd: default to wps_independent 1 (+2,-1)
06fca0c kmod-sched-cake: add 'mpu' minimum packet length support (+3,-3)
acebb4a iproute2: cake: add 'mpu' minimum packet length support (+28,-4)
7c5bc82 openvpn: ssl-enabled variants also provide a virtual openvpn-crypto package (+5,-1)
d1d970e libtool: don't clobber host libtool infrastructure (+7,-7)
4f5ff00 kmod-sched-cake: Bump to latest version (+4,-4)
4cd9625 iproute2: cake: update cake support (+24,-11)
f8d8b60 Fix dependency for hostapd (+1,-1)
1b51a49 ccache, samba36: fix samba.org addresses to use https (+8,-7)
a0bc62f hostapd: backport support for sending debug messages to the syslog (+169,-24)
bc49d79 hostapd: enable support for logging wpa_printf messages to syslog (+6)
2ad4383 tcpdump: update to version 4.9.0 (+81,-81)
8a35c48 package/om-watchdog: add OpenMesh OM2Pv4/-HSv4 support (+2)
eb38371 package/om-watchdog: add OpenMesh A60 support (+2,-1)
e6057ed package/om-watchdog: add OpenMesh A40 support (+1)
df49e49 mdns: update and rename package to the umdns (+24,-24)
f527436 dropbear: enable SHA256 HMACs (+2,-3)
6ebb872 dropbear: bump PKG_RELEASE (+1,-1)
59508e3 dnsmasq: Add upstream patch fixing SERVFAIL issues with multiple servers (+130)

Packages / Firmware (59 changes)

8d5160b brcmfmac43430-firmware: use @GITHUB download alias (+2)
2cd1f5a brcmfmac43430-firmware: improve package version and release (+4,-4)
b04a254 package: flag further target specific packages as nonshared (+26)
56b3773 ath10k: support CT firmware choices. (+75)
7eeb254 treewide: replace nbd@openwrt.org with nbd@nbd.name (+299,-299)
233ec51 ath10k-firmware: add QCA9984 firmware (+17,-1)
5d60bed ath10k-firmware: fix board-2.bin download URL (+2,-2)
040ebe2 ath10k-ct: Update to latest 10.4.3 CT firmware for 9980 chipsets. (+2,-2)
3f38356 packages: prefer http over git for git protocol (+9,-9)
d2a372c rtl8192se-firmware: fix package build (+1,-1)
2ca4fa5 rtl8192su-firmware: move firmware to own package (+8,-17)
9493613 linux-firmware: fix md5sum (+1,-1)
37fa64a firmware: extract prism54-firmware into own package (+40,-16)
ffcae8b prism54-firmware: add also other p54 firmware to own package (+74,-47)
898fff8 ath10k-firmware: add symlink for QCA9984 board.bin (+3)
c1c49d9 prism54-firmware: change prism54/p54-firmware package versioning (+11,-8)
1c52826 add ath10k-ct: Candela-Tech ath10k out-of-tree driver. (+81,-1)
9971ab0 ath10k-ct-firmware: Update to latest 9880 firmware. (+2,-2)
164a405 ath10k: Support installing CT firmware for QCA9984 NICs. (+35)
c58ed54 brcmfmac43430-firmware: update to v7.45.41.26 (+3,-3)
4d39726 ath10k-firmware: Update to latest 99X0 CT firmware. (+2,-2)
3a2d142 ath10k-fw: Update to latest 9980 CT firmware. (+2,-2)
2ca0cdb ath10k-firmware: Update to latest ath10k-ct 9984 firmware. (+2,-2)
28a2901 ath10k-firmware: add QCA9887 firmware (+40)
ac887f4 linux-firmware: separate packages for Broadcom FullMAC PCIe firmwares (+10,-4)
daa5691 linux-firmware: separate packages for Broadcom FullMAC SDIO firmwares (+11,-4)
ba5a9ab brcmfmac43430-firmware: rename to brcmfmac-firmware-43430-sdio (+7,-7)
c1678f1 linux-firmware: rename r8188eu-firmware to rtl8188eu-firmware (+3,-3)
4fec58b linux-firmware: update to the commit from 2016-09-15 (+3,-3)
c713cb2 linux-firmware: intel: add symbolic link and file versions ()
4592e37 linux-firmware: Update firmware patch for Intel Bluetooth 7265 (C0/D0) (+2,-2)
ede3068 linux-firmware: Update firmware patch for Intel Bluetooth 7260 (B5/B6) (+2,-2)
7b1a5cb linux-firmware: Update firmware patch for Intel Bluetooth 7260 (B3/B4) (+2,-2)
91d5dd1 rtlwifi: v19 firmware for rtl8192eu (+8)
f799665 linux-firmware: intel: Update Skylake audio firmware (+3,-3)
c44bc5b linux-firmware: New minor DMC release for Skylake - ver1_26 (+3,-2)
b2deae5 linux-firmware: Add AR3012 firmware (+2)
f66ecca Update Intel OPA hfi1 firmware (+1,-1)
c4f6a36 nvidia: Add GM200, GM204 and GM206 signed firmware (+66,-1)
8d1fd61 nvidia: Add GM20B signed firmware (+15)
a96efa0 linux-firmware: update Marvell 8897-B0 firmware images to 7.p66 ()
a2c354e iwlwifi: add new -21.ucode for 7265D, 8260, 3168 and 8265 devices ()
69a250d wl18xx: update firmware file (+50,-35)
9be9ff2 iwlwifi: add -21.ucode to WHENCE (+12)
780f4ee linux-firmware: intel: Update Skylake audio firmware (+1,-1)
⇒ + 72 more...
909ed82 dsl-vrx200-firmware-xdsl: update to more recent versions (+7,-7)
a84d51c linux-firmware: update md5sum (+1,-1)
4f272dd linux-firmware: update to current Git head (+3,-3)
e9521de Update Intel OPA hfi1 firmware file (+1)
42ad536 amdgpu: update tonga and fiji VCE firmware to 52.8.3 ()
3fbd235 ath10k-firmware: update the qca988x firmware to 10.2.4.70.54 (+5,-13)
fb58693 ath10k-firmware: move to firmware section in buildroot (+16,-4)
c3d3111 brcmfmac43430-firmware: remove package and switch to linux-firmware (+75,-63)
9edfe7d source: Switch to xz for packages and tools where possible (+96,-71)
1ffb7e4 Latest ath10k CT 988X firmware (beta-18). (+2,-2)
ccf0648 ath10k-firmware: update qca9984 firmware (+3,-2)
c6c731f layerscape: add 64b/32b target for ls1043ardb device (+171.2K)
15a14cf layerscape: add 64b/32b target for ls1012ardb device (+37.9K,-6)
d5e84ca package/firmware/fman-ucode: Use HTTPS (+1,-1)
4592067 ath10k-ct-firmware: Update to latest firmwares. (+6,-6)
76fa771 layerscape: fman-ucode: prefer github over git.freescale.com (+1,-1)
ad907e1 layerscape: add 64b/32b target for ls1046ardb device (+2.6K,-3)
441ee62 ar71xx: remove AP83 reference design board support (+3,-690)
7001139 ath10k-firmware: removed broken submenu (-1)
7747fac ath10k-firmware: untangle CT firmware filenames, fix conflicts (+17,-13)
f3b866f ath10k-firmware: fix typo (+1,-1)
720b992 treewide: clean up download hashes (+300,-283)
04f29ee firmware: add support for PCMCIA Aircard's (+10)
8515deb ath10k-firmware: bump qca988x version (+4,-4)
87b0747 ath10k-firmware: fix missing variable renames (FS#341) (+2,-2)
0ee964f ath10k-firmware: update qca9984 firmware (+13,-1)
c7c1cf5 treewide: clean up and unify PKG_VERSION for git based downloads (+140,-284)
5639e45 generic: package Broadcom BNX2 driver (+25)
36167ae ath10k-firmware: update board data for qca9984 (+12,-1)
544dee5 ath10k-fw: Update to latest CT firmware (+7,-7)
21baa25 ath10k-firmware: Update QCA988X firmware to latest version (+4,-4)
806d3cc packages: mark packages depending on a target as nonshared (+16)

Packages / LEDE base files (93 changes)

fa69553 branding: add LEDE branding (+76,-85)
32a0b8c include/version.mk: rework repository url handling (+8,-7)
9e04019 package: flag essential components as nonshared (+6,-1)
5e85ae9 base-files: fix error message during boot (+1,-1)
dc92917 image / basefiles: make console password configurable (+48,-42)
b4e33a1 base-files: Allow to disable failsafe mode (+24,-6)
528ffec base-files: remove ununsed login.sh (-18)
a13f477 base-files: add a conditional dependency to lede-keyring (+1,-1)
d72e538 base-files: add new public key used by unattended builds (+2,-2)
ed07ef1 base-files: split user/group addition code into a function (+10,-4)
4a8e960 base-files: fix group/user settings after sysupgrade (+11)
a6f76bf signing: remove unatteded build key and use current keyring instead (+3,-6)
9b9c78e base-files: evaluate uci-defaults on run-time installations (+11)
40f933d base-files: Fix config_generate when there are no switch VLANs or ports confi... (+42,-38)
d742e1b base-files: Enhancements to /etc/profile (+4)
2b1556d base-files: sysfixtime exclude dnsmasq.time (+10,-1)
8d10565 base-files: sysfixtime typo in exclude dnsmasq.time (+1,-1)
a39ac24 base-files: fix some failsafe issues (+1)
3193053 Centralize setting of all version info to include/version.mk (+3,-3)
1012701 x86: generalize partition discovery for sysupgrade (+55,-26)
7f69458 base-files: rework postinstall uci-defaults handling (+4,-5)
33a4d22 base-files: reset LED state (+6)
528b8f6 base-files: support hostname and ntp servers through board.d (+47)
07f03d0 base-files: support port_state LED types in board.d (+27)
b98f78b base-files: rework config generation logic (+20,-18)
924302b base-files: drop /etc/config/system (-12)
d6ad9d3 base-files: fix /bin/config_generate breakage (+1)
35b33f0 base-files: maintain LED config state (+17,-5)
df7581e base-files: increase default system log size to 64 kB (+2,-1)
87eb8fa base-files: remove fstab symlink (+2,-1)
f954f43 base-files: Add standard os-release file (+48,-6)
d4ede1c base-files: sysfixtime no longer exclude dnsmasq.time (+1,-1)
8d51706 base-files: use LEDE NTP vendor pool (+5,-5)
3946a55 base-files: seed /dev/urandom (+54)
5fd2eab base-files: remove support of profile-specific base-files (-15)
35e423c base-files: use procd init for urandom_seed (+28,-25)
e1406cd base-files: sysupgrade: fix pseudobridge upgrades (+1,-1)
5c9cc7b base-files: increase vm.min_free_kbytes (+16)
8771689 base-files: remove dead code (-6)
3004298 sysupgrade: unmount filesystems before reboot (+3)
577f873 kernel: remove unused morse led trigger driver (+26,-510)
5fadd43 preinit: use only the image config options (-19)
e934a12 base-files: let config_generate call board_detect (+2,-4)
780ccbf base-files: board_detect: allow specifying the generated file (+6,-4)
0f1ae84 base-files: split out preinit interface config (+10,-4)
c18edce base-files: add preinit ifname detection based on board.json (+29)
072cf26 base-files: allow failsafe to configure vlans (+29,-3)
6c9588d base-files: configure switch in failsafe (+46,-2)
30352e7 base-files: set pi_ifname in board.d case to fix deconfig (+3,-1)
ad8d197 base-files: support oneshot leds properly. (+1,-1)
25dab5d base-files: reduce vm.min_free_kbytes for devices with 32M RAM (+1,-1)
63bd73a base-files: remind users to set root password (+13)
ef64c86 base-files: Allow subtargets to define base-files.mk (+1)
1c09849 treewide: remove bad local shell variable declarations (+16,-21)
6c15427 base-files: fix check for empty password warning (+1,-2)
26b4216 base-files: make default_prerm work offline (+12,-4)
5a8a986 base-files: remove non-working filter option for wifi detect (+2,-2)
0f27096 base-files: also generate configs when current is empty (FS#193) (+6,-6)
6bb11d5 procd: Allow initscripts to start one daemon instance at a time (+4,-2)
0658527 switch to the new usbport LED trigger (+150,-139)
2187f57 base-files: add ucidef_set_led_usbport for full usbport support (+34)
783875f package/basefiles: add mkfs.ext4 and losetup binaries to ramfs list (+2)
b745bfa base-files: Ensure reset only works if an overlay exists (+5,-1)
9e8e8b7 base-files: sysfixtime: Keep RTC time in UTC timezone (+2,-2)
5e0441a base-files: uci-defaults: support requesting untagged switch port configuration (+14,-8)
ba3540d base-files: generate /etc/config/wireless, if it doesn't exist (+2)
5e35b45 base-files, mac80211, broadcom-wl: use uci to populate wireless config (+37,-42)
5f8f8a3 base-files, mac80211, broadcom-wl: wifi detection and configuration (+19,-6)
9978a3e base-files: Prefer busybox arp over /proc/net/arp alias (+1,-1)
cc85381 base-files: validate metadata of sysupgrade images (+43,-2)
afaa34c base-files: don't modify enabled state of service on upgrade (+13,-11)
48cfc82 base-files: ignore failure of stopping services on removal (+1,-1)
d52676d base-files: add a wrapper for init scripts in profile (+9)
5f3c96c build: adjust version number handling (+28,-18)
81b5e8e base-files: add a hint in sysupgrade that shows what to do when the image met... (+3)
9791fb2 build: support adding version code to file names (FS#323) (+13,-2)
b0ac825 base-files: Changed UCI variable name for GPIO value from 'default' to 'value' (+1,-1)
a4232cd build: use SNAPSHOT instead of CURRENT to designate untagged branch builds (+5,-5)
e0b8b24 base-files: fix CONFIG_VERSION_DIST default (+1,-1)
b522292 base-files: add support for overlaying rootfs content (+14)
8496659 base-files: fix message of initscript wrapper (+1,-1)
84bd740 build: use mkhash to replace various quirky md5sum/openssl calls (+28,-45)
6f61d85 base-files: export x86 platform upgrade functions to common.sh (+95,-96)
7304510 base-files: save /bin/mknod for sysupgrade (+2,-1)
9cdf852 opkg: drop S/MIME support (+8,-126)
b9a408c base-files: add ARCH_PACKAGES to openwrt_release and os-release (+2)
1e1e3ef LEDE v17.01: set branch defaults (+7,-11)
a1f918c base-files: fix user creation on sysupgrade with few opkg control files (+1,-1)
b2437a0 base-files: don't overwrite model name set by target (+1,-1)
754f474 base-files: uppercase default hostname: LEDE (+1,-1)
718c201 base-files: add /etc/iproute2/rt_protos (+20,-1)
b8c9ded build: add buildbot specific config option for setting defaults (+20,-5)
ac733df LEDE v17.01.0: adjust config defaults (+10,-8)

Packages / LEDE network userland (111 changes)

564330e netifd: fix default ip rules (+2,-2)
7a51f23 utils.c: Add ip address validation (+18,-1)
bd1ee3e bridge: multicast: Export some parameters RFCs suggest to be tunable (+163,-16)
39d9cee Revert "add prelocal table to manipulate locally destinated traffic" (-14)
81a5f1a netifd: Send DHCP release when client exits (+1,-1)
a83f049 netifd: Add configurable DHCP release behavior (+5,-3)
4076d86 firewall3: fix mark rules for local traffic, fix race condition (+4,-3)
4e11ee3 defaults.c: remove toplevel_rule struct (-7)
e92392d set mark for locally generated traffic in OUTPUT chain (+1,-1)
6cccf1b load running state after lock is acquired (+11,-2)
f9a3123 netifd: Remove hardcoded DHCP release option (+1,-1)
b8ab6af global: change my email address (+28,-28)
3129375 mdns: update to latest git HEAD (+2,-2)
8a70b2b mdnsd: interface: enable looped back messages (+4,-4)
754565a netifd: update to the latest version (+2,-2)
6fd6be6 alias : Fix interface aliased on top of a static interface not getting active (+8,-1)
a0e96d0 bridge: make learning and unicast-flood configurable per bridge port (+42)
fef1004 netifd: Add option to configure gc_stale_time for each device (+56)
29521f9 device: Fix device find failure in avl list due to device name change (+36,-14)
ca2f995 device: Fix dotted vlan interface staying down (+11,-2)
99e6dc6 system-linux: Replace device_get by device_find where appropriate (+2,-2)
7eeb254 treewide: replace nbd@openwrt.org with nbd@nbd.name (+299,-299)
d84bf32 ustream-ssl: update to the latest version, adds cyassl/wolfssl fixes (+2,-2)
17085b7 ustream-ssl: cyassl compatibility with build time options (+4)
24a7ccb treewide: replace jow@openwrt.org with jo@mein.io (+73,-73)
dd18201 swconfig: improve failure reporting (+7,-7)
62dc983 package/*: update git urls for project repos (+23,-23)
952beca uclient: update to the latest version with better help and DELETE (+2,-2)
f075461 uclient-fetch: fix inconsistencies in help text (thx, Hannu Nyman) (+7,-7)
53e2fb5 http: allow sending message body for DELETE request (+14,-2)
3f38356 packages: prefer http over git for git protocol (+9,-9)
ecbc138 odhcp6c: Upstep to latest version (+2,-2)
e23f12f script: Launch script with correct action if last script call is terminated (+3,-1)
121a043 Avoid copying buffer after dn_expand() fails (+4,-3)
a6bbd1d Fix potential buffer overflow in entry_to_env (+18,-9)
6296859 Fix off-by-one in buffer length in int_to_env (+1,-1)
fe22a82 Fix possible stack buffer overflow in s46_to_env when copying IPv6 prefixes (+6,-3)
7b22e48 Change odhcp6c_insert_state to return a success/failure indicator (+5,-3)
b0d1c58 Fix memory leak in dhcpv6_add_server_cand in case odhcp6c_insert_state fails (+5,-1)
abe9d1b Check for unsupported PD exclusion configuration in dhcpv6_parse_ia (+1,-1)
f92e692 Fix potential log forgery via status string (+13,-6)
78bc7d9 Add missing option length checks in dhcpv6_handle_advert (+4,-2)
6326ab3 Fix script environment variable setting for empty lists (+12,-4)
d277ddb Fix iteration after expiring a list entry (+6,-2)
8a8005f Add padding between odhcp6c_entry structures to ensure 32-bit alignment (+23,-11)
687b3c6 Fix alignment of buffers in ra_process and dhcpv6_request (+6,-2)
ecb4665 Fix unaligned 32-bit reads from DHCP packets (+13,-5)
ca0693f Fix alignment of hash buffer in dhcpv6_response_is_valid (+2,-1)
⇒ + 4 more...
1e9c066 ustream-ssl: update to latest git HEAD (+2,-2)
ec80ada cmake: Find libubox/ustream.h header file (+3)
dd9afb8 iwinfo: fix nl80211 phy lookup without platform prefix (+2,-2)
96d322d nl80211: retry phy lookup with platform/ prefix (+3)
bd7289a uclient: update to the latest version, fixes HTTP redirect support (+2,-2)
007a17f cmake: Find libubox/ustream-ssl.h header file (+3)
6b89c6a uclient-fetch: add support for --quiet (+5)
4fdad31 http: add support for relative location on redirect (+57,-1)
d643ee0 umbim: update to latest git HEAD (+2,-2)
6584f5e dynamically allocate buffer (+31,-13)
d4dfed2 get buffer size from driver (+10,-1)
ebe0d55 update usage() (+1,-1)
29aaf43 add radio_state set/query support (+37,-1)
99e5bec netifd: quote vendorid and hostname variables in dhcp script (+2,-2)
74766f4 firewall3: update to latest git HEAD (+2,-2)
be8ead2 treewide: replace jow@openwrt.org with jo@mein.io (+28,-28)
47b2394 cmake: Find uci.h (+3)
4a0c4d8 netifd: Use -x hostname:$hostname instead of -H (+1,-1)
d9ff187 netifd: update to the latest version (+2,-2)
5df548d alias: Set alias link device status to disabled when device is removed (+3,-1)
c007f08 interface: report link up events for force_link interfaces (+18,-3)
009d6d6 netifd: update to the latest version, adds an event handling fix (+1,-1)
656c387 interface: do not process hotplug events for link up event (+4)
15867de uqmi: fix option ipv6 (+1,-5)
109c55a uqmi: add metric option to interface config (+7,-2)
27dffa0 uclient: change SSL support error message (+2,-2)
fca1eb3 swconfig: remove obsolete portmapping feature (-104)
99a1888 swconfig: revert the portmapping patches, they seem to cause a segfault (+228,-1)
c487bde netifd: update to the latest version (+2,-2)
e7dbda3 proto-shell: Support teardown on layer 3 link loss (+9,-1)
4789adf proto-shell: Model config parameter "no-proto-task" as a proto flag (+4,-3)
00fc987 proto: Display proto flags when dumping the protocol handlers in ubus (+7)
cec1ce2 utils: Move IP address validation to parse_addr function (+16,-23)
c8a5f1a Prevent premature device free in interface_claim_device (+4)
2d01488 netifd: track when wdev setup fails (+14,-5)
2b0a129 uqmi: update to the latest version, adds QMI-in-MBIM support (+2,-2)
c618153 uqmi: Added CMake option BUILD_STATIC for a static uqmi build (+14,-2)
3a599ba wds: make ipv6 address endian swap more portable (+4,-5)
22a64fe wds: cast pdp_type enum to int to avoid clang considering the range check tau... (+1,-1)
2333773 uqmi: search for ubox, blobmsg_json and json include paths (+5)
e92c1f8 build: added _library suffix to lib variables (+7,-7)
f94b757 build: Support for out of source builds added (+9,-9)
e69bf24 uqmi: add support for MBIM devices with QMI service (+154,-15)
5624e3f dms: add "Set FCC Authentication" request (+74,-5)
eb1dec7 uqmi: fix big endian bugs in MBIM code (+3,-3)
8859102 iwinfo: mark as nonshared (+2)
559f55d iwinfo: Bump to 2016-07-29 (+2,-2)
8e68ab0 Makefile: explictly link with all shared libraries (+1,-1)
717ff71 Makefile: drop link against libblobmsg_json and libjson-c (+1,-1)
864b2d1 6in4: fix invalid local variable declaration (FS#188) (+3,-3)
875cddd iwinfo: fix WPA cipher reporting (+2,-2)
fd9e17b lua: fix WPA cipher reporting (+3,-3)
76af0ef netifd: update to the latest version, adds various fixes (+2,-2)
5e0fb81 wireless: add retry_setup_failed to status notification (+1)
61e5fa8 wireless: remove config_autostart (+1,-3)
f56a7fb device: prepare for adding device handlers dynamically (+53,-42)
8bf5df1 device: add device handler list (+68,-21)
83d3a90 bridge: Allow setting multicast_fast_leave_option (+21)
7f6be65 interface-ip: DNS name server sorting support in resolv.conf.auto (+68,-13)
fe6ad84 interface-event: Don't dequeue hotplug event in case of interface reload event (+2,-1)
92889ec device: Move the different device type registrations to the device type file (+26,-17)
a5c5703 bridge: Make bridge_device_type static (+2,-3)
9905bd4 macvlan: Use macvlan as device type name (+1,-1)
c22fe67 tunnel: Use tunnel as device type name (+1,-1)
824c5f4 vlandev: Register 8021ad and 8021q s device types (+14,-3)
e2dfdff vlandev: Rework 8021ad/8021q detection based on vlandevice type (+4,-9)
2bf80ba device: Drop device down event during device release if device gets active again (+4)
5479d6f device: ignore MTU values below minimum (+2,-2)
a79f3d1 gre: Support fqdn as remote tunnel endpoint (+31,-5)
34528c4 dslite: Quote resolveip hostname argument (+8,-4)
9edfe7d source: Switch to xz for packages and tools where possible (+96,-71)
3b9b963 uqmi: always use DHCP for IPv4 (+30,-54)
db47363 uqmi: re-enable autoconnect which was dropped without explanation (+24,-14)
1341b88 odhcpd: Upstep to git HEAD version (+3,-3)
32b977a config: Close interface when ifindex cannot be resolved (+5,-2)
045a620 config: Prioritize ifname resolving via ubus over ifname/networkid attributes (+5,-5)
25f7c94 config: blobmsg_check_attr expects bool type as last argument (+5,-5)
e63a283 Add per-host leasetime support (+75,-21)
6292fcd odhcpd: remove superfluous log output. (-1)
b8135a5 network/config/swconfig: drop Build/Prepare rule in favor of default one (-5)
8cf08b6 network/ipv6/6rd: drop Build/Prepare rule in favor of default one (-5)
d0345c6 network/ipv6/map: drop Build/Prepare rule in favor of default one (-5)
3512946 mbim: add metric, defaultroute and peerdns options for mbim protocol (+5,-2)
85fbffd qmi: add metric, defaultroute and peerdns options for qmi protocol (+10,-8)
8981761 netifd: Request DHCP option 121 (classless route) by default (+5,-2)
3116829 ipip: Support fqdn as remote tunnel endpoint (+16,-3)
83ece71 netifd: update to latest git HEAD (+3,-3)
1615fc9 proto-shell: add helpers for generic options in proto handlers (+13)
9abdeee uqmi: moved to WWAN submenu (+1)
113544d firewall: update to fix FS#31, FS#73, FS#154, FS#248 (+3,-3)
6009904 zones: restrict default ACCEPT rules to NEW ctstate (+8)
b33f783 defaults: disable drop_invalid by default (-1)
6818f75 zones: allow untracked traffic as well (+4,-2)
18f4c6f utils.h: Avoid name clashes for setbit/delbit/hasbit (+34,-34)
c5c87e4 iptables: use different approach for managing loadable extensions (+87,-26)
097282e zones: properly handle multiple masq_src / masq_dest negations (FS#248) (+59,-7)
dd01372 iptables: add support for version 1.6.0 (+7,-1)
010723e iptables: fix loading standard target (+8,-1)
19acf04 iptables: optional loading of static extensions (+15,-3)
2275303 iptables: declare _GNU_SOURCE to define RTLD_NEXT (+2)
37df903 iptables: rework extension loader (+9,-37)
c520966 main: make failing ubus connection nonfatal (+1,-1)
786b15f iptables: remove usage of xt_id (+37,-42)
6015fc0 musl-compat: avoid kernel header conflicts (+5)
bd40ba4 iptables: move includes into iptables.c to avoid kernel header clashes (+54,-45)
0367860 forwards: properly propagate conntrack flag (+24,-11)
e58f3f5 odhcpd: Add reload support (+5,-1)
41164ba odhcpd: update to latest git HEAD (+4,-4)
801cfee Correct a typo (+1,-1)
6c3bc01 config: Support infinite as DHCP pool leasetime value (+33,-26)
44ca70a dhcpv4: Keep DHCPv4 assignment lifetime value in sync with assigned leasetime (+7,-4)
4fc68bd ubus: Fix displayed valid paramater for both DHCPv4 and DHCPv6 lease (+6,-4)
d7732c6 dhcpv6-ia: Display infinite lifetime as INT32_MAX in state file (+4,-2)
371a80c dhcpv4: Adding DHCP client leasetime requ