Show pagesourceOld revisionsBacklinksBack to top × Table of Contents OpenWrt v18.01.0-rc2 Changelog (WIP) Build System / Buildroot (291 changes) Build System / Feeds (3 changes) Build System / Host Utilities (150 changes) Build System / Image Builder (14 changes) Build System / SDK (13 changes) Build System / Toolchain (88 changes) Kernel (493 changes) Packages / Boot Loaders (215 changes) Packages / Common (743 changes) Packages / Firmware (90 changes) Packages / LEDE base files (99 changes) Packages / LEDE network userland (144 changes) Packages / LEDE system userland (124 changes) Target / adm5120 (4 changes) Target / adm8668 (1 change) Target / apm821xx (60 changes) Target / ar7 (12 changes) Target / ar71xx (422 changes) Target / arc770 (11 changes) Target / archs38 (17 changes) Target / arm64 (5 changes) Target / armvirt (12 changes) Target / at91 (37 changes) Target / ath25 (15 changes) Target / ath79 (16 changes) Target / au1000 (2 changes) Target / bcm53xx (88 changes) Target / brcm2708 (64 changes) Target / brcm47xx (48 changes) Target / brcm63xx (79 changes) Target / cns3xxx (46 changes) Target / gemini (20 changes) Target / imx6 (38 changes) Target / ipq40xx (45 changes) Target / ipq806x (172 changes) Target / ixp4xx (17 changes) Target / kirkwood (38 changes) Target / lantiq (158 changes) Target / layerscape (68 changes) Target / malta (11 changes) Target / mcs814x (7 changes) Target / mediatek (69 changes) Target / mpc85xx (25 changes) Target / mvebu (113 changes) Target / mxs (19 changes) Target / octeon (19 changes) Target / octeontx (18 changes) Target / omap (12 changes) Target / omap24xx (4 changes) Target / orion (7 changes) Target / oxnas (17 changes) Target / pistachio (30 changes) Target / ppc40x (4 changes) Target / ppc44x (1 change) Target / ramips (393 changes) Target / rb532 (13 changes) Target / sunxi (73 changes) Target / uml (12 changes) Target / x86 (83 changes) Target / xburst (4 changes) Target / zynq (6 changes) Target / {arm64 (1 change) Target / {generic (1 change) Target / {lantiq (1 change) Wireless / Ath10k CT (18 changes) Wireless / Common (158 changes) Wireless / MT76 (38 changes) Miscellaneous (6 changes) Addressed bugs Security fixes OpenWrt v18.01.0-rc2 Changelog (WIP) This changelog lists all commits done in OpenWrt/LEDE since the start of the the LEDE lede-17.01 branch (`b9a408c2b49ccfa0e906bda00ef77f4002e401fd`), grouped by subsystem. The changes are chronologically ordered from top to bottom and cover the Git repository history until the tagging of the 18.06.0-rc2 release. Build System / Buildroot (291 changes) e9d20f1 build: introduce default HOST_MAKE_VARS for host-builds (+7,-1) 5faad30 build: properly pass CPP and CXX flags in HOST_MAKE_VARS (+2,-1) 3d71786 build: move STAGING_DIR_HOSTPKG and BUILD_DIR_HOST back to a common directory... (+10,-10) c99f881 git-kernel: $(SUBDIR) should always be $(LINUX_VERSION) (+1,-1) 6cf067d build: define common subdir targets in rules.mk (+15,-18) 9228d1c build: introduce extra targets that contain only proper dependencies (+23,-15) 8aa93da build: write ABI_VERSION file when staging the package (+1,-7) 87d9e34 build: stage unstripped packages inside PKG_BUILD_DIR (+14,-10) c150a19 build: stage bin/ packages inside PKG_BUILD_DIR (+9,-2) 7a52356 build: add support for automatically removing build dir contents during build (+32,-3) 131db36 build: remove separate /install step for host builds (+68,-67) d98bb7e build: extend CONFIG_AUTOREMOVE to tools/ (+8) 40d3401 rules.mk: export STAGING_DIR_HOSTPKG (+1,-1) 86a7276 build: include CONFIG_AUTOREMOVE in STAMP_PREPARED (+1,-1) bc73a7f build: include CONFIG_AUTOREMOVE in HOST_STAMP_PREPARED (+1,-1) 5aa03e1 build: disable CONFIG_AUTOREMOVE for packages/tools where QUILT is used (+16,-10) f784b3e build: fix regression in handling ABI_VERSION (+1,-1) 2990a21 build: always run package/cleanup before package/compile (+3,-2) 664918d Revert "build: always run package/cleanup before package/compile" (+2,-3) 0e22d63 build: fix CONFIG_AUTOREMOVE for packages with multiple variants (+12,-5) afd2827 build: do not create empty directories in bin/ (+3,-2) fb07085 build: fix bin/ package empty check (+6,-4) 6699f58 build: use if-then to avoid non-zero return codes in bin/ packaging code (+2,-2) 053dc3b build: do not auto-clean packages where the autoremove step has not run (+5,-2) cbbd71b build: remove obsolete mips32r2 CPU_TYPE (-1) bfdc56d build: remove mips16 feature flag from target makefiles (+11,-9) f4f8f4a x86: unify CPU_TYPE for legacy and geode (+2,-5) 807461e build: make the touch .autoremove call non-fatal (+1,-1) 31b16a3 build: add generic build template for u-boot packages (+96) 7e1fc09 include/rootfs.mk: keep Require-User lines with CONFIG_CLEAN_IPKG (+9,-1) 25e2cf3 package-ipkg: Do not fail build without base-files (+2) 1e14f01 u-boot.mk: add UBOOT_MAKE_FLAGS variable similar to MAKE_FLAGS (+2,-1) 1c0addb u-boot.mk: add support for overriding DEFAULT (+2) aeba0fe build: move append-file to image-commands.mk (+4,-4) 0519baf netfilter.mk: prepare for linux 4.9 support (+6,-2) 7d57db4 build: introduce STAGING_DIR_IMAGE (+4) 57657a7 build: Suffix build directory with _$(LIBC) for external toolchains (+2,-1) 7faee1b firmware-utils: improve tools for Buffalo DHP series (+215,-9) 74c09e7 download.pl: fix detecting download errors with curl (+1,-1) d86802a build: keep recursive dependency check stampfiles up to date (+3) 289f2a8 scripts/getver.sh: append short git hash based on upstream commit (+2,-1) 68bef93 scripts: get_source_date_epoch.sh: fix mercurial support, add mtime fallback (+7,-2) eaf3fef ccache, samba36: fix samba.org addresses to use https (+8,-7) 7d00cfe build: centralize fakeroot code (+19,-32) 40fb293 build: add missing wildcard for ignoring .pkgdir in dependency checks (+1,-1) f55c29e build: remove libc version suffix from build/staging directories (+3,-4) 849ced8 build: support make tools/<name>/install again (+1) d826af2 build: make <subdir>/install opt-in, use it for target/ only (+4,-4) 3cd7f43 build: fix package build after deleting staging dir (+1,-2) 202ae4c build: Pass -iremap gcc option as a single argument (+1,-1) fe1e362 build: make Host/Install/Default use Host/Compile/Default with an extra argument (+1,-1) 0799de6 ARC: use -mcpu=XXX instead of obsolete -mXXX (+2,-2) f938de7 build: fix dependency of kernel_menuconfig target (+1,-1) 8cc4d1e scripts/om-fwupgradecfg-gen.sh: add support for the A60 (+2,-2) 9dcb921 build: add buildbot specific config option for setting defaults (+20,-5) 3bfcd21 feeds: add option to force feed update despite modified files (+26,-9) dce6eec build: skip headers install and config on make target/linux/prepare (+1,-1) ab20c63 x86: Set default baud rate on Geode images to 115200 (-1) b9b681c rstrip.sh: fix handling variations in "file" output (+1,-1) 663f2a0 gen-dependencies.sh: fix handling variations in "file" output (+1,-1) b1f102b scripts/feeds: Reuse TOPDIR if defined in environment (+2,-1) e313a33 build: allow building an individual subdir without dependencies using NO_DEPS=1 (+2,-2) 294e908 cmake: skip build system check on compile (+4) 1d49b53 build: unsilence move command (+1,-1) be206eb build: get rid of FIND_L from host.mk (+1,-6) 9467ce4 build: get rid of host.mk (+11,-70) 1f22957 build: clean up redundant touching of the package install info file (+6,-10) 5ef0854 rules.mk: make PKG_CONFIG_DEPENDS properly track string values (+1,-1) 2c2fc50 build: make NETGEAR_REGION optional in netgear-chk (+1,-1) 0d6494d image.mk: force kernel rebuild on every run (+2,-2) a9c96ef build: improve performance by avoiding lazy-eval for make shell calls (+3,-3) 1f12a3d kernel: speed up build system by getting rid of redundant work (+3,-1) 3ceb0fa build: prepare config.seed before package compilation (+2,-1) 01337ba build: add devel option to store build config in firmware (+10) aab0b07 build: fix high cpu usage / hang in prereq-build.mk (-1) d5a770f scripts: only generate config from feature flag if fully match (+31,-31) 7c7ea09 include: Add nomips16 CPU_SUBTYPE (+3,-1) eb3ac82 include: add KERNEL_LOAD_ADDR to TARGET_VARS (+1,-1) 370d740 kernel: do not try to copy vmlinux out of arch/$(ARCH)/boot (+1,-1) 89118da build: fix STAMP_PREPARED with quilt (+2,-2) 7fe5963 build: allow specifying flow-control to grub on serial console (+7,-2) 6411a12 build: move PKG_CONFIG_DEPENDS from feeds.mk to opkg (+8,-7) 2fd1503 scripts/download.pl: fix error message on hash mismatch (+1,-1) d3bc118 target.mk: check that CPU_TYPE has known CPU_CFLAGS mapping (+5) 68139cc u-boot.mk: pass HOSTCC and HOST_CFLAGS into the build (+7) f6433ee kernel: move initramfs's init script out of base-files (+1,-1) b044bd5 build: remove package makefile overlay functionality (+1,-8) b889d1e build: fix aarch64 default cpu selection (+2,-2) 50fcfd4 scripts/qemustart: initial version (+281) 003e152 include/image.mk: allow passing a compat string to the NAND image template (+6,-5) 0b7ed65 kernel: remove out of tree direct-io disable hack (+1,-256) 5bf98b1 build: fix symlinked .config handling (+1,-1) edda8ec include/packages-defaults.mk: Remove LARGEFILE option (-1) 5afe9a0 kernel: allow selecting RTC drivers on targets without explicit RTC support (+17,-9) 5378c85 build: remove absolute path to perl and replace with /usr/bin/env perl (+7,-4) dac629f build: cleanup tmp/ dir of target rootfs (+2,-1) 73bc636 build: ipkg: new field Alternatives (+1) 7842cce build: reset ALTERNATIVES field in Package/Default (+1) ddbb036 build: allow val.% targets to bypass the prepare steps (+3) e06d8f0 build: new fixes for symlinked .config handling (+8,-4) 08fb61d scripts: Probe external toolchains for libgomp (+2,-1) 6704410 scripts: Probe external toolchains for libthread-db (+1) aa8e91a image.mk: Generate cpiogz with root-owned files (+1,-1) 48d71ab kernel: enable CRASH_DUMP on supported platforms (+10) d0a6340 Revert "kernel: prevent addition of scm marker to localversion" (-4) b6746a6 include: Do not alter KERNELRELEASE for external/git kernels (+6,-1) 8e0e0e7 include: Determine MODULES_DIR correctly for external/git kernels (+5,-3) f62f4b3 build: stop overriding STAGING_DIR_HOST for toolchain build (+8,-14) 221f323 build: set QUILT=1 automatically when calling package host build refresh (+1,-1) 36ba623 build: fix quilt for mixed package/host builds (+24,-23) cbe0a7e scripts/download.pl: print the command used to download files (+1) 4b8a7c9 build: fix QUILT related overrides (+12,-10) ce73115 kernel: Hide kernel options behind a menu (+3,-1) 90336ef kernel: Make KERNEL_PERF_EVENTS selectable (+1,-1) 546e20e build: fix possible issue with kmod package having multiple AutoLoad's (+12,-9) 1a341e8 build: fix kmod package build on non-GNU systems (+1,-1) 2ab0963 build: fix kernel refresh failure on first run (+5,-5) 0aed054 build: add KERNEL_MAKE and KERNEL_MAKE_FLAGS variables and move to kernel.mk (+37,-33) fec38eb kernel: fix segmentation fault in mconf on linux (+3,-1) 737b063 build: ensure that flock is available for make download (+1,-1) acc5ab6 include/toplevel: set env GIT_ASKPASS=/bin/true (+1) e5fc15b build: move definition of KBUILD_BUILD_TIMESTAMP to include/kernel.mk (+6,-6) 80d9ec5 scripts/package-metadata.pl: parse and validate field Require-User (+83,-1) 3ce60ba build: Fix not altering KERNELRELEASE for external kernel (+1,-2) 8e0d7d6 build: move lzma2eva build step to image-commands.mk (+9,-3) e7cd6f5 ar71xx: add AVM FRITZ!WLAN Repeater 300E support (+215) 7d6c63d build: rename TPLINK_BOARD_NAME to TPLINK_BOARD_ID (+17,-17) 5b7f592 build: move mktplinkfw2 related commands to image-commands.mk (+34,-29) 7887a46 build: enable gzipping of images on x86 even if ext4 is disabled (+3,-5) d8748e5 netfilter: add iptables-mod-rpfilter package (+34) cf96453 scripts/openbsd.sh: remove script (-24) c2a11bc scripts: make all scripts executable () 6a8cbc0 scripts/gen_image_generic.sh: drop NOGRUB variable (-2) 9fe9175 image: fix ar71xx legacy images (+1) 34c01e6 kernel: do not try to probe builtin modules on empty kmod package install (+2) ef1cafa build: fix invocation of bundled ld.so in SDK and Imagebuilder (+18,-15) 99c4295 scripts/download.pl: Adjust URLs (+5,-5) 3e26340 Revert "kernel: do not try to probe builtin modules on empty kmod package ins... (-2) f08f754 build: move mktplinkfw-combined command to image-commands.mk (+13,-18) 9e64874 build: bundle-libraries.sh: do not override argv[0] in inner exec calls (+3,-1) bf5d32a scripts/package-metadata.pl: inhibit compile deps on missing build types (+25,-6) 74d00a8 kernel: split patches folder up into backport, pending and hack folders (+4.0K,-2.9K) 569f74e rules.mk: add missing CPP definition (+2) 589621b config: make CONFIG_ALL_* select other CONIFG_ALL_* options (+4,-3) 0a761fe scripts/dowload.pl: use glob to expand target dir (+1,-1) b957e45 rukes.mk: this patch broken grub2 builds (-2) b30ba14 scripts/download.pl: fail loudly if provided hash is unsupported (+1) fd84ecd treewide: fix shellscript syntax errors/typos (+10,-11) 76ba01a build: remove @ as it's causing an error (+1,-1) feb1907 build: add image command for installing zImage file. (+5) 603900e build: add a darwin sitefile to deal with macOS 10.12 + Xcode 9 build errors (+7) 254061e build: add mktplinkfw2 hardcoded values to makefile (+52,-21) 49b8462 image-commands: tplink-v2-header: pass kernel loadaddr and entry (+2,-1) a92f73e mpc85xx: Enable initramfs for p1020 subtarget (+2,-1) 818f36a include: Include new location for DT bindings (+1) 555985a include/site: add powerpc64 config (+26) 56ed89f target: add cpu flags for powerpc64 (+4) 7ea6261 config: set ARCH if powerpc64 is selected in the configuration (+1) f28b3bb kernel: fixup KARCH for powerpc64 builds (+2) 4743915 include: Silence external kernel version checks (+1,-1) 378e1a4 iptables: Fix target TRACE issue (+15,-1) 2e49687 kernel: collect module symvers for external modules (+27) e5e5c3f build: ensure PKG_INFO_DIR exists before trying to use it (+1) 22b5e28 build: actually fix the creation of PKG_INFO_DIR (+1,-1) 96eb96c scripts/config: import qconf (+2.5K) 349bb6e scripts/config: add -DKBUILD_NO_NLS to CXXFLAGS (+1) ff43c03 scripts/config: Add qconf target to Makefile (+56) b1501a6 scripts/config: add qconf files to .gitignore (+6) 23dd6db include/toplevel.mk: Add xconfig target (+9) 986d9de build: allow calling append-dtb from image build commands (+17,-2) fae5f02 build: fix regression in append-dtb fix (+3,-4) c6f71ad build: fix another regression in append-dtb fix (+4) ee791fa netfilter, iptables: add optional CHECKSUM module (+31) 2b6facc include: kernel.mk: simplify module autoloading (+25,-51) e26ffb3 build: fix module symbol collection if build_dir is a symlink (+1,-1) b0e6284 build: fix generating dtb with / in DEVICE_DTS (+4,-3) 2cb75cd build: allow defining license information per binary package (+6,-4) b78de62 toolchain: Test for supported versions of GCC (+18,-14) 8ee2d3f build: accept gcc/g++ without minor version (+4,-4) c7b052d target: replace odhcpd by odhcpd-ipv6only (+1,-1) e23ff06 build: avoid failing in append-metadata if image could not be generated (+1,-1) 34bbbbf merge: base: update base-files and basic config (+19,-19) bf5cef4 merge: release/banner: drop release name and update banner (+10,-20) 7b5c989 merge: targets: update image generation and targets (+49,-48) d2c06eb merge: etc: update remaining files (+4,-4) d23e1e1 merge: properly remove %n / %N references (+4,-7) d810a2a kernel: fix spelling in CONFIG_DEVTMPFS help text (+1,-1) 905bbc9 build: allow PKG_PREPARED_DEPENDS and PKG_CONFIG_DEPENDS to be changed after ... (+6,-3) 72051f7 rules.mk: export TMPDIR (+1) f4b9d9d base-files: allow skipping of hash verification (+1,-1) 5c944d9 kernel: include: remove last .0 from kernel versions again (+1,-1) 307b290 include/package.mk: remove old configured stamps before attempting configuration (+1,-1) 0b28cc5 scripts/package-metadata.pl: remove broken detection of self-dependencies (-5) 4700544 downloads.mk: introduce name-agnostic PROJECT_GIT variable (+4,-2) ef27f15 kernel: allow disabling multicast routing support (+20,-5) ab1785b build: fix restoring /etc/opkg with PER_DEVICE_ROOTFS (+2,-2) 1a384ac combined-ext-image.sh: generate image in temp dir (+23,-6) a28bf67 build: add image command for CE images (+13) b02fa33 om-fwupgradecfg-gen.sh: add support for the A42 (+18,-4) fce35bc config: support new symbol intro'd in kernel 4.12 (+10) 1a2b5eb metadata: remove 'base-files' special case (+1,-1) 1957758 metadata: make srcpackage extensible (+6,-4) 39be6e7 metadata: move 'buildtypes' from binary to source packages (+9,-8) b2ab9c9 metadata: move 'builddepends' from binary to source packages (+21,-21) 47f292f metadata: interate over source packages when generating Makefile (+36,-26) 504cb91 metadata: change pkg->{src} field to hold a reference (+34,-35) f0c702f metadata: replace %subdir hash with a path field in source packages (+15,-22) 423ec18 metadata: remove redundant fields from package hash (+9,-8) 3abf663 build: remove package preconfig feature (+2,-73) 37cf77d treewide: fix build depends to refer to source package names (+5,-5) 5b479f7 metadata: handle target build depends together with host build depends (+28,-32) 565de8b metadata: simplify generation of build depends from runtime depends (+41,-71) 47d6b05 metadata: always resolve dependencies through provides list (+35,-46) 52719c2 metadata: scripts/feeds: distinguish between source and binary packages, reso... (+112,-70) 4bb54ed build: remove obsolete "package feature" feature (+1,-73) 1e2570d include/package-dumpinfo.mk: don't duplicate source package information for e... (+14,-6) de0ccd3 metadata: improve code readability by using (s)printf instead of string inter... (+13,-13) 06d51db scripts/feeds: fix install of packages with different source/binary names (+1,-1) a405a93 metadata: do not emit broken kconfig dependency statements (+1,-1) d29e47f config: don't define the same symbol twice (-1) bdc4129 build: remove use of STAGING_DIR_HOST/usr (fixes cmake build error on macOS) (+2,-2) dc555d0 build: disable BUILD_PATENTED by default (+1,-1) cfdfa6d rules.mk: drop `include_mk` build rule (-4) ab6a96f Config-devel.in: rename symbol KERNEL_GIT_BRANCH -> KERNEL_GIT_REF (+6,-9) df0bd42 build: add hardened builds with PIE (ASLR) support (+28) 241e6dd build: cleanup SSP_SUPPORT configure option (+11,-7) 60ad837 procd: fix procd_lock() when prepare_roofs (+5,-3) 82ceb2a build: add config option KERNEL_MIPS_FPU_EMULATOR (+5,-2) d76ad1d lantiq: ase: turn off fpu emulator in default build (+1,-1) aa66aa0 scripts/qemustart: more portable array operation (+4,-4) e7e0254 netfilter: clean up dependencies of kernel modules (+43,-18) 352c74f netfilter: add packages for arp and bridge tables of nftables (+36,-4) a9a43f3 build: bundle-libraries.sh: patch bundled ld.so (+13) abbb07a version.mk: escape values used in VERSION_SED macro (+36,-33) ff8e9a4 treewide: combine VERSION_SED and VERSION_SED_SCRIPT (+3,-4) cde71a5 build: replace uses of OpenWrt with $(VERSION_DIST) (+24,-24) fc16693 config: fix ARM64 dependency check (+2,-2) df9781a u-boot,at91bootstrap: fix incorrect HOSTCPPFLAGS variable (+2,-2) c72e658 u-boot.mk: add HOST_LDFLAGS to UBOOT_MAKE_FLAGS (+1,-1) 2d27ebb iptables: Support building connlabel module (+34) bef3f85 target: Remove nomips16 option. (+1,-3) 02a1a8a build: cleanup leftover qconf files (+1,-1) ca32373 target.mk: let profile remove from DEFAULT_PACKAGES (+2) b9aca83 at91: fix image building with CONFIG_TARGET_MULTI_PROFILE (+10,-16) 138c763 build: add --force option to gzip in Build/gzip (+1,-1) 820f030 netfilter: add a xt_FLOWOFFLOAD target for NAT/routing offload support (+479,-1) 884c957 scripts/metadata.pm: allow group-only Require-User specs (+4,-2) d2daaf8 include/rootfs.mk: do not remove opkg prerm scripts during rootfs preparation (-1) 6ab50bb include/rootfs.mk: retain list of conffiles with CONFIG_CLEAN_IPKG (+8,-1) cf1c7c0 include/rootfs.mk: pass additional files dir to prepare_rootfs as an argument (+5,-5) 2fbf669 imagebuilder: reuse rootfs preparation from rootfs.mk (+11,-41) f505fb0 include/image.mk: base package-list manifest on unprepared rootfs (+2,-8) 359273d include/package-defaults.mk: fix default Build/Prepare with empty ./src (+1,-1) 643850f inclue/image.mk: fix package installation for per-device rootfs (+1) 43be508 build: make image target wait for initramfs (+1,-1) 5862f01 build: revert "make image target wait for initramfs" (+1,-1) 1b773a4 build: Allow to change the FIT config section name (+11,-6) 7a303fe scripts: add EVA ramboot script (+37) 905a3f2 build: include kmod-ipt-offload in default images (+1,-1) fd588db build: filter out kmod-ipt-offload from the default selection on targets that... (+4) 2534141 mvebu: add support for MACCHIATObin (cortex-a72) (+172,-3) d6d3db0 build: Improve GCC version detection (+8,-4) e9eb939 include: extend SetupHostCommand macro to accept more arguments (+2,-1) 177fa14 iptables: split physdev match out as a separate package (+30,-4) d3756a9 include/kernel.mk: build kmod packages with empty FILES (+2,-4) 38bd4e4 build: fix uImage fake header command (+2,-1) a1c65b4 build: pass HOSTCXX to host builds as CXX (+1) 74a0d8c build: consolidate fake uImage header build commands (+20,-30) 0b20490 ipq40xx: add support for OpenMesh A62 (+287,-7) 746c590 scripts: bundle-libraries: fix build on OS X (FS#1493) (+4) 41ab276 scripts/feeds: add support for git feeds with submodules (+6) 6fa88be build: add support for git submodules with CONFIG_SRC_TREE_OVERRIDE (+6,-1) 8dcd941 tools/zlib: move zlib build to tools (+76,-20) 9ea9020 download.pl: Change SourceForge address to HTTPS. (+1,-1) 1ce8465 download.pl: Change OpenWrt mirrors to HTTPS. (+4,-4) e495a05 env: only use color diffs on terminals (+1,-1) ff6e62b build: log time taken by each packages/steps (+5) f93c029 OpenWrt v18.06: set branch defaults (+7,-12) ff8bde5 build: prevent spurious package rebuilds under CONFIG_AUTOREMOVE (+1,-1) 0411d3f build: add apend-uboot command (+4) b6c134f include/image-commands.mk: shorter version in Netgear factory header (+1,-1) 97cb9d0 build: use busybox gzip compatible force option (+1,-1) 25eb240 build: add busybox support to `time` prereq-check (+4,-3) 93860bb build: change version.mk defaults to OpenWrt (+2,-2) 208a3a1 build: ensure that iwinfo is selected when building for multiple devices (+1) 2a7d8cd build: fix target metadata scan dependencies (+10,-4) a5b9553 scripts/feeds: add src-dummy method (+6,-1) 7fa7c85 include/feeds.mk: always add available feeds to PACKAGE_SUBDIRS (+1,-5) 514a4b3 include/feeds.mk: rework generation of opkg distfeeds.conf (+8,-24) bc7abe8 include/kernel-build.mk: fix kernel rebuild on backport patch changes (+1,-1) a7b2764 include/prereq-build.mk: explicitly check for -f flag when using busybox time (+2,-2) Build System / Feeds (3 changes) 01205c3 Add video feed to feeds.conf.default (+1) 0a410df feeds: switch git.lede-project.org URLs to git.openwrt.org (+4,-4) f93c029 OpenWrt v18.06: set branch defaults (+7,-12) Build System / Host Utilities (150 changes) 968fa53 tools/cmake: remove HOST_CONFIGURE_CMD and re-distribute the args & vars (+2,-5) 2b84dfa tools/qemu: use default host configure rule ; set appropriate vars & args (+7,-9) 131db36 build: remove separate /install step for host builds (+68,-67) d98bb7e build: extend CONFIG_AUTOREMOVE to tools/ (+8) 5f9b20b tools: wrt400n: fix making factory images with kernel bigger than 1MB (+197,-266) 920ee1f Revert "tools: wrt400n: fix making factory images with kernel bigger than 1MB" (+266,-197) e2b8e9e tools: update kernel2minor to 0.24 version (+4,-61) ⇒ 83b97b0 update openwrt/00-kernel2minor-OpenWRT-integration.patch to ver := 0.22 (+2,-2) ⇒ 9d3aa78 added integration patch for LEDE project (+113) ⇒ 129d7ee README update (+8,-2) ⇒ 3e12c63 integration/lede: use name 'minor' instead of ugly name 'kernel2mikrotikyaffs2' (+20,-34) ⇒ 23072bb yaffs2 sources fixes for best portability (+14,-5) ⇒ 2cacb4d -e arg is now cause convertion to big endian byte order(if neccesary) (+21,-7) e39dc8d ar71xx: add support to TP-Link Archer C59v1 and C60v1 (+531) 456e1b6 qemu: rename internal crypto/aes symbols (+7,-1) 7faee1b firmware-utils: improve tools for Buffalo DHP series (+215,-9) eaf3fef ccache, samba36: fix samba.org addresses to use https (+8,-7) 34ba64f tools/e2fsprogs: Update to 1.43.4 (+5,-5) 0928b6d cmake: update to version 3.7.2 (+2,-2) 56561b9 ar71xx: add support for TP-Link TL-WA850RE v2 (+182,-5) 8d53e37 tools: patch-image: fix file descriptor leak. (-4) d90abeb tools/m4: update 1.4.18 (+2,-19) dfac808 firmware-utils: tplink-safeloader: add support for Archer C5 V2 (+34) 2cf00b6 ccache: update to 3.3.4 (+3,-37) 65d2800 tools/sed: Update to 4.4 (+3,-28) 49ded28 tools/dosfstools: Update to 4.1 (+4,-38) e45ee66 tools/libressl: Update to 2.5.1 (+2,-2) 80246ce tools/coreutils: Update to 8.27 (+2,-2) 0685f2a tools/upx: Remove from repo (-193) 74f9c9c tools: host/include/getline.h: Remove (+1,-73) a0f4b4b tools/isl: update to 0.18 (+2,-2) 1a0d52a tools/cmake: update to 3.8.1 (+11,-11) 8040420 tools/flex: update to 2.6.3 (+4,-4) d7a3120 tools/libressl: update to 2.5.4 (+3,-3) aeeb2fa flex: update to 2.6.4 (FS#809) (+3,-3) 9235a29 tools/sparse: Update to snapshot 2017-03-31 (+4,-4) ⇒ 95940a8 Add the __builtin functions needed for INFINITY and nan(). (+11) ⇒ 76a7371 Add a define for __builtin_ms_va_copy() (+1) ⇒ 0f71312 Ignore pure attribute in assignement (+17,-1) ⇒ efd34fa Add tests for the builtin INF and nan() functions. (+13) ⇒ 6043210 sparse/parse.c: ignore hotpatch attribute (+2) ⇒ c04667e sparse, llvm: compile: skip function prototypes to avoid SIGSEGV (+11) ⇒ a53cea2 validation/prototype: regression for skipping prototypes (+6) ⇒ 0d2809b ptrlist: reading deleted items in NEXT_PTR_LIST() (+2) ⇒ 0dac478 .gitignore: add cscope and Qt project files (+3) ⇒ 38c9e9f Add default case to switches on enum variables (+5,-1) ⇒ 8efbac1 Fix size calculation of unsized bool array (+48,-1) ⇒ 7647c77 Do not drop 'nocast' modifier when taking the address. (+198,-1) ⇒ 153fbd0 Fix warning compiling sparse-llvm (+2,-2) ⇒ 65f90e7 sparse: add 'alloc_align' to the ignored attributes (+40) ⇒ ffc860b sparse: ignore __assume_aligned__ attribute (+8) ⇒ 6c283a0 sparse: add no_sanitize_address as an ignored attribute (+11) ⇒ + 147 more... e25cedd tar: override symlink permissions (+10) 92c80f3 automake: import upstream fix for perl 5.26 (+30) c402224 firmware-utils: tplink-safeloader: support strings as soft_version (+36,-1) b7cc661 ar71xx: add support for TP-Link TL-WR942N v1 (+370,-2) 9cd69c4 firmware-utils: tplink-safeloader: add TP-Link Archer C25 v1 (+58,-1) c47a1a3 firmware-utils: honor env SOURCE_DATE_EPOCH (+86,-12) b5aaafe mtd-utils/mkfs.jffs2: honor env SOURCE_DATE_EPOCH (+62) 0674141 firmware-utils: fix dgn3500sum compiler warnings (+3,-4) 9fec39a ar71xx: add support for TP-Link TL-WA855RE v1 (+114,-6) 7d21b4e firmware-utils: tplink-safeloader: add support for Archer C59/C60 RU (+3) 01280bc firmware-utils: tplink-safeloader: add support for Archer C5 v2 JP/US (+3,-3) b05c719 ar71xx: add support for TP-Link Archer C58 v1 (+155,-7) 4b35e17 firmware-utils: mktplinkfw2: support additional hardware version (+20,-6) 24043a0 ramips: add support for TP-Link TL-WR840N v4 and TL-WR841N v13 (+287,-1) 896246b firmware-utils: mktplinkfw2: fix support for -w option (+1,-1) 23da3fb firmware-utils: mktplinkfw2: fix MD5 salt (+2,-2) 6165e4a ar71xx: add support for TP-Link TL-WR902AC v1 (+226,-3) 3b7928c firmware-utils: mktplinkfw2: add missing options descriptions (+3) a3d232e firmware-utils: mktplinkfw: add option for endianness swap (+13,-1) eafaef3 automake: Update to version 1.15.1 (+7,-37) 91e262c tools: flex: fix build with automake 1.15.1 (+3,-2) 6b127d8 tools/flex: add autoreconf (+1) 90e27a1 firmware-utils: mktplinkfw2: update firmware header (+26,-26) 7805745 firmware-utils: mktplinkfw2: use static board struct for custom values (+15,-18) 8cd2814 firmware-utils: tplink-safeloader: fix Archer C60 factory image (-2) 027aea8 tools/flex: Revert "tools/flex: add autoreconf" (-1) b4ce088 tools/expat: Update host version to 2.2.2 (+2,-2) 7c727c6 tools: expat: fix build on older host systems (+3) 5bc5d94 firmware-utils: tplink-safeloader: add support for TL-WR902AC v1 US (+2,-1) b3cb0e7 firmware-utils: mktplinkfw: rework combined image option (+44,-62) d72371e firmware-utils: drop mktplinkfw-kernel tool (-353) 1c7144f firmware-utils: tplink-safeloader: add support for TP-Link RE350 (+41) d181cbb firmware-utils: mktplinkfw2: replace "endian_swap" field with "flags" (+10,-8) 35ddef8 firmware-utils: mktplinkfw2: fix info for images with LE kernel LA/EP (+7,-1) 993c740 firmware-utils: mktplinkfw2: respect -e option when reading fw info (+5,-3) b70a962 tools/firmware-utils: document reserved fields in mkchkimg (+18,-4) 8477d54 tools/e2fsprogs: Update to 1.43.5 (+2,-2) 1a5b7cc tools/expat: Update to 2.2.3 (+2,-5) 965df21 tools/pkg-config: Update to 0.29.2 (+2,-20) 9ebb23c tools/mkimage: fix musl build (+67) 25c0457 tools: patch various gnu tools for macOS 10.13 (+125) 66a8c8f tools/firmware-utils: mktplinkfw2: allow parameter override (+7,-9) 161a3be ramips: add support for TP-Link Archer C20 v1 (+220) b0f2624 tools/expat: Update to 2.2.4 (+2,-2) ed617fd tools/e2fsprogs: Update to 1.43.6 (+2,-39) 0fb14a2 tools: flex: fix segfault with glibc 2.26+ (+27) 839129b tools/cmake: Update to 3.9.3 (+18,-56) 85d93b6 tools/mpfr: Update to 3.1.6 (+2,-2) a4ec0aa tools/mm-macros: Update to 0.9.11 (+2,-2) 64da598 tools: cmake: fix librt linking (FS#1032) (+7,-7) 90805b1 cmake: fix build error with Xcode 9 on macOS 12 (+15) 10832c8 tools/firmware-utils: remove hardcoded values from mktplinkfw2.c (+24,-161) 10324fc tools/firmware-utils: mktplinkfw regroup duplicate code (+276,-454) 9e768b9 tools/firmware-utils: mktplinkfw move build_fw() to lib (+102,-148) 9887afb ar71xx: add support for TP-LINK Archer C7 v4 (+338,-2) 20d363a tools/squashfs: use host cflags (+1) 4a5de1f tools/findutils: include sysmacros.h explicitly (+13) 855d210 tools/mtd-utils: include sysmacros.h explicitly (+27,-4) 09bfca6 tools/squashfs: include sysmacros.h explicitly (+20) 4425fa8 tools/squashfs4: include sysmacros.h explicitly (+36,-16) 050fb3b tools/firmware-utils: mktplinkfw* fix rootfs offset (+6,-12) d0ef275 ramips: add support for TP-Link TL-WR840N v5 (+139,-1) 6bcc1c5 tools/coreutils: install readlink (+2,-2) ca6002c ar71xx: increase kernel partition size for some TP-Link boards (+14,-13) 55c77b3 ar71xx: increase kernel partition size for TP-Link RE450 v1 (+3,-3) 3ad5c16 firmware-utils: tplink-safeloader: add more country codes for Archer C7 v4 (+7) 673793d ar71xx: add support for TP-Link TL-WR1043N v5 (+162,-4) c61a239 add PKG_CPE_ID ids to package and tools (+49) fb66dc9 firmware-utils: add otrx tool for handling TRX images (+593) 08cc9a2 tools/e2fsprogs: Update to 1.43.7 (+2,-2) d6e34b7 tools/sstrip: Fix compile under standard linux. (+5,-4) 1a51241 firmware-utils: mktplinkfw: fix JFFS2 EOF markers (+1,-1) 3083cc6 firmware-utils: mktplinkfw: add support for BR region code (+1) 3be10e3 tools/expat: Update to 2.2.5 (+2,-2) 83f729d firmware-tools/ptgen: fix minor coding style issues (+34,-26) 4982859 firmware-tools/ptgen: use portable exit codes (+3,-3) ebd1547 tools: make-ext4fs: remove LEDE_GIT references (+1,-1) b4a46f0 tools/libressl: update to 2.6.4 (+2,-2) b0d513e tools/scons: update to 3.0.1 (+3,-3) 3c4df66 tools/cmake: update to 3.10.1 (+16,-40) d061033 tools/mpc: Update to 1.1.0 (+2,-2) 4343ac5 tools/mpfr: update to 4.0.0 (+10,-10) eb58b14 ramips: tl-wr840n-v5: increase firmware partition for 4Mmtk layot (+3,-9) e787ad5 tools/tar: update to 1.30 (+16,-36) 64858a0 tools/ccache: update to 3.3.6 (+3,-3) 89a0fed tools: update patch to v2.7.6 (+2,-27) a338491 ar71xx: add support for TP-Link RE355 (+142,-5) 063fa4c tools/mkimage: copy mkenvimage to bin directory (+2) a9c0057 e2fsprogs: bump to 1.44.0 (+2,-2) 638e219 tplink-safeloader: add support to split & extract firmwares (+263,-17) 068ba61 tplink-safeloader: add support to convert factory into sysupgrade (+103,-3) 677d8df firmware-utils: fix erroneous variable redeclaration (-1) 3137622 firmware-utils: tplink-safeloader: compile as gnu99 (+6,-5) 84c1b78 firmware-utils: add JBOOT bootloader image support (+921) 9fc916a firmware-utils: mkdlinkfw: compile as gnu99 (+1,-1) 8262179 tools/e2fsprogs: update to 1.44.1 (+2,-2) 0d8a0a6 firmware-utils: image generator for D-Link DAP-1330 (+205) c074230 ar71xx: add support for TP-Link Archer C60 v2 (+157,-4) 373dc11 firmware-utils: tplink-safeloader: move CPE/WBS 210/510 version metainfo to t... (+20,-20) e39847e ar71xx: increase kernel partition size for CPE/WBS 210/510 (+9,-9) a8c3151 tools/cmake: Update to 3.11.0 (+6,-22) 85282ae tools/mpfr: Update to 4.0.1 (+2,-2) b13e981 tools/mkimage: update to version 2018.03 (+147,-1.1K) a656ea0 tools: mkimage: provide dtc path during build (+1) a31107a firmware-utils: tplink-safeloader: increase RE350 kernel size (+3,-3) 8dcd941 tools/zlib: move zlib build to tools (+76,-20) bf167f8 tools/mtd-utils: Mark some lzma functions as static (+37,-37) c7cd166 tools/mtd-utils: update to version 2.0.2 (+101,-303) 2c192b6 tools/libressl: update to version 2.7.2 (+112,-3) 60427a9 tools/make-ext4fs: Fix build on MacOSX (-2) 56ae9f9 mtd-utils: add back macOS compatibility code that was dropped during the update (+12) 20d0dac firmware-utils: add DNS-313 image header tool (+240) 2d913fc tools/sed: Update to 4.5 (+2,-2) 0f5e01b tools/mm-macros: Update to 0.9.12 (+2,-2) 93959bd tools/xz: Update to 5.2.4 (+3,-10) bc52833 tools/cmake: Update to 3.11.1 (+2,-2) dcd6810 tools: zlib: do not hardcode the install prefix in zlib.pc (+14) 742ac01 ipq806x: increase kernel partition size for the TP-Link Archer C2600 (+10,-5) 4e9fa56 ar71xx: add support for TP-LINK Archer C7 v5 (+275,-2) 286a456 ar71xx: Add support for TP-Link CPE210 v2 (+143,-11) Build System / Image Builder (14 changes) 6cb8e30 imagebuilder: properly escape single quotes in device titles (+1,-1) 7d57db4 build: introduce STAGING_DIR_IMAGE (+4) 0d1765b imagebuilder: make submake invocations less verbose (+4,-4) 9dcb921 build: add buildbot specific config option for setting defaults (+20,-5) 9467ce4 build: get rid of host.mk (+11,-70) 37e7a17 imagebuilder: fix bundling of DTS sources (+3,-3) 19ac879 imagebuilder: add package_list function (+14,-7) 1b555e1 imagebuilder: clean package_list (+6,-6) d80d1b6 imagebuilder: don't rewrite package list output (+1,-1) 7b5c989 merge: targets: update image generation and targets (+49,-48) d2c06eb merge: etc: update remaining files (+4,-4) fd30187 imagebuilder: fix reference to removed VERSION_SED variable (+1,-1) 2fbf669 imagebuilder: reuse rootfs preparation from rootfs.mk (+11,-41) a02a69d imagebuilder: remove split patch dirs from imagebuilder archive (+3,-2) Build System / SDK (13 changes) a68b1b9 sdk: do not strip static libraries (+1,-1) ada6d9f sdk: avoid using private repository clone urls as base repo entry (+1,-1) dab6338 sdk: fix Git URL detection (+5,-2) beb69e2 sdk: explicitely remove ccache directories when packing SDK (+6) 412cf4c sdk: add missing change from r3328-f55c29e4c7 (+1,-1) 90728c7 sdk: clean scripts/config before packing tarball (FS#504) (+1) 9dcb921 build: add buildbot specific config option for setting defaults (+20,-5) 7c9f5c7 sdk: emit proper tag references for base URLs (+5,-3) 9467ce4 build: get rid of host.mk (+11,-70) deaf959 sdk: restrict base feed repo to public git for CONFIG_BUILDBOT only (+2,-1) 7b5c989 merge: targets: update image generation and targets (+49,-48) f839ad6 sdk: switch base feed url to git.openwrt.org (+1,-1) 17b194a sdk: change base feed fallback to git.openwrt.org (+2,-1) Build System / Toolchain (88 changes) a8a5cb9 musl: update musl to 1.1.16+ and switch to download from git (+7,-1.6K) 131db36 build: remove separate /install step for host builds (+68,-67) dde5c72 uClibc-ng: update to 1.0.21 (+2,-2) f204e0f toolchain/gcc: reduce source directory size by about 420 MB (+6) 70973dd gcc: remove obsolete uclibc patch (-99) 46b0213 Revert "uClibc-ng: update to 1.0.21" (+2,-2) 36cca3e toolchain/binutils: Switch to 2.27 as default version (+2,-2) b648e1c binutils: remove 2.25.1 support and leftovers of older versions (-123) fa85060 toolchain/gdb: update to version 7.12.1 (+2,-2) 43332f5 toolchain/musl: parallelize make install (+1,-1) 0f5d17a toolchain/gcc: parallelize make install (+2,-2) b96566a build: drop circular dependency (-1) 38fcd2a build: remove libc version config code (+5,-62) b2c6672 toolchain: remove separate prepare/ step (+1,-8) eed6c85 toolchain/uclibc: Fix unmanned configuration with "V=s" (+1,-1) a3408a5 toolchain/uclibc: Bump version to 1.0.22 (+5,-21) f4d9d7a glibc: use default PATCH_DIR (-2) bf867f7 glibc: override default rpath to /lib:/usr/lib (+1) 6c61676 glibc: update to version 2.25 (+7,-12) bd3a5ca toolchain: force a full rebuild on buildbot if the toolchain changed (+12) f44ae19 build: fix the toolchain rebuild check (+8,-8) 9467ce4 build: get rid of host.mk (+11,-70) 5e3fb70 toolchain: unbreak glibc on MIPS (+36) 31be46e toolchain/binutils: Add binutils 2.28 (+110) 34e8393 toolchain/arc: update to the most recent release arc-2016.09 (+573,-523) f62f4b3 build: stop overriding STAGING_DIR_HOST for toolchain build (+8,-14) 70c2c8f toolchain: add gcc 7.1.0 support (+775,-1) 8851a18 gcc: fix documentation entries added by 910-mbsd_multi.patch (+12,-12) 2cf4e3c toolchain/insight: Remove from tree (+1,-91) c87aa0d toolchain/gcc: fix --with-isl path (+2,-2) 6af0fac toolchain/binutils: Set 2.28 as default version (+2,-2) 76b62e6 build: remove old kernel-headers build directories (+1) 22e2b40 gcc: gcc 6.3.0 fix comparison between pointer and integer (+11) 8647f4f toolchain/arc: update to the most recent release arc-2017.03 (+27,-27) af0a933 musl: bump to latest 1.1.16+ git HEAD (+2,-2) c56448e musl: update to 1.1.16+ git HEAD 2017-08-30 (+2,-2) 3f4f580 toolchain: gcc: update 7.x to 7.2.0 (+282,-75) 592abe9 toolchain/gdb: update to version 8.0.1 (+5,-5) 118efdc Revert "toolchain/gdb: update to version 8.0.1" (+5,-5) fc35d6e toolchain/gdb: update to version 8.0.1 (+5,-5) e95f22d toolchain/fortify-headers: Update to 0.9 (+2,-2) 07a99a8 gcc: fix build error with macOS + Xcode 9 (+10) d67979b toolchain/gcc: update 5.x to 5.5.0 (+25,-44) a7e4aec toolchain/glibc: Update to 2.26 (+2,-2) aba071d binutils: add version 2.29.1 (+110) 9e91d32 toolchain: remove powerpc64 feature (-3) 0de9331 toolchain: use glibc for powerpc64 builds (+5,-3) 76378c6 build: use KERNEL_MAKE_FLAGS for kernel file compilations (+22,-46) 7e2c271 gcc: remove support for libgcj/java (+2,-13) 981be0c toolchain/musl: update to version 1.1.18 (+6,-6) 7b5c989 merge: targets: update image generation and targets (+49,-48) d2c06eb merge: etc: update remaining files (+4,-4) 6b175b7 toolchain: musl: update to current HEAD (+53,-21) 4336efe kernel: use upstream patches for musl (+833,-781) 13a5cb9 musl: allow autorebuild (+3,-1) 074fa8d musl: move BUILD_DIR_TOOLCHAIN/musl symlink to configure step (+1,-11) 53021ce uClibc-ng: update to 1.0.28 (+2,-2) e47fe32 toolchain/arc: update to the most recent release arc-2017.09 (+345,-292) ca7e862 kernel-headers: adjust PKG_ variables when using git clone method (+7,-1) 5577956 toolchain: add gcc configure default PIE and SSP (+25) 241e6dd build: cleanup SSP_SUPPORT configure option (+11,-7) 1a8523c toolchain: gcc: update 7.x to 7.3.0 (+3,-3) bcd17ce binutils: assertion failure bfd/elfxx-mips.c:3860 (+236) e387a1b toolchain: gdb: activate on ARM64 (-1) 65ae02d toolchain/gcc: remove unused config symbol (-4) 7a97588 toolchain/gcc: use version 7.x for x86 by default (+7,-1) 38dc678 gcc: refresh patches for version 7.3.0 (+6,-6) 25aaff9 gcc: merge upstream fix for PR 83496 (fixes FS#814) (+136) 1198204 toolchain: fix selecting older gcc versions for x86 (+2,-1) 87606e2 musl: update to version 1.1.19 (+27,-86) fe98f26 toolchain/gcc: fix a build failure on 7.3.0 with macOS (+178) 16cec7a toolchain/gcc: merge pending fix for miscompiled MIPS16 code issue (GCC PR 84... (+22,-2) 61eee1a toolchain/gcc: switch to version 7 by default (+5,-8) e28551b toolchain/binutils: add support for version 2.30 (+110) c7ced2f binutils: Use version 2.29.1 by default (+2,-2) 15e9639 toolchain/binutils: remove version 2.28 (-341) 4fd8722 toolchain/binutils: exclude .rej files when unpacking the tarball (+2) 3dee117 glibc: fix applying of patches (+1) 50433f3 glibc: update glibc to 2.26+ and switch to download from git (+6,-4) 594dbaa toolchain/glibc: unset LD_LIBRARY_PATH (+1) ddb70e7 toolchain/binutils: completely remove 2.28 support (-5) 044e84f toolchain/binutils: Remove old patches (-42) 0370293 glibc: switch from git to https (+1,-1) 097f3aa toolchain/binutils: Use xz tarballs where possible (+4,-3) f172456 toolchain: gccgo: fix building gccgo compiler (+248) 8aae794 toolchain/glibc: update to latest 2.26 commit (+2,-2) a6a5de4 uClibc-ng: update to 1.0.30 (+2,-2) a63e38b musl: sys/socket.h: fix SO_PEERSEC value on MIPS (+59) Kernel (493 changes) ec1a695 kernel: ar8327/ar8337: disable ARL access code to avoid lockups (FS#384) (+6) 8ab057f kernel: remove yaffs2 support, it is no longer needed (+2,-17.3K) 97b5259 ar71xx: Chipidea USB device support (+203,-1) 54e980a kernel: fix chipidea module dependencies (+1,-1) f67b027 kernel: update Broadcom PHY drivers (+700) d5de926 generic: keep module aliases inside .modinfo (+4,-12) 3049459 generic: rtl8366s: add support support for initvals from DTS (+27,-2) e2bd8b9 generic: rtl836x: add support for Green Feature (+198,-62) d45f81d kmod-sched-core: Add HTB and TBF traffic shapers (+3,-3) 71f4d8a netfilter: re-enable TEE support for kernel 4.4 (+1,-1) 20996ed Kernel: bump to 4.4.44 (+64,-111) 28af0f2 kernel: make kmod package dependencies forward compatible (+5,-5) 9ed108e kernel: update kmod-* packaging and dependencies for linux 4.9 (+25,-9) 6db7a01 imx6: fix build error (+1) 9f7fc23 kernel: mark nvmem as hidden, it is only used as a library for other modules (+1) 4d15150 kernel: bump to 4.4.45 (+7,-7) c437df0 kernel: backport BCM54210E PHY support (+73,-3) 5a164dd kernel: make BCM54210E PHY code work with 4.4 (+5,-3) 74ea99b ledtrig-netdev: don't cancel work on events for different interfaces (+3,-3) 12288d4 kernel: update bcma to fix devm memory leaks (+133,-2) 7583de2 kernel: rename bgmac patches to squeeze them () bde06ab kernel: use upstream accepted bgmac fix for BCM47186B0 (+4,-1) 6a85377 kernel: backport bgmac support for external PHYs (+540,-4) 0f19c1d rtl8366_smi: add linux 4.4 compatibility (+9,-4) 49f9c06 kernel: fix BCM54612E PHY support (+81,-14) 3becadd kernel: bump to 4.4.46 (+3,-3) 063d5a6 generic: mtd: update settings of mx25u3235f (+1,-1) a0888ec generic: rtl8366rb: fix compatible string (+4,-4) 402193b kernel: update mtdsplit for linux 4.9 (+300,-15) 1a52d11 kernel: update phy drivers for 4.9 (+1.2K,-134) f791fb4 kernel: add linux 4.9 support (+27.7K) d2c4041 kernel: update kernel 4.4 to version 4.4.47 (+10,-10) b008357 kernel: port b53 to use kernel 4.5+ API (+96,-17) 9c18235 kernel: add compile fix for linux 4.9 on x86 (+13) 478be1d kernel: fix crashlog build error on 4.9 (+2,-2) 91fce81 kernel: add missing config symbols for 4.9 (+25) e991b0d kernel: merge b53 API patch with the one handling all switch drivers (+88,-88) 4339e5d kernel: fix build error in mtdsplit driver (+1,-1) 6d5419d kernel: update spi-nor in 4.9 to version from Linus's tree (4.10) (+200,-15) 174ce4c kernel: update spi-nor in 4.9 to spi-nor tree version (next branch) (+784,-28) 989a0b4 generic: add missing kernel symbols (+23) 6b5c3fd kernel: of-mdio: add missing dependency for linux 4.9 (+3,-1) de1f830 generic: add missing symbols for linux 4.9 (+15) 76eb62e kernel: backport bcm47xxsflash support for reading 32 MiB flashes (+288) 7096ed5 kernel: remove kmod packages for bridge, stp, llc and 8021q (+2,-70) db86615 kernel: move upstream accepted bcm47xxpart TRX cleanups (+20,-6) 4bdf3a3 kernel: fix 304-mips_disable_fpu.patch for v4.9 (+42,-9) 84e7846 kernel: add missing symbols to generic/config-4.9 (+4) 092f2c1 imx6: move to Linux 4.9 kernel (+535,-4) e0e5f8c kernel: fix linux 4.9 host tools portability issues (+28) 11215fb kernel: add rest controller option for kernel 4.9 (+9) d61a799 kernel: add missing config option for kernel 4.9 (+1) b1c2506 kernel: MIPS: IRQ Stack: Fix erroneous jal to plat_irq_dispatch (+70) 0caffa6 kernel: fix compile error on linux 4.9 with CONFIG_KALLSYMS disabled (+3,-2) 5c651b0 kernel: fix kmod-rxrpc with kernel 4.9 (+5,-2) fec57b4 kernel: add missing tracing related config symbols for linux 4.9 (+4,-1) 38f9d08 kernel: add missing symbol for v4.9 (+1) 1e1a059 kernel: fix crashes on MIPS when loading kernel modules under memory pressure (+12,-3) 236840e kernel: update kernel 4.9 to version 4.9.10 (+45,-137) a112435 kernel: update kernel 4.4 to version 4.4.49 (+6,-49) 2374549 ar8216: flush ARL table during reset after init_globals (+1) a4efc99 mediatek: add more missing symbols (+4) 2cfc40a kernel: add Chinese codepages (+32) 5c49fec Revert "kernel: ar8327/ar8337: disable ARL access code to avoid lockups (FS#3... (-6) 890daca kernel: mtdsplit: Add support for Mikrotik NOR firmware (+125) 1c8d155 kernel: add missing config symbol for linux 3.18 (+1) 91a65f6 kernel: update kernel 4.4 to 4.4.50 (+56,-56) 9c3e290 kernel: update 4.9 to 4.9.12 (+28,-28) b24d91f kernel: enable hwmon-k10temp in the x86/64 kernel config instead of packaging it (+2,-17) 3fcc4b6 kernel: Add TPM Module support (+65) a0a9ba0 kernel: update 4.9 to 4.9.13 (+10,-10) 011798a kernel: add missing HW_RANDOM_TPM symbol (+3) 4babc62 kernel: fix TPM related config symbols for 4.9 (+7,-1) 9721226 kernel: add missing TPM related config symbol for 3.18 (+1) d49ddcd kernel: add another missing TPM symbol (+3) a1a0f3f kernel: sort generic configs (+60,-62) f9da623 kernel: fix MIPS memory function optimization build error in decompressor (+20,-10) 23bf153 kernel: fix earlycon by keeping __earlycon_table (+10,-1) a92d977 kernel: fix kmod-tpm-tis packaging (+3,-1) f229f4a kernel: update kernel 4.4 to 4.4.52 (+30,-98) 787cb58 kernel: more tpm related symbols (+5) 697ff33 kernel: fix whiteout rename on ubifs (FS#579) (+25) 2422f84 kernel: disable deprecated CONFIG_USB_EHCI_ATH79 symbol (+2,-1) f2516e5 kernel: fix usb chipidea controller support (+19,-8) 0504cd2 ar71xx: fix build without CONFIG_NOP_USB_XCEIV (FS#593) (+7,-11) 318f2d6 kernel: fix of_node handling in LEDs core code (+496) 154b3a6 kernel: backport first bcma 4.12 patch for GPIO and of_node (+24) 99d0633 kernel: add another missing TPM symbol (+3) 08371a2 kernel: fix phy aneg crash (+3,-3) 9a065fc kernel: update kernel 4.9 to 4.9.14 (+129,-209) 31c6452 kernel: update kernel 4.4 to 4.4.53 (+14,-125) 7c9c9fd kernel: tpm: add Infineon i2c support (+15) 772ec02 kernel: add missing config symbols for 4.9 (+2) 4475da9 kernel: Fix the incorrect i_nlink count after jffs2's RENAME_EXCHANGE operati... (+49,-10) 6bada71 kernel: add missing config symbols for 4.9 (+2) afc1675 kernel: do not build modules.order (+68) b4d5132 kernel: disable CONFIG_BCM_IPROC_ADC by default (+1) 35c596b kernel: video: add kmod-i2c-core dependency to kmod-drm (+1,-1) e41e1e6 kernel: move disabling DRM symbols to the config file (+24,-33) 8fae77f kernel: update bcma including recent changes for 4.12 (+74,-4) fbf8973 brcm2708: add kmod-drm-vc4 package (+20) 61eeb21 kernel: fix builds with kmod-drm-vc4 and kmod-backlight enabled (+4) bf381f8 kernel: fix builds with kmod-drm-vc4 and CONFIG_SPI enabled (+2) cfc5b35 kernel: disable DRM_HISI_KIRIN and USB_DWC3_OF_SIMPLE (+2) 2f8d086 kernel: add MIPS pci fix send upstream (+31) 88b125e kernel: update kernel 4.4 to 4.4.56 (+25,-58) fb7ea71 kernel: update kernel 4.9 to 4.9.17 (+84,-500) 02fe942 kernel: add arm64 erratums into config (+25) 8976569 kernel: Add kmod-crypto-crc32 (crc32_generic.ko) (+11) 8f2e52b kernel: Fix F2FS module dependencies (+1) 22ee675 kernel: kmod packaging for Intel 10G ethernet ixgbe driver (+35) 513dff3 kernel: add w83627hf-wdt watchdog timer module (+15) 967b6be ar8327: Add workarounds for AR8337 switch. (+62,-1) 97e6b67 kernel: fix ubi auto attach logging (+5,-3) b26e342 kernel: update kernel 4.9 to 4.9.20 (+38,-213) c3778f2 kernel: update kernel 4.4 to 4.4.59 (+30,-30) 7a52576 modules: Add kmod-igbvf kernel module for Intel(R) 82576 Virtual Function Eth... (+18) f6433ee kernel: move initramfs's init script out of base-files (+1,-1) 43d06ec kernel: add thermal monitor for nct6775/6776 (+15) 136718a kernel: update MIPS pci fix to the accepted version (+33,-34) 4a4c00e ath9k: drop obsolete patch (+4,-44) ac388ad kernel: make kmod-mmc unavailable on UML (+1) c47a769 kernel: Add various arm64-related symbols (+6) 74b69ff kernel: backport Broadcom thermal drivers (+1.3K) aefa195 kernel: update kernel 4.4 to 4.4.61 (+9,-117) 226e194 generic: mtd: backport mx25u25635f stateless 4b support (+30,-1) 2db05cd kernel: use skb_cow_head() to deal with cloned skbs (+534) f4ae444 generic: rtl8366rb: add support for initvals from DTS (+25) 0b7ed65 kernel: remove out of tree direct-io disable hack (+1,-256) 5afe9a0 kernel: allow selecting RTC drivers on targets without explicit RTC support (+17,-9) 2b27e62 linux-4.9: Fix building of DWC3 module (+54) 83e4ed3 generic: refresh patches (+1,-6) a131b89 kernel: add Digi Edgeport USB serial driver package (+39) 0dcc36f kernel: add hwmon for W83627EHF and family (+49) 088e287 kernel: update kernel 4.4 to version 4.4.69 (+145,-430) e842e16 kernel: update kernel 4.9 to 4.9.29 (+149,-1.1K) 855f2ae kernel: add kmod-usb-net-pl package (+13) e250aca backlight-pwm: fix module description (+1,-1) a76cbc0 kernel: fix autoloading arch-specific modules (+9,-9) 0b17375 kernel: update kernel 4.9 to 4.9.30 (+15,-15) 7142cb4 kernel: update kernel 4.4 to 4.4.70 (+2,-2) 69aaf1c kernel: add missing config options (+5) aef3935 kernel: properly package 8250 serial PCI module (+7,-4) 913b229 mvswitch: fix autonegotiation issue (+7) 2cc61e6 ip17xx: correct aneg_done return value (+1,-1) 0063958 kernel: update myloader for linux 4.9 (+23,-1) b47fd76 kernel: add CONFIG_SCHED_HRTICK=y to the generic config (+2) 68e7a2a kernel: disable CONFIG_SG_POOL by default (+10,-16) 67a322a kernel: remove CONFIG_ZONE_DMA_FLAG from 4.9 (-1) f4a4f32 kernel: update kernel 4.4 to 4.4.71 (+10,-10) b9600b8 kernel: really select kernel 4.4.71 (+1,-1) 55623a9 kernel: update kernel 4.9 to 4.9.31 (+700,-789) fd1096e kernel: make regmap LZO cache optional (+240,-22) 5df15c0 b53: allow configuration through device tree (+180,-19) 814e169 linux/ledtrig-netdev: remove `unsigned < 0` check (+1,-1) 878cd77 linux/swconfig_get_attr: fix leak of msg in case of error (+1,-1) 4052443 kernel: don't switch allocate_partition to use mtd_roundup_to_eb (+3,-21) 8c1e760 kernel: backport upstream mtdpart.c cleanups (+1.1K,-54) 4d5f296 kernel: backport upstream mtd support for partition parsers (+229,-23) f5f1d40 kernel: backport MTD patch extracing TRX code to separated parser (+362,-60) d165f1f kernel: move Lantiq PEF7061/7071/7072 phy driver to generic (+19,-19) d18f76f kernel: use .patch extension for all patches () 69649a1 kernel: update kernel 4.9 to 4.9.34 (+42,-42) f80963d kernel: update kernel 4.4 to 4.4.74 (+54,-54) 8794954 kernel: disable various symbols for v4.9 (+4) 76c460b kernel: backport usbport LED trigger driver support for DT (+212) eaaba94 kernel: add missing symbol to generic (+1) 1dace8c brcm47xx: resolve GPIO conflict for WRT54GSv1 (+7,-14) 9808b9a kirkwood: switch to kernel 4.9 (+1.6K,-3) 1743ed4 kernel: add missing symbols (+2) d8748e5 netfilter: add iptables-mod-rpfilter package (+34) cd54b2d kernel: update kernel 4.9 to 4.9.37 (+83,-316) ecfca0e kernel: netfilter: fix nf-nathelper(-extra) description (+2,-2) 88f3c63 kernel: update kernel 4.9 to version 4.9.40 (+36,-35) 39e8ab1 kernel: update kernel 4.4 to version 4.4.79 (+96,-669) 74d00a8 kernel: split patches folder up into backport, pending and hack folders (+4.0K,-2.9K) e5e6045 kernel: add missing patch (+27) 2d02a4f kernel: update 4.9 to 4.9.44 (+366,-1.1K) 364befe kernel: update 4.4 to 4.4.83 (+31,-49) 40213cc kernel: update 4.9 to 4.9.45 (+13,-21) 3435de8 kernel: update 4.4 to 4.4.85 (+3,-3) 4d8a66d generic: provide get_port_stats() on ar8xxx switches (+61) 4ddbc43 generic: provide get_port_stats() on adm6996 switches (+32) 3056d09 generic: provide get_port_stats() on b53 switches (+57,-1) 0369e35 generic: provide get_port_stats() on rtl836x switches (+74) c30a70f generic: make switch_port_stats tx/rx_bytes long long (+3,-3) 046618f kernel: update 4.9 to 4.9.47 (+36,-48) 9c82861 kernel: update 4.4 to 4.4.86 (+21,-21) 096dff8 kernel: rtl8306: fix port link status (+4) 09735db kernel: update 4.4 to 4.4.87 (+2,-2) d5b7215 kernel: update 4.9 to 4.9.49 (+8,-10) eff3549 generic: drop support for get_port_stats() on ar8xxx (+18,-59) 8201018 kernel: update 4.4 to 4.4.88 (+22,-22) 344fde3 kernel: add packaging for Xeon iTCO watchdog timer (+18,-1) a5922f6 kernel: bluetooth: add marvell sdio bluetooth module (+21) 9fc5df5 generic: drop 704-phy-no-genphy-soft-reset.patch (-42) 692aa82 kernel: kmod-btmrvl: Add kmod-mmc as dependency (+1,-1) bb83c9d kernel: update to 3.18.71 (+133,-417) e37c763 kernel: update 4.9 to 4.9.50 (+67,-75) f7afcf1 kernel: add some config options (+10) 6e48eb2 kernel: update 4.9 to 4.9.51 (+39,-39) 8273964 kernel: kmod-usb-storage-uas (+19) f138833 kernel: don't scrimp on memory on big iron (+10,-4) fde7688 kernel: update 4.9 to 4.9.52 (+3,-3) 657f2a1 kernel: update 4.4 to 4.4.89 (+21,-21) dbbb4df kernel: owl-loader: fix compile warning (+1,-1) ae2a8a3 kernel: update 4.4 to 4.4.90 (+2,-2) f625df7 kernel: update 4.9 to 4.9.53 (+3,-3) a0c05a7 kernel: fix receiver overflow for 82574L under load (+327) 29a6c4f kernel: add missing config options for layerscape target (+5) cf17e03 kernel: Add some more generic config options (+9,-10) 3a69ad3 kernel: split 82574L patch into multiple files (+326,-327) b2ea46f generic: net: tcp: backport tcp tx performance patches (+712) 9aeb7ce generic: net: generalize napi_complete_done (+1.4K) e77fa68 kernel: bump 4.4 to 4.4.91 (+10,-10) f12c429 kernel: bump 4.9 to 4.9.54 (+14,-114) 2cd32a3 kernel: add fix for bgmac with B50212E B1 PHY (+204,-6) f251a79 kernel: bump 4.4 to 4.4.92 (+2,-2) 81e28be kernel: kmod-macsec module for 4.9 (+15) 886d66a kernel: bump 4.9 to 4.9.57 (+252,-236) 398edca kernel: bump 4.4 to 4.4.93 (+2,-2) 44b9175 omap: Add support for kernel 4.9 (+759,-1) 48dcd26 omap: clean up configuration (+1,-17) 7c42f15 kernel: fix ftrace support on 4.9 (+27) f73ed33 kernel: add config option (+1) 19a7f44 kernel: move IIO modules to iio.mk (+72,-65) 6833508 kernel: add kmod-iio-bmp280 (+48) 8348106 kernel: bump 4.9 to 4.9.58 (+195,-217) 02ccfff pending-3.18: 610-netfilter_match_bypass_default_check: fix 32bit compat layer (+21,-4) 856c53f pending-4.4: 610-netfilter_match_bypass_default_check: fix 32bit compat layer (+21,-4) 5e425ad pending-4.9: 610-netfilter_match_bypass_default_check: fix 32bit compat layer (+21,-4) 56342ee kernel: enable CONFIG_ADVISE_SYSCALLS (+1,-1) c082938 kernel: add support for limiting 4K erase sector support based on flash chip ... (+64) ee791fa netfilter, iptables: add optional CHECKSUM module (+31) 74f8917 generic: make mtdsplit-tplink.c honor rootfs offset (+6,-6) 6fe9090 modules: Add kmod-ixgbevf kernel module for Intel(R) 10GbE Virtual Ethernet s... (+19) a8a23ca kernel: add packaging for mtdoops (+14) 00a8f34 kernel: backport a patch that allows drivers to tweak the TSQ logic (+85) f922b0c kernel: pull edgeport firmware from linux-firmware repo (+1,-8) 146326c kernel: Enable fadvise on older kernels. (+2,-2) b9e700c kernel: fix lzo and lz4 modules (+6,-2) 62ede4f kernel: bump 4.9 to 4.9.63 (+1.6K,-3.2K) 7ffeecd kernel: add it87-wdt watchdog timer module (+18) 0c78de8 kernel: add kmod-i2c-i801 (+26) 06e1b90 kernel: add NFS4 client support (+68,-17) 9cfcd49 kernel: e100: take e100 firmware from linux-firmware repository (+10,-8) 4e93ec1 kernel: i2c-piix4: fix dependency on TARGET_x86 (+1,-1) 9fe59ab kernel: bump 4.9 to 4.9.65 (+188,-210) 7a318bc kernel: Update kernel 4.4 to 4.4.100 (+26,-26) f997478 kernel: bump 4.9 to 4.9.67 (+23,-389) 668eb70 kernel: MIPS compile out no-op DMA mapping ops where possible (+173,-1) c13b4ef kernel: fix compiler warning in mtdsplit_minor.c under 4.4 (+11) ea5d9f5 kernel: tune e1000e module parameters (+3) 342d748 netdevices.mk: add Sun Neptune 10Gbit Ethernet (+16) 0402c48 kernel: generic: add some more 4.9 configure options (+9) b3f9549 kernel: generic: Add kernel 4.14 support (+25.6K,-8) efd1854 kernel: tg3: deactivate hwmon for kernel 4.14 (+3,-2) 38be62b kernel: add kmod-dax (+12,-1) 00b5df8 kernel: add kmod-lib-zstd (+23,-1) 1ea5f86 kernel: add kmod-crypto-acompress (+13,-1) f1e839d kernel: add kmod-crypto-rsa (+20,-2) 1992733 kernel: add kmod-crypto-ecdh (+76,-1) 876191d kernel: unset CONFIG_CIFS_SMB311 in kmod-fs-cifs (+2,-1) b0d7fcd kernel: deactivate some new network features (+6,-2) ac27f38 kernel: kmod-rxrpc: handle renamed kernel module (+3,-2) 5c9cc1e kernel: kmod-mmc: handle moved mmc_block.ko (+2,-1) 228da87 kernel: kmod-sound-core: handle moved snd-seq-device.ko (+2,-1) 9572bae kernel: kmod-fbcon: deactivate for kernel 4.14 (+1,-1) 36f83db kernel: kmod-zram: deactivate CONFIG_ZRAM_WRITEBACK for kernel 4.14 (+1) b0b9ec8 kernel: kmod-iio-bmp280: allow compile with kernel 4.14 (+1,-1) e387d9b kernel: kmod-rtc-ds1307: add dependency to regmap (+1,-1) 712e1b3 kernel: add missing dependencies to kmod-crypto-acompress (+2) f704b64 kernel: Update kernel 4.9 to 4.9.70 (+174,-264) b80b0e1 kernel: kmod-crypto-hw-talitos: fix dependencies (+1,-1) efa22b1 kernel: add missing config symbols for 4.14 (+4) cb2c064 kernel: move console loglevel to generic (+1,-1) b0d99b7 kernel: bump 4.4 to 4.4.107 (+66,-66) bb51193 kernel/4.4: add missing newline character to UBI messages (+4,-4) 975e9cd kernel/4.9: add missing newline character to UBI messages (+3,-3) df68e63 kernel/4.14: add missing newline character to UBI messages (+3,-3) 1064e76 linux: unbreak host tools build for 4.14 (+1,-1) 60c4f9c kernel: add i2c-smbus module package (+18,-3) 7b6e01d kernel: bump 4.9 to 4.9.72 (+41,-41) e547f16 kernel: bump 4.4 to 4.4.108 (+3,-3) 4b275ba kernel: bump 4.9 to 4.9.73 (+82,-71) d30c0f4 kernel: make uas work during early boot (+1,-1) 8b35da1 kernel: move CONFIG_KASAN to generic config (+3,-4) c5ca1c9 kernel: bump 4.14 to 4.14.11 (+44,-43) 34e9937 kernel: fix packaging of kmod-gpio-nxp-74hc164 (+3,-3) aa399b4 kernel: bump 4.14 to 4.14.12 (+2,-2) 5aabc2c kernel: kmod-w1 depends on kmod-hwmon-core since Linux 4.14 (+1) 1d2590f kernel: bump 4.9 to 4.9.75 (+43,-43) efb375b kernel: bump 4.4 to 4.4.110 (+136,-125) 1abb5c6 generic: unlock Winbond flash on boot (+74) ef27f15 kernel: allow disabling multicast routing support (+20,-5) bde5e7a kernel: backport mtd implementation for "compatible" in "partitions" subnode (+386,-56) 2228dbf kernel: bump 4.9 to 4.9.76 (+15,-15) eceff9e kernel: bump 4.4 to 4.4.111 (+5,-5) 7c7586b kernel: bump 4.14 to 4.14.13 (+10,-10) d8a12a7 kernel: Add a bunch of missing symbols (+6) 34e319d kernel: move DRM_DEBUG_* symbols to generic config (+2,-4) 6577244 kernel: sort generic configs (+31,-31) 0c12830 kernel: add missing DRM symbols to generic config (+8) d667909 kernel: add missing config symbol (+2) 5c0b288 netfilter: enable CONFIG_NF_CONNTRACK_MARK from kmod-nf-conntrack (+1) 02050f7 kernel/4.{4, 9}: add manufacturer ID for Winbond NANDs (+69,-1) 9ddfac8 kernel: bump 4.14 to 4.14.14 (+14,-14) d8565a0 kernel: bump 4.9 to 4.9.77 (+245,-395) a30370b kernel: bump 4.4 to 4.4.112 (+19,-165) f9aca01 kernel: backport fix for nftables on big Endian (+323) 4336efe kernel: use upstream patches for musl (+833,-781) 666e9cf kernel: add IEEE-1284 parallel port support (+38,-5) eaf79d0 Revert "kernel: add IEEE-1284 parallel port support" (+5,-38) 6f425a2 kernel: generic: add 4.9 config option (+1) e6de92c iptables: make kmod-ipt-debug part of default ALL build (+3,-4) a519937 kernel/modules/other: disable Nokia BT UART (+1) af707a1 netdevices.mk: add hwmon to IGB and IXGBE drivers (+4,-4) 953bf6b kernel.mk: update LINUX_VERSION filename for cloned repo (+11) 53f62bc netdevices.mk: add missing dependency to kmod-hwmon-core (+2,-2) d4f5390 Revert "netdevices.mk: add missing dependency to kmod-hwmon-core" (+2,-2) 74beb6f Revert "netdevices.mk: add hwmon to IGB and IXGBE drivers" (+4,-4) b81b18b netdevices.mk: add hwmon to IGB and IXGBE drivers (+4,-4) a9c65c2 netdevices.mk: add missing dependency to kmod-hwmon-core (+2,-2) f65591f kernel: add test MTD driver package (+16) e7e0254 netfilter: clean up dependencies of kernel modules (+43,-18) 352c74f netfilter: add packages for arp and bridge tables of nftables (+36,-4) 33e8f7e netfilter: add missing dependency to kmod-ipt-tproxy (+1,-1) ab44f8f leds: correct ledtrig-heartbeat Kconfig description (+1,-1) 653af8f kernel: fix forwarding locally generated packages in bridge isolation patch (+2,-2) 3072908 kernel: bump 4.14 to 4.14.18 (+30,-101) 0219138 kernel: remove kmod-spi-gpio-old (-16) 3a2a54c kernel: rename CONFIG_TRACE_ENUM_MAP_FILE to CONFIG_TRACE_EVAL_MAP_FILE (+1,-1) 7c5960d kernel: add kmod-fou (+22) b38758d kernel: backport fix undefined abort (+125) 680e867 kernel: mtdsplit: Add support for D-link JBOOT (+287) 49d3c5f kernel: add IEEE-1284 parallel port support (+40,-5) 78f5af6 kmod-sched: add sch_multiq to extra schedulers (+1) 2d27ebb iptables: Support building connlabel module (+34) 1fe8885 kernel: add missing symbol for v4.14 (+1) 6e73570 kernel: add missing symbol (+2) 5c7a587 kernel: mtdsplit: split by WRG header (+18,-3) c2d3047 firewire.mk: sort kernel modules (+16,-14) de62386 fs.mk: sort kernel modules (+77,-69) d1aae1a crypto.mk: sort kernel modules (+377,-365) 0b004cc can.mk: sort modules (+96,-95) f646188 hwmon.mk: sort kernel modules (+109,-100) 7f61924 i2c.mk: sort kernel modules (+66,-62) 970cbfc kernel: Add missing config options (+5) 87b35c1 kernel: ubifs: create use file system format 4 by default (+64) eb8fbc4 generic: swconfig: add mode led attribute (+125,-12) 0b4e3b1 generic: swconfig: reduce lock duration on sysfs files (+12,-8) f4e5880 ramips: preliminary support for 4.14 (+27.5K,-24) 6873cf4 kernel: add missing symbols (+2) 88ba414 kernel: bump 4.14 to 4.14.20 (+70,-225) f621b53 kernel: bump 4.9 to 4.9.82 (+86,-326) 761d45e kernel: add missing symbol (+1) ae42e7c kernel: add missing config symbols (+2) cc89211 kernel: add missing symbols for v4.14 (+2) 3282e71 kernel: backport dwc pci enumeration fix (+62) 3b2708f imx6: add support for Linux 4.14 (+555,-2) eefe02b kernel: order mtd backported patches by kernel release () 8651f11 kernel: backport patches simplifying mtd_device_parse_register code (+335,-3) 2f85985 kernel: backport pcie enumeration fix to kernel 4.9 (+62) 1263d07 kernel: ar83xx: add support to configure per port VLAN priority (+55) ba5f700 kernel: ar83xx: remove stray leading space (+3,-3) 42845f4 kernel: add kmod-iio-mxs-lradc (+15) 5360441 modules: gpio-mcp23s08: fully depend on i2c-core (+1,-1) d2ac070 modules: iio-mxs-lradc: build on mxs only (+1,-1) 6112abf kernel: enable CONFIG_USB_PCI for PCI usb modules (+12,-3) c38fb58 kernel: fix disabling common usb quirks on 4.14 (+5,-7) 9595a9e kernel: fix return value of usb_xhci_needs_pci_reset (+5,-2) 0405205 kernel: fix MIPS GIC clock source counter width (affects MT7621) (+23) b7265c5 kernel: backport a series of netfilter cleanup patches to 4.14 (+3.2K) 1033356 kernel: backport netfilter NAT offload support to 4.14 (+11.3K) 820f030 netfilter: add a xt_FLOWOFFLOAD target for NAT/routing offload support (+479,-1) 9d2a237 kernel: avoid stripping retpoline flag with CONFIG_MODULE_STRIPPED (+4,-11) ecd810d kernel: fix kernel module packaging errors on imx6 (+2,-3) 14a0131 kernel: remove kmod-appletalk (-22) aad1f11 kernel: refresh patches (+34,-32) 9f2c769 kernel: add missing symbol (+1) ae27cbf kernel: generic: Fix skip GRO for foreign MAC address patches (+18,-4) 46c49d8 kernel: optimize for performance by default starting with 4.14 (+14,-2) bcf4a5f ramips: remove chunked-io patch and set spi->max_transfer_size instead (+55,-188) a86e6b5 kernel: add minimal TCP state tracking to flow offload support (+293) 28a74f3 kernel: remove nf_flow_table hardware offload patch (it is not ready yet) (+10,-577) 1ac14d3 kernel: fix crash in flow offload code when cleaning up unregistered hooks (+1,-1) a5aee46 kernel: more fixes for flow offload (+84,-21) f5b4f5f kernel: package efivarfs module (+16) 664733d kernel: generic: add 4.14 config option (+1) a49f656 kernel: m25p80: allow fallback from spi_flash_read to regular SPI transfer (+79,-7) 83d8df1 kernel: kmod-geneve: kmod for Geneve tunneling (+23) 6734ffb kernel: generic: Move config option to generic (+1,-2) b5469b3 kernel: bump 4.14 to 4.14.23 (+31,-187) 45fdb12 kernel: generic: Add kernel configuration options (+10,-1) 5af85da kernel: bump 4.9 to 4.9.85 (+29,-70) e72b246 kernel: bump 4.4 to 4.4.119 (+128,-147) 97c6246 kernel: remove an old kernel compatibility line from module packaging (-4) 7c1dae6 kernel: bump to version 4.14.25 (+80,-251) cfc5867 kernel: bump 4.9 to 4.9.86 (+24,-171) 4e8f1e9 kernel: unroll MIPS r4k cache blast function (+180,-7) 9306bdf kernel: merge a pending fix for HFSC warnings/slowdowns (fixes FS#1136) (+267,-9) ed3860c swconfig: convert swdevs_lock from spinlock to mutex (+3,-3) 9004fc3 kernel: b53: drop support for old location of bcm47xx_nvram.h (+1,-3) ac9bcef kernel: use V10 of mtd patchset adding support for "compatible" string (+548,-272) 1b90672 ipq40xx/ipq806x: move qcom-dwc3 usb driver to generic (+36,-66) 96288dc generic: revert broken LED core patch (+26) fa8e99c kernel: bump 4.9 to 4.9.87 (+19,-19) 895ea64 kernel: bump 4.4 to 4.4.121 (+19,-19) 9899ffc kernel: bump 4.14 to 4.14.27 (+38,-98) 0de2213 kernel: b53: look for NVRAM's "robo_reset" entry on every platform (+8,-6) bfc6514 kernel: b53: fix compilation on BCM47XX (+2) 48d1755 kernel: fix flow offload UDP handling issue (+48) 99d511d kernel: fix offloading connections with SNAT + DNAT (+23) 2c7b0e9 kernel: flow-offload: only offload connections that have been fully established (+4,-1) db108cd kernel: fix crash in flow offload when removing net devices (+5,-3) c89e338 kernel: netfilter: fix dst entries in flowtable offload (+111,-11) 41a881a Kernel: bump 4.14 to 4.14.29 (+82,-82) 83e1fce kernel: add kmod-sound-ens1371 (+16) 605b6a0 kernel: add missing config option (+1) aed03d5 kernel: update kernel 4.9 to version 4.9.91 (+144,-254) de79f4a brcm47xx: add kernel 4.14 support (+2.7K,-1) ece8155 kernel: Add support for XM25QH64A and XM25QH128A SPI NOR flash (+60) a74fd57 kernel: update kernel 4.14 to 4.14.32 (+33,-123) be55424 ramips: add wistron neweb d18q1 lte-modem support (+122) e9d5f8e ramips: add BroadMobi BM806U lte-modem support (+56) 11a3d27 kernel: add hardware offload patch for flow tables support (+1.1K,-2) d073f65 kernel: add support for enabling hardware flow offload via iptables (+116,-6) 1c37cbb kernel: fix xtables flow offload issues (+5,-4) 17a955d ar8216: reduce latency by inserting scheduling points into code hogging the CPU (+7,-2) cb7ac15 ar8216: reduce latency even further for ar8327 chips (+4,-2) cdcd5c9 kernel: use accepted mtd patchset adding support for "compatible" string (+50,-18) 24749ee kernel: change dependency of kmod-ebtables-* on kmod-ebtables to selecting (+1,-1) f640ed7 kernel: unhide kmod-br-netfilter (-1) ff9a2ab kernel: kmod-ebtables: do not depend on kmod-br-netfilter (+1,-1) 177fa14 iptables: split physdev match out as a separate package (+30,-4) f5195e7 kernel: mtd: bcm47xxpart: improve handling TRX partition size (+197,-2) 445682c base-files: move netfilter sysctl defaults to specific kmod packages (+27,-13) ec1d7b9 kernel: bump 4.14 to 4.14.34 (+86,-84) ca54bd1 kernel: fix an issue with infinite stack traces on MIPS (+57) 78666c7 kernel: fix usb interface on 3G dwm-158 modem (+42) 9aa196e kernel: bump 4.9 to 4.9.96 (+337,-391) 6cd41b4 kernel: bump 4.14 to 4.14.36 (+12,-12) 7912677 kernel: Fix data corruption on some mips devices. (+92) 3877550 arm64: enable harden branch predictor (+10,-2) 3435dbd kernel: bump 4.14 to 4.14.37 (+4,-4) 45219c1 kernel: Restrict dmesg output to root. (+4,-4) 58f7b5b kernel: add missing in6_dev_put_clear call to an ipv6 network patch (+36,-12) b05b16f kernel: Remove AutoLoad for legacy usb gadget modules (+3,-4) 1e90ba8 krnel: The dm9000 module does not need to depend on pci (+1,-1) 3dc523f kernel: add OF support to rtl8355 driver (+10,-1) 53c474a ath79: add new OF only target for QCA MIPS silicon (+21.4K,-1) 441c26d kernel: fix build error for external kernel. (+15,-6) f9dcdc7 kernel: mark source kernel for netfilter backports () a564cfc kernel: fix chipidea2 dependencies (+1,-1) dc629d9 kernel: fix kmod-switch-rtl8366-smi dependency (+1,-1) d8c7cd9 kernel: rtl8366_smi: guard of_mdiobus_register() call (+5,-1) a3096b4 kernel: fix build error in flow offload code with CONFIG_NETFILTER=n (+41,-17) 0706934 kernel: backport mtd patch for minor partitioning cleanup (+364,-28) 4045080 kernel: use accepted version of bcm47xxpart fix commit (+18,-3) 56bd23c kernel: let kmod-rtl8366-smi conditionally depend on kmod-of-mdio (+1,-1) 72ebcef netfilter: fix hardware offload regression (FS#1551) (+13,-13) 2b7289c kernel: bump 4.9 to 4.9.102 for 18.06 (+276,-275) e39414e kernel: bump 4.14 to 4.14.43 for 18.06 (+382,-1.1K) acdac1a kernel: whitespace fixes (-2) 95922e1 kernel: disable ARCH_WANTS_THP_SWAP by default (+1,-24) 1deadfe kernel: disable DMA_{NOOP|VIRT}_OPS by default (+2,-48) 294a45a kernel: disable DRM_LIB_RANDOM by default (+1,-24) 1f26cfc kernel: enable EXPORTFS by default (+1,-25) 16e0866 kernel: enable FUTEX_PI by default (+1,-24) 23cdf9f kernel: enable THIN_ARCHIVES by default (+1,-24) b295e3a kernel: backport patch to fix dst handling for offloaded connections (+49) 6f8eb1b kernel: bump 4.9 to 4.9.106 for 18.06 (+400,-606) 1199a91 kernel: bump 4.14 to 4.14.48 for 18.06 (+958,-1.2K) 0c59c9c kernel: fix 811-pci_disable_usb_common_quirks.patch (+12,-11) 8e1269c kernel: allow hardware NAT offload drivers to keep a priv pointer (+25) 244fd1a kernel: fix conntrack leak for flow_offload connections (+123,-28) 18f18a2 kernel: fix conntrack fixup of offloaded flows on timeout (+33,-9) 4121018 kernel: bump 4.9 to 4.9.108 for 18.06 (+195,-173) 6cf00dc kernel: bump 4.14 to 4.14.49 for 18.06 (+11,-11) 4f76592 kernel: bump 4.9 to 4.9.109 for 18.06 (+6,-6) d6ee5e4 kernel: bump 4.14 to 4.14.50 for 18.06 (+2,-2) b85e150 mips: fix dynamic ftrace (+8,-3) 8af6497 kernel: atm: pppoatm fix vc-mux connection failures (+172) 747600e kernel: add missing softdog symbol (+2,-1) 7f3121c kernel: backport fix for missing tunnel encapsulation limit option (+81) 71825c0 kernel: cleanup offload hooks on netdev unregister (+96) c96b344 kernel: bump 4.9 to 4.9.110 for 18.06 (+179,-201) ab7cabd kernel: bump 4.14 to 4.14.52 for 18.06 (+912,-1.7K) 5a40fad kernel: bcm47xxpart: fix getting user-space data partition name (+4,-2) 3a5498c kernel: bump 4.9 to 4.9.111 for 18.06 (+191,-169) ca903c7 kernel: bump 4.14 to 4.14.54 for 18.06 (+285,-285) 3e81365 kernel: gen_stats: Fix netlink stats dumping in the presence of padding (+98) c99c70e kernel: backport page fragment API changes from 4.10+ to 4.9 (+291) Packages / Boot Loaders (215 changes) 34ec245 uboot-lantiq: fix build issue (+3,-2) dc5ba0a packages: mark packages depending on a target as nonshared (+16) 3d1b2b2 uboot-kirkwood: add uboot for nsa310b (+745,-9) b27241a uboot-lantiq: switch to using u-boot.mk (+209,-259) 83783f2 uboot-ar71xx: switch to using u-boot.mk (+19,-82) 04cc026 uboot-kirkwood: switch to u-boot.mk (+38,-78) 981ec49 uboot-at91: switch to u-boot.mk (+11,-71) 605a03d uboot-imx6: switch to u-boot.mk (+29,-88) 0dbdc2a uboot-layerscape: switch to u-boot.mk (+22,-69) 608d36e uboot-layerscape-32b: simplify the package, it does not build anything (+16,-64) 366c339 uboot-mvebu: switch to u-boot.mk (+14,-84) ce997eb uboot-mxs: switch to u-boot.mk (+10,-66) 12bfa1c uboot-omap: switch to u-boot.mk (+16,-75) bb88ec9 uboot-oxnas: switch to u-boot.mk (+10,-76) 9913c4e uboot-pxa: remove package (-104) e018c4d uboot-sunxi: clean up, switch to u-boot.mk (+124,-107) 317bd88 uboot-zynq: switch to u-boot.mk (+17,-98) 55ecceb uboot-envtools: add nsa310b envs (+1) 07c9bde mxs: fix image build issues (+9,-5) d974e5a uboot-lantiq: fix a tool portability issue (+3,-3) b52932e uboot-lantiq: mark SPL variants as broken (+5) 237bd36 mvebu: put u-boot images into image staging directory (+3,-3) c6502ce layerscape: put u-boot and ucode images into image staging directory (+13,-9) cf3d1b6 sunxi: put u-boot images into image staging directory (+5,-4) 7f9d537 oxnas: put u-boot images into image staging directory (+3,-3) e0579ae mxs: put u-boot images into image staging directory (+4,-3) 475da81 ixp4xx: put apex images into image staging directory (+4,-3) a6ef593 uboot-kirkwood: remove obsolete patches (-142) a9d347c uboot-kirkwood: fix goflexhome/net bootcommand (+1,-1) 7601859 uboot-envtools: add nsa325 envs (+1) add1dd0 uboot-kirkwood: add Zyxel NSA325 uboot (+714) 88aa7ee package/uboot-envtools: add OpenMesh OM2Pv4/-HSv4 support (+3,-1) bddb243 package/uboot-envtools: add OpenMesh a60 support (+1) 2696b0e package/uboot-envtools: add OpenMesh A40 support (+1) 3b90ed8 uboot-kirkwood: fix usb of nsa310b u-boot (+3,-1) b132d4f uboot-omap: Do not hide bootloader packages (-1) a4def18 uboot-omap: Update to u-boot v2017.01 (+2,-57) 43b6d3f uboot-omap: Makefile: Include kernel.mk (+1) 0e5d67d layerscape: add LS1043A Rev1.1 support (+1.2K,-4) ⇒ 619eff8 armv7: set openwrt/lede default boot env for ls1021atwr (+30,-2) ⇒ 6a153b9 armv8/fsl-layerscape: fdt: fixup LS1043A rev1 MSI node with upstream method (+92,-31) 399cbbd grub2: update to 2.02~rc1 (+2,-2) ffa9f3d packge/boot/rbcfg: add new boot constants found in the recent Mikrotik devices (+6) c95c316 package/boot: update uboot-kirkwood to 2017.03 (+30,-29) 5c617ae uboot-fritz4040: add an ipq806x u-boot for FritzBox 4040 (+401) 7e798da lantiq: remove lantiq_board_name, use the generic function instead (+6,-20) 0d271ce target: add pistachio (+277) eb98bf6 pistachio: remove pistachio_board_name, use the generic function (+3,-15) ca44b9a pistachio: remove custom board detection override (+3,-51) 5592064 package/boot/uboot-kirkwood: fix build errors for nsa310 and nsa325 (+14,-54) dfacdc6 kexec-tools: get kexec running on MUSL and x86 hardware (+211) 2526d15 uboot-lantiq: fix build error on mac os x (+18) 68139cc u-boot.mk: pass HOSTCC and HOST_CFLAGS into the build (+7) 8b8ce56 uboot-ar71xx: fix build error (+2) ffd055d grub2: update to 2.02~rc2 (+2,-2) 1861869 ramips: dont replace the board name (+88,-45) 4ac4148 package/uboot-omap: assign BUILD_DEVICES most boards (+3,-1) e2caa74 package/uboot-omap: install image to STAGING_DIR_IMAGE (+5) 147e18b package/uboot-omap: re-introduce patches dropped by update to v2017.01 (+85) a5eb9c6 package/uboot-omap: add default uEnv to boot via mmc card (+10) 23fc55e package/uboot-omap: add am335x_boneblack (+6,-1) ca89886 uboot-omap: enable thumb for overo (+18) 21c2e93 uboot-omap: rename patch to 101-disable-thumb-omap3.patch () ec4a8c6 mvebu: ClearFog renamed upstream to ClearFog Pro (+12,-12) ee1cee2 mvebu: add ClearFog Base support (+37,-1) cd9d0f9 uboot-envtools: add support for 8devices Rambutan (+4) 86c4144 u-boot-mvebu: update to 2017.03 (+26,-15) c4f9474 u-boot-mvebu: clearfog: implement distro-boot (+126,-49) e2814f6 u-boot-mvebu: clearfog: enable setexpr command (+28) 558d869 ar71xx: add support for EnGenius ENS202EXT (+180,-1) bbb27b1 uboot-lantiq: Support newer versions of the PEF7071 ethernet (+1,-1) d189fe6 uboot-lantiq/spl: fixed uninitialized variable len in spl_uncompress_lzo (+7,-4) 415c47d package/grub2: update to 2.02 (+3,-6) 5e4bb47 kexec-tools: bump version and add support for crashdump kernel (+265,-24) bdd3c94 uboot-envtools: add Arduino Yun support (+1) f12a326 treewide: use the generic board_name function (+153,-260) 8223dac uboot-envtools: add support for ALFA Network AP121F (+1) 60f6c2b ramips: drop Edimax BR-6425 support (-81) 3e6d303 uboot-lantiq: Enable TFTP PUT support for backups (+2,-1) 9adfecc uboot-envtools: Add support for IPQ806x AP148 and DB149 (+21) 1422d44 uboot-sunxi: update to version 2017.07 (+29,-9.1K) 85b7d78 uboot-sunxi: do not depend on dtc being install on host (+35) b9a3592 uboot-sunxi: revert the usage of binman (+221) 41e7d2e sunxi: split into cortex A8 and A7 subtarget (+240,-151) ea46d38 arm-trusted-firmware-sunxi: add new package (+51) e080a7c uboot-sunxi: build A64 SoC and pine64 U-Boot (+22,-1) f295db6 sunxi: add Olimex A20-OlinuXino-LIME2 (+17) 71a93a2 uboot-at91: move BUILD_SUBTARGET from U-Boot/Default to devices (+2,-1) 8f1764b uboot-at91: Add support for SAMA5D3 Xplained board (+15,-1) dacab64 uboot-at91: Add support for SAMA5D2 Xplained board (+16,-1) 5b9cff9 uboot-at91: Add support for SAMA5D4 Xplained board (+22,-2) 670448a at91bootstrap: New package at91bootstrap (+173) 6c32e05 arm-trusted-firmware-sunxi: depend on sunxi target (+1) a7465f3 sunxi: add Olimex A20-OLinuXino-LIME2-eMMC (+123) ad0e107 uboot-mvebu: add missing UBOOT_MAKE_FLAGS variable (+2) 49e6e9c uboot-mvebu: fix SETEXPR redefinition warning (+8,-12) 56348c9 uboot-mvebu: add OpenSSL compat patches (+249) f2107fc ramips: improve Xiaomi Mi Router 3G support (+62,-26) 1114f5d sunxi: improve A20 Lime2 upload speed (+14,-1) 5508510 sunxi: add Orange Pi R1 support (+443) 2be307c rbcfg: Implement CPU frequency control (+139,-4) 806624a layerscape: rename subtargets and update makefile files (+38,-47) 2e2203f layerscape: update packages with LSDK git trees (+215,-36) b80f6a5 uboot-sunxi: build for NanoPi NEO (+7) b4c3570 uboot-at91: multiple build fixes (+23,-21) cc443e8 at91bootstrap: Add BUILD_SUBTARGET variable (+3,-2) 0a919af at91bootstrap: remove manual copy of binaries to BIN_DIR (+10,-2) 184c92e uboot-envtools: add support for Nokia WI2A-AC200i (+3) 1a53315 uboot-sunxi: Backport fix for stale CONFIG_SUNXIG_GMAC references (+84,-28) 67da6a7 uboot-kirkwood: update to 2017.09 (+160,-101) 6a35659 sunxi: Added profile for HAOYU Electronics Marsboard A10 (+16) f9ecb0d sunxi: add Orange Pi 2 support (+16) 47cff4c layerscape: support all-in-one firmware for ls1088ardb/ls2088ardb (+58,-10) 69c8e8d layerscape: support LEDE boot for ls1088ardb/ls2088ardb (+112) 38417e9 layerscape: update u-boot to LSDK-1709-update-103017 tag (+4,-4) ⇒ c64ac4c QE: Set QE_IRAM_READY after uploading firmware (+2,-2) ⇒ 2dcba27 arm64: ls2088ardb: Fix nor fall back option failure (+3,-2) ⇒ 4dcd33d armv8: ls1088a: Update MC boot sequence (+22,-11) ⇒ 091c401 driver: fsl-mc: memset pointers after malloc (+21,-18) ⇒ 3ddb3d3 armv8: fsl-layerscape: Add support of GPIO structure (+15) ⇒ 74b6833 drivers: net: pfe_eth: LS1012A PFE driver introduction (+2.6K) ⇒ 676ef26 drivers: net: pfe_eth: provide pfe commands (+538) ⇒ af5f822 drivers: net: pfe_eth: LS1012A PFE headers (+1.2K) ⇒ f0640ed board: freescale: ls1012a: enable network support on ls1012a platforms (+568,-15) ⇒ 7b2f1c3 armv8: fsl-lsch2: initialize pfe gemac (+8) ⇒ 99089ae armv8: fsl-lsch2: add pfe macros and update ccsr_scfg structure (+36,-2) ⇒ d91e382 armv8: fsl-lsch2: configure pfe's scfg & dcfg registers (+21) ⇒ a518a57 fsl: csu: enable ns access for PFE (+2) ⇒ 0f0e241 configs: ls1012a: add pfe configuration for LS1012A (+59,-4) ⇒ aad3422 armv8: configs: ls1012a: correct the generic timer frequency issue (+1,-1) ⇒ 39bd068 armv8: ls1088aqds: Change phy mode to PHY_INTERFACE_MODE_RGMII_ID (+3,-2) ⇒ + 2 more... ede0454 layerscape: stop pfe before starting up kernel (+3,-3) ⇒ b973f9b u-boot: ls1012ardb: stop pfe before start kernel () 9e7b166 layerscape: enlarge ext4 rootfs size to 30MB (+8,-8) ⇒ 050c7f1 layerscape: update mtdparts for ls1012ardb/ls1046ardb () 2b1ec44 layerscape: add ls1012afrdm device support (+88,-5) ⇒ 43cb4c0 u-boot: add image for ls1012afrdm () c7fdff1 uboot-envtools: add support for Wallys DR342 (+1) a479c79 kobs-ng: add header for integer definitions (+2,-1) c61a239 add PKG_CPE_ID ids to package and tools (+49) bf6b3af uboot-sunxi: add NanoPi M1 Plus board (+7) 332438b uboot-sunxi: fix build of HAOYU Electronics Marsboard A10 (+2,-1) 7b5c989 merge: targets: update image generation and targets (+49,-48) 63d7f7f lantiq: use the compatible string as board name (+136,-72) 4a4d957 lantiq: sync image filename with boardname (+274,-232) 8e03eea uboot-layerscape-armv8_32b: fix package download (+2,-2) 224d4a9 ramips: drop LinkIt Smart 7688 Duo userspace support (+3,-14) dda2229 layerscape: fix package download (+16,-16) ca04884 uboot-envtool: remove superfluous + sign from PKG_BUILD_DEPENDS (+1,-1) 0ebdf0c kirkwood: drop support for orphaned boards (+5,-330) 2f757f6 uboot-kirkwood: fix default u-boot selection (+2) c9e2c35 kirkwood: use the generic board detect (+49,-119) f5df635 kirkwood: sync image filename with boardname (+53,-37) f5d267d uboot-kirkwood: add uboot for pogoplug v4 (+1.6K,-1) 0e94df6 uboot-envtools: add pogoplug v4 (+2,-1) 0674a99 kirkwood: sort occurrences of boardame alphabetically (+92,-93) c529298 uboot-at91: fix build after fpu activation (+1,-1) 21d8fce at91bootstrap: at91bootstrap default selection (+16,-16) 6fc8a44 at91bootstrap: remove redundant definition of BUILD_SUBTARGET (-8) 5147e0d at91bootstrap: make packages hidden (+1) e1b6539 uboot-at91: make packages hidden (+1) 33f09cf ipq806x: convert to dt-based board-detection (+91,-156) 7293499 ipq806x: Sort occurrences of boardame alphabetically (+172,-173) 9514cde uboot-envtools: add OpenMesh A42 support (+3) 6261012 uboot-envtools: add support for ALFA Network AP91-5G (+1) b38ff78 uboot-envtools: add support for ALFA Network N5Q (+1) ec141c1 uboot-envtools: add support for ALFA Network R36A (+1) 53e3df2 uboot-envtools: add support for GL.iNet GL-AR750 (+1) e7469d5 arm-trusted-firmware-sunxi: use release build and bump version (+4,-5) ⇒ 0f0b478 sunxi: fix udelay() (+1,-7) ⇒ 60a1f02 PSCI: revert Allwinner changes (+57,-84) ⇒ 8d3f98e PSCI: add core_power_down_wfi() hook for late power-off (+29,-2) ⇒ 91f2402 sunxi: use late core_power_down_wfi() (+10,-4) ⇒ cbb89f3 sunxi: read DT name from SPL eGON header (+60,-12) ⇒ ae78724 sunxi: enable LCD power on Pinebook (+13) 805f756 uboot-sunxi: bump to 2017.11 (+36,-392) f142de5 uboot-sunxi: refresh patches (+10,-10) ef04166 uboot-sunxi: fix build by adding comparabilities for old dtc (+52) df9781a u-boot,at91bootstrap: fix incorrect HOSTCPPFLAGS variable (+2,-2) a6f79f5 uboot-mvebu: fix build ; use the build's tools/libressl (-251) 13e8d54 uboot-fritz4040: Fix build with HOSTCFLAGS (+1,-1) d59cc79 kexec-tools: issue warning when dd'ing vmcore (+3,-1) 83d9992 kexec-tools: bump version to 2.0.16 (+3,-245) d6fd44c layerscape: update u-boot to LSDK1712 (+32,-32) ⇒ 0ca9091 armv8: fsl-layerscape: Fix MC reserved memory calculation (+12,-3) ⇒ 44a294b drivers: net: ldpaa_eth: Correct error handler for qbman_swp_acquire() (+1,-1) ⇒ 002dc70 driver: net: ldpaa_eth: Add PHY-less SGMII support (+7,-2) ⇒ 64169db armv8: ls1088: introduce CONFIG_SGMII_PHYLIB (+7) ⇒ c249f5f ls1088aqds: Add CONFIG_SGMII_PHYLIB in header file for QDS (+2) ⇒ a95797b armv7: ls1021a: Fix marco CONFIG_LS102XA (+1,-1) ⇒ 8e9a95e u-boot: fixup the iommu-map property of fsl-mc node (+46) ⇒ f53d786 armv8: fsl-layerscape: Allocate Secure memory from first ddr region (+18,-41) ⇒ b040e4a armv8: fsl-layerscape: Add support of disabling core prefetch (+56) ⇒ 2068345 cmd: mac: Update description of help (+14,-14) ⇒ 7bd0db8 SECURE BOOT: Add SD fall back option (+15) ⇒ 139ec62 Revert "armv8: ls1088a: correct pcie fixup compatible string" (+1,-1) ⇒ 85a3451 usb: Add delay to fix USB 2.0 stick enumeration failure on LS208xA (+3) ⇒ 8dc0a63 drivers: net: pfe_eth: add pfe_rx_done to clear bd after packet processing (+32,-5) ⇒ 5dc8c93 drivers: net: pfe_eth: use writel/readl to access hw bds (+35,-35) ⇒ 44c39f0 drivers: net: pfe_eth: cleanup typos and indent (+21,-24) ⇒ + 22 more... e547bd3 layerscape: support ubifs rootfs in u-boot env (+15,-15) ⇒ 40a40df u-boot: support ubifs rootfs in env for ls1012a/ls1046a boards () dc263cd packages: uboot-mxs: bump to 2017.11 (+292,-120) 123dbb7 packages: uboot-mxs: override instead of appending u-boot make flags (+1,-1) b2a5f76 ar71xx: Add eTactica EG-200 support (+140,-1) 616f883 Revert "uboot-sunxi: fix build by adding comparabilities for old dtc" (-52) 4bc1ebb Revert "uboot-sunxi: refresh patches" (+10,-10) 94ef87f Revert "uboot-sunxi: bump to 2017.11" (+392,-36) c971b4e uboot-sunxi: dts: Update orange Pi R1 integration (+73,-146) 6247929 uboot-sunxi: add u-boot DT for NanoPi NEO Plus2 board (+165) 3c24a1d sunxi: add support for NanoPi NEO Plus2 board (+19) 718e5cd uboot-sunxi: Add Xunlong Orange Pi Zero Plus (+158,-1) 627a28e lantiq: rename gphy firmware (+35,-35) 1b13cbc grub2: disable building platform code for target utility (+2,-1) c6bd0b4 uboot-envtools: add support for WHQX E1700AC/E600G/E600GAC v2 (+3) f487133 uboot-envtools: add support for Samsung WAM250 (+1) 3b8a858 uboot-envtools: add support for YunCore T830 (+1) f01b394 uboot-envtools: add support for ALFA Network AWUSFREE1 (+7,-6) 8584fee uboot-sunxi: add Xunlong Orange Pi PC (+7) 9f3f61a mvebu: add support for Turris Omnia (+62,-3) be3da90 mvebu: Add subtarget for Cortex A9 build (+182,-158) d85a7f1 uboot-fritz4040: fix build with gcc7 (+1) 43f35ce uboot-imx6: fix build with GCC 7 (+1.3K,-5) 54b275c ipq40xx: add target (+25.8K,-7) 8cc22fa uboot-mxs: refresh patches (-26) 5d3fbd5 uboot-mxs: fix compile problems related to OpenSSL (+36,-1) f21cd96 uboot-kirkwood: update to 2018.03 (+120,-218) 7e1e29d uboot-sunxi: bump again to 2017.11 (+36,-392) 367ee32 uboot-sunxi: fix build by adding comparabilities for old dtc (+52) ed369e0 uboot-sunxi: refresh patches (+12,-12) 8e1065d sunxi: add build for sopine (+20) 0a3e07b u-boot-mvebu: set configuration options in Makefile (+8,-52) dff904a u-boot-mvebu: update to 2018.03 (+2,-136) 3fc8f50 uboot-envtools: fix ALFA Network AWUSFREE1 support (+9,-7) 10ea53f ramips: add U-Boot env support for ALFA Network AC1200RM (+8,-2) f6e6ead packages/uboot-omap: bugfix: serial using ns16550 fifo not enabled (+310,-1) 68150d3 uboot-envtools: update to 2018.03 (+7,-234) bc43f75 uboot-envtools: remove makefile duplication for supported targets (+4,-47) 0b20490 ipq40xx: add support for OpenMesh A62 (+287,-7) bdb0de1 uboot-envtools: add support for ESPRESSObin and MACCHIATObin (+4) 5ca159a uboot-zynq: Fix build with libressl 2.7.2 (+14) c21a4c7 uboot-mxs: Fix build with libressl 2.7.2 (+31,-16) 9bfca30 uboot-mvebu: Fix build with libressl 2.7.2 (+14) 3aa28f4 uboot-envtools: Change download to git. (+7,-6) 87f87e4 at91bootstrap: update to v3.8.10 (+3,-3) ⇒ 4aca7e0 AT91C_PIO_CFGR_DRVSTR typo fix (+3,-3) ⇒ 4aaa8b0 README: Update the GNU ARM Toolchain description (+3,-8) ⇒ bce591e driver: nandflash: Fix set/get features of NAND on-die ECC (+3,-1) ⇒ e158ad8 include: add types.h (+49) ⇒ b95cde4 include: add fls() function - find last bit set (+45) ⇒ 6b33069 include: add min() and max() into common.h (+3) ⇒ 5badc20 driver/spi_flash: add spi_flash sub-system with SFDP support (+2.5K,-1.1K) ⇒ 1215707 driver spi flash: update flash chip detection (+42,-18) ⇒ a4f6043 board: Add new board: SAMA5D27-SiP SOM1_EK board (+662) ⇒ 508eb63 board: sama5d27_som1_ek: Update the qspi frequency (+1) ⇒ 59a3995 board: sama5d27_som1_ek: Adjust the offset of u-boot (+1) ⇒ 44a0c3d board: sama5d2_xplained: Add default configuration for eMMC (+9) ⇒ 100ed42 board: sama5d2_xplained: Adjust offset and length of uboot (+1,-2) ⇒ 148142d backup mode: add documentation for the "resuming" variable (+18) ⇒ 51a7a5c backup mode: the backup_mode() function don't need to return a value (+4,-4) ⇒ a766d3e backup mode: add a little comment in main() (+2) ⇒ + 69 more... 790b20b uboot-at91: fetch uboot src from u-boot-at91 github (+11,-6) 22c398d at91: Add SAMA5D27 SOM1 EK board (+957,-7) f34b495 uboot-at91: fix DTC command not found. (+2) 60750ab at91: reorganize at91 subtargets (+2.8K,-123) 27ca6cd at91: Add SAMA5D2 PTC EK board (+484,-3) bfbdeeb mvebu: add support for WRT32X (venom) (+243,-8) 938908f uboot-mvebu: fix build on hosts lacking pkg-config (+3) 68586cf uboot-mxs: fix build on hosts lacking pkg-config (+3) 6052232 uboot-zynq: fix build on hosts lacking pkg-config (+3) 6f398aa oxnas: reboot target (+1.9K,-10.6K) b32c304 uboot-oxnas: fix build with newer GCC (+593) 763c047 uboot-oxnas: fix typo accidentally committed during oxnas reboot (+1,-1) 0c4f658 ar71xx: add support for OCEDO Koala (+206) ce73f89 uboot-kirkwood: fix malformed boot configuration (+11,-8) Packages / Common (743 changes) b65572f curl: fix HTTPS network timeouts with OpenSSL (+36) da5d060 zlib: Update to 1.2.11 (+3,-3) 421a6d3 gettext-full: fix to use $STAGING_DIR_HOSTPKG instead of $STAGING_DIR/host (+4,-4) 47c22c2 lede-keyring: bundle latest usign certificates (+3,-3) ⇒ 0c85f12 Add unattended GnuPG build key (+64) ⇒ fc1c937 Add my public key (+65) ⇒ 619e174 Add my public usign key (+2) ⇒ c5da79a Add my public GPG key (+63) ⇒ ecf79d7 Add public usign key used by the 17.01 release builds (+2) ⇒ a50b752 Add public GPG key used by the 17.01 release builds (+30) d9b1a55 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) f2e6e11 openvpn: let all openvpn variants provide a virtual openvpn package (+2,-1) f798776 libtool: don't clobber host libtool infrastructure (+7,-7) 633c35a hostapd: fix stray "out of range" shell errors in hostapd.sh (+3,-3) 36c13e5 x86: drop ep80579-drivers (-13.9K) dc5ba0a packages: mark packages depending on a target as nonshared (+16) 7ba2062 opkg: clarify messages and errors related to downloads (+62,-1) fa0ac03 Fix dependency for hostapd (+1,-1) 7ba5890 mwlwifi: Fixes rewritten history hash and latest version (+1,-1) c0345d9 hostapd: expose wps_independent and ap_setup_locked as uci options (+5,-3) c0ed04c hostapd: default to wps_independent 1 (+2,-1) e38bafb kmod-sched-cake: add 'mpu' minimum packet length support (+3,-3) a40f3f9 iproute2: cake: add 'mpu' minimum packet length support (+28,-4) c7a7e7c openvpn: ssl-enabled variants also provide a virtual openvpn-crypto package (+5,-1) a5eee54 gpio-nct5104d: Add nct5104d driver package (+519) 33f8f6c openvpn: add support for various new 2.4 configuration options (+19,-24) fe12d51 leds-apu2: Add PC Engines APU2 LED driver (+435) 12db207 openssl: update to version 1.0.2k (+13,-13) 5d2a9d2 busybox: convert netmsg and lock applet to "new style" applet definition (+30,-78) 84da2a6 busybox: update to 1.26.2 (+2.5K,-3.2K) 200d932 toolchain: Broaden the executable loader pattern (+1,-1) 37b489f hostapd: backport support for sending debug messages to the syslog (+169,-24) 8a8fa29 kmod-sched-cake: Bump to latest version (+4,-4) bdd1fad iproute2: cake: update cake support (+24,-11) 546b1a4 hostapd: enable support for logging wpa_printf messages to syslog (+6) 139eb68 gpio-nct5104d: add compatibility for linux 4.9 (+4) 185c374 leds-apu2: add compatibility for linux 4.9 (+4) a112786 xtables-addons: update to version 2.12 (+2,-2) f18f3c8 rotary-gpio-custom: depend on Linux 3.18 and 4.4 (will not work on newer kern... (+1,-1) 1b4e3ed dnsmasq: expand 'add_local_hostname' fexibility including FQDN (+67,-23) 9525743 dnsmasq: make DHCPv6 viable for standalone dnsmasq install (+152,-29) eaf3fef ccache, samba36: fix samba.org addresses to use https (+8,-7) 9df777d openvpn: adding key_direction to append_params. (+2,-2) eccb2e5 acx-mac80211: fix scan API error that could lead to a crash (+29) 07d5fc7 dnsmasq: honor quietdhcp option for DHCPv6 (+1) f9f6a21 dnsmasq: fix instances in dhcp_add() (+2,-2) 3bef96e dnsmasq: update to dnsmasq 2.77test1 (+145,-257) 196509b brcm2708-gpu-fw: update to latest version (+8,-8) 985c90d tcpdump: update to version 4.9.0 (+81,-81) 0af460b utils/e2fsprogs: Update to 1.43.4 (+5,-5) 2faa1ed iperf3: Update to 3.1.6 (+2,-2) da0b911 uclibc++: patch bugfix erase() on derived __base_associative (+40) 0bf85ef dropbear: enable SHA256 HMACs (+2,-3) a3408a5 toolchain/uclibc: Bump version to 1.0.22 (+5,-21) c22255e tcpdump: fix tcpdump-mini build on glibc 2.25 (+7,-30) 412e0bb perf: avoid picking up a dependency on libunwind (+1) dc4844b pppd: fix compile issues with glibc 2.25 (+28,-46) 9827c3e gdb: update to version 7.12.1, fix glibc 2.25 build issues (+80,-4) c7ce990 ltq-ptm: fix build with kernel 4.9 (+16) ca9b996 ltq-vmmc: fix build with kernel 4.9 (+74,-68) 2eed117 ltq-ptm: use netif_trans_update() only for kernel >= 4.7 (+4,-4) bb9d2aa ppp: add pppoe-discovery to an independent package (+17) d5221d5 ppp: honor ip6table for IPv6 PPP interfaces (+3,-1) 5035213 package/om-watchdog: add OpenMesh OM2Pv4/-HSv4 support (+2) 6bd9ba8 package/om-watchdog: add OpenMesh A60 support (+2,-1) 8636417 package/om-watchdog: add OpenMesh A40 support (+1) cb801b0 hostapd: mv netifd.sh hostapd.sh (+1,-1) d1a75c5 ebtables: update to last commit (+12,-183) 2a6fbce mdns: update and rename package to the umdns (+24,-24) ⇒ 9bbaf3c Change dns_send_question function arg from unicast to multicast (+11,-11) ⇒ a698c63 Add simple "Fall through" comment to the announce_timer function switch (+1) ⇒ 55a5d75 Rename service_reply_a to dns_reply_a and move it to proper file (+34,-34) ⇒ dfdebdd Don't call dns_reply_a from service_reply (+3,-7) ⇒ c0c78c9 Fix/change comment format about port 5353 (+1,-1) ⇒ 61869f3 Send A(AAA) records when announcing (+1) ⇒ a069fbb Move matching logic out of service_reply_single function (+7,-8) ⇒ e47f6cf Avoid duplicated iteration over services when announcing (+1,-1) ⇒ 3d85c9c Check correct attributes when loading service from blob (+2,-2) ⇒ 9879d5f Simplify UDP vs. TCP handling in service_announce_services (+12,-13) ⇒ c3c168c Don't use _services._dns-sd._tcp.local (+5,-17) ⇒ 578616a Drop one-liner service_announce function (+2,-9) ⇒ 95d8e0d Rename project to umdns (+26,-26) ⇒ 1a6e9b0 Load service JSONs from /etc/umdns/ (+1,-1) ⇒ 745d040 Set TTL to the new value when updating cached service entry (+1) ⇒ 1283a0f Rename cache scanning to updating (+5,-5) ⇒ + 13 more... 27040db dropbear: bump PKG_RELEASE (+1,-1) 6c44ac2 libpcap: remove feature dependencies on kmod-* packages (-2) b65dc04 opkg: switch to own fork to improve memory usage (+24,-3.5K) ⇒ 348a1d0 build: missing pkg.m4 (+158,-1) ⇒ 9932840 build: remove output shaving support (+1,-232) ⇒ 38bb613 build: allow overriding host cpu with make variable (+3,-3) ⇒ 996cf8f build: statically link libopkg (+10,-16) ⇒ 673d721 cli: enforce argument to upgrade command (+2,-14) ⇒ 9f84497 cli: default to /etc/opkg.conf (+3) ⇒ a48345d libopkg: strip trailing white space in conffile specification (+7) ⇒ d654a43 libopkg: print error messages to stderr (+2,-2) ⇒ 4a97d5b libopkg: do not rely on getline() (+116,-109) ⇒ 386dbd3 libopkg: fix double-free crash on recursive package removal (-1) ⇒ 9d0d61c libopkg: line-wrap descriptions only on interactive terminals (+11,-4) ⇒ e62fc97 cli: implement --nocase flag (+23,-11) ⇒ ebecbc3 cli: implement find command (+17,-2) ⇒ dd4c78a libbb: use external gzip command as I/O layer (+306,-242) ⇒ cd113c7 libopkg: store compressed package lists (+14,-67) ⇒ ae179dc libopkg: discard empty control file fields (+6,-1) ⇒ + 67 more... 0247314 dnsmasq: bump to dnsmasq v2.77test3 (+217,-131) aff2d5c hostapd: fix feature indication (+14,-2) ca8aee0 Revert "px5g-standalone: provide px5g via PROVIDES" (-1) 55ffc38 opkg: re-enable usign support (+2,-2) ⇒ bec9804 build: enable usign support (+5) 7df0069 mbedtls: add --function-sections and --data-sections to CFLAGS (+2) 709d10e px5g: replace px5g-standalone with a statically linked variant of px5g-mbedtls (+22,-8.0K) 19720a6 opkg: fix handling conffiles in status lists (+3,-3) ⇒ 271d485 libopkg: initialize conffile list during status parsing (+6) 2c8cb0c dnsmasq: bump to dnsmasq v2.77test4 (+2,-217) fdfde3e libpcap: add optional netfilter support (+9,-2) 9e4555f opkg: fix stray printf() (#551) (+3,-3) ⇒ 2a66079 libopkg: switch to GPL2 SHA256 implementation (+57,-69) ⇒ f9baf91 libopkg: remove stray printf() (-1) 3e41afd iw: sync nl80211.h with mac80211 package (+289,-5) c8ac9c0 iftop: bump to latest upstream (+8,-73) a29163f wireless-tools: Change download url to github (+1,-1) ebf846b opkg: mark as essential (FS#571) (+1) 9b2321f thc-ipv6: Allow overriding CFLAGS (+12) 562ebe7 bsdiff: Also pass down TARGET_CPPFLAGS (+2,-2) 4c02435 omcproxy: Update to latest HEAD (+3,-3) ⇒ 1fe6f48 Cmake: Find libubox/list.h (+3) 306ee64 px5g: Fix TARGET_LDFLAGS and add TARGET_CPPFLAGS (+2,-2) 4aa1560 adb: Also pass TARGET_CPPFLAGS (+1,-1) 30159b3 rssileds: Fix build with external toolchains (+4,-2) 9e740fa openssl: Use mkhash for STAMP_CONFIGURED (+1,-1) d35ce56 brcm2708-gpu-fw: update to latest version (+7,-7) 7f0c95a toolchain: Allow external toolchains to specify libthread-db (+28) aedd5d5 opkg: fix several package installation bugs (+3,-3) ⇒ b1dc770 libopkg: fix some overly aggressive line wrapping in pkg_depends.c (+55,-110) ⇒ 793155f pkg_depends: fix unsatisfied dependency installation order (+1,-1) ⇒ 0fb3e9f pkg_depends: propagate virtual provided detail flag to providers (+8) ⇒ 439c89e opkg_cmd: fix endless loop in whatprovides/whatreplaces (+1,-2) ⇒ 15fc1ee opkg_cmd: avoid null pointer dereference in opkg_what_depends_conflicts_cmd() (+1,-1) ⇒ 1fdc2ca pkg: mark bit fields in pkg_t unsigned (+5,-5) ⇒ 758527e pkg: forward "provided_by_hand" flag in pkg_merge() (+3) ⇒ 19070b6 unarchive: fix possible segmentation fault in deb_extract() (+1,-3) 64de1cb ppp: propagate master peerdns setting to dynamic slave interface (+4,-2) 78f14c0 openvpn: move list of params and bools to a separate file (+205,-30) 3a06dd6 dnsmasq: do not forward rfc6761 excluded domains (+24,-2) 452f544 vxlan: add new package for netifd VXLAN proto (+180) 0ebc681 umdns: update to the 2017-03-10 version (+3,-3) ⇒ e985074 Drop unneeded casting of "entry" from struct cache_service (+2,-2) ⇒ 46b8781 Drop unneeded code to simplify getting hosts over ubus (+1,-9) ⇒ d437678 Cancel (re)connect timer when deleting interface (+1) 055e9df xtables-addons: fix build error on ARC (+11) 7b52278 mbedtls: update to version 2.4.2 (+4,-4) c481774 curl: update to version 7.53.1 (+6,-42) 8eac991 umdns: update to the version 2017-03-14 (+3,-3) ⇒ 6515101 Access cached records (instead of services) to read list of hosts (+13,-7) ⇒ 80dd246 Refresh DNS records A and AAAA directly (+18,-8) ⇒ fd5a160 Don't cache hosts as services (+3,-10) 2f09a1e iwcap: fix handling kill signal during dump (+13,-13) 48ae44d opkg: gracefully handle missing $PATH, fix build warnings (+5,-4) ⇒ 5dc3e33 libopkg: specify "/bin/sh" instead of "sh" (+4,-2) ⇒ 1ff2475 libopkg/opkg_cmd.c: more robust PATH handling (+16,-5) ⇒ 6e28563 libbb: fix gzip_thread() warnings (+4,-2) ⇒ 7975c73 libbb: change gzip_read() buffer argument to void * (+2,-2) ⇒ 6fbf8a9 libbb: remove unused variables (-4) ⇒ 7cbc466 libopkg: remove unused variable from opkg_install_package() (+2,-3) ⇒ f4a55d1 libopkg: remove unused progress callback (+1,-44) ⇒ e450488 libopkg: remove unused progress parameters from opkg_download() (+13,-18) ⇒ f0c0a80 opkg_utils: add missing header (+1) ⇒ da8d599 pkg_depends: add missing parse_replacelist() prototype (+1) ⇒ 53e199e pkg_hash: remove unused variable in pkg_hash_load_feeds() (+1,-1) ⇒ 1654bcc pkg_parse: remove const requirement from pkg_parse_line() (+4,-4) ⇒ d9e5814 pkg_parse: remove unused variable in pkg_parse_line() (-1) ⇒ 28b5e15 pkg_parse: fix bad message level for opkg_msg() call (+1,-1) ⇒ 0b60d6a libopkg_test: mark functions static, remove unused opkg_test() (+5,-52) ⇒ cfe46c7 opkg_active_list_test: mark functions static, swap strcmp() with memcmp() (+9,-8) b6a8b43 toolchain: add musl libc.so to external toolchain (+1,-1) 902590e curl: Adjust URLs (+4,-6) 6e44f47 sysntpd: restore support for peer-less (standalone) mode (+1,-1) 51d9ac6 libnl: Fix building with uClibc (+105) 66146a2 perf: fix build with kernel 4.9 (+2) b03b293 lldpd: bump to 0.9.6 (+2,-2) 8e07751 dnsmasq: don't point --resolv-file to default location unconditionally (+3,-3) 312b9dc iproute2: fix ip monitor can't work when NET_NS is not enabled (+41,-1) 17987b9 iperf3: Update to 3.1.7 (+2,-2) cc5721c lzo: Update to 2.10 (+2,-2) 106ae11 umdns: update to the version 2017-03-21 (+3,-3) ⇒ f89986b Fix refreshing cached A(AAA) records that expire (+4,-1) ⇒ 496aeba Fix comment typo in cache_gc_timer (+1,-1) ⇒ e1bacef Drop entries cached for interface we're going to delete (+2) ⇒ ce7e9e9 Use one define for DNS-Based Service Discovery service name (+6,-8) ⇒ c725494 Use MCAST_PORT define for port 5353 (+1,-1) ⇒ 943bedb Fix reading port of incoming packets (+4,-4) ⇒ 9f1cc22 Fix replying to "QU" questions received on unicast interface (+4,-5) ⇒ 1478293 Fix code freeing cached non-A(AAA) records too early (+2,-1) ⇒ a0403cd Keep source sockaddr for every cached DNS record (+20,-12) ⇒ 480d7bc Fix sending unicast questions on cache expire (+14,-12) 480a6ae libs/openssl: Refresh mirror list (+6,-5) eac1a54 utils/util-linux: Update to 2.29.2 (+8,-42) 7dc2a58 libs/libpcap: Rework URLs (+2,-1) fd95397 utils/tcpdump: Rework URLs (+2,-2) 06c49db openvpn: add extra respawn parameters (+3) 76cc264 busybox: enable the "ip neigh" command (FS#618) (+1,-1) 8a4208d utils/f2fs-tools: Update to 1.8.0 (+7,-59) aa729bc Revert "utils/util-linux: Update to 2.29.2" (+42,-8) cf9812d utils/util-linux: Update to 2.29.2 (+6,-39) 0aee976 util-linux: unconditionally enable ncursesw support (+1,-6) c5e245a util-linux: re-enable parallel builds (+1,-1) 46e3903 gdb: fix invalid sigprocmask call (+44,-1) aadd629 lantiq: remove residual watchdog parts from ltq-vmmc (+94,-3) f3474ca busybox: vi: backporting patches to fix ZZ and :x command (+154,-1) ea18559 iw: enable MESH ID in scan output (+5,-4) 001a50d lantiq: cleanup code ar9-vr9 parts (+131,-155) 49acec5 lantiq: align falcon code with ar9-vr9 code (+3,-70) 5d4aece dnsmasq: use logical interface name for dhcp relay config (+2,-1) 0b24850 busybox: don't install NTP scripts if NTP isn't configured (+4) 6411a12 build: move PKG_CONFIG_DEPENDS from feeds.mk to opkg (+8,-7) 3169a6a busybox: fix installation of cron and ntpd scripts in the default config (+2,-2) 1449b52 opkg: backport upstream fixes, code cleanups (+3,-3) ⇒ 07f3b02 set_flags_from_control: remove function (-37) ⇒ 816d330 Fix typo in pkg_hash_fetch_best_installation_candidate. (+3,-3) ⇒ 86b584d pkg_dependence_satisfied: remove unused function (-29) ⇒ 7fe45f2 active_list_add_depend: remove unused function (-24) ⇒ 23d31fb active_list_sort: remove unused function (-57) ⇒ 89bf8b9 conffile_list_push: remove unused function (-6) ⇒ f5082ac conffile_list_pop: remove unused function (-7) ⇒ 2985c00 nv_pair_list_last: remove unused function (-6) ⇒ 368bb62 nv_pair_list_prev: remove unused function (-9) ⇒ 46c5de5 pkg_dest_list_push: remove unused functions (-6) ⇒ 48142a3 conffile_list_pop: remove unused function (-6) ⇒ 7d24212 str_list_last: remove unused function (-6) ⇒ 52c31c1 str_list_prev: remove unused function (-7) ⇒ 980cfb2 str_list_push: remove unused function (-6) ⇒ 947d3d4 pkg_src_list_pop: remove unused function (-6) ⇒ 51275a8 pkg_src_list_push: remove unused function (-6) ⇒ + 5 more... 813efe5 mdadm: extend uci config support (+82,-7) 8b3fa16 firmware: rework fritz-tools package (+46,-31) 1c42598 dnsmasq: peacefully coexist with ISC DHCPd (+9) fc859fb iproute2: add libgenl.h and ll_map.h to InstallDev section (+1,-1) de5b8e5 busybox: add musl compatible nslookup replacement (+931,-1) 210e96d OpenVPN: Update to 2.4.1 (+12,-20) a7f8564 openvpn: add myself as maintainer (+1,-1) efb22b6 binutils: fix build with host gcc < 4.9 (+1.3K) 98e43b1 iptables: bump to 1.6.1 (+103,-304) 5e2d15b iptables: set ABI_VERSION to force rebuild of dependent packages (+4) 7ae58be busybox: Move libresolv detection to LEDE Makefile (+6,-18) 56457db dnsmasq: fix uninitialized varname in init-script (+1,-1) 8ed5c6d busybox: fix build of nslookup_lede applet without IPv6 (#728) (+33,-9) e80a041 iptables: fix wrong depends for nftables support (FS#707) (+1,-1) 980c41f utils/mdadm: Update to 4.0 (+53,-31) 0b7ed65 kernel: remove out of tree direct-io disable hack (+1,-256) dca2966 busybox: Enable sendfile by default (+1,-1) e5bbead dropbear: fix procd interface trigger install (+3,-1) f1e3285 busybox: nslookup_lede: fix compatibility with v1.25 (+7,-6) 76871a8 busybox: nslookup_lede: mimic output format of old Busybox applet (+61,-22) 9412fc2 dnsmasq: support dhcp_option config as a list (+21,-4) c13f943 perf: disable build for ARC, it is currently broken (+1,-1) 34e8393 toolchain/arc: update to the most recent release arc-2016.09 (+573,-523) fc9361e opkg: alternatives support (+4,-4) ⇒ 3f13edd pkg_run_script: use pkg->dest in half installed case (+2,-1) ⇒ 7a96972 libbb: xreadlink: fix memory leak on failure case (+1) ⇒ 546bc72 pkg: alternatives support (+299,-29) 8b1b094 busybox: add as an alternative of /sbin/ip (+2,-1) cfa5865 iproute2: add ip-tiny, ip-full as alternatives of /sbin/ip (+16,-10) 9b4c415 iproute2: bump PKG_RELEASE (+1,-1) fa3649d busybox: add alternatives specs for those also provided by procps-ng (+14,-2) b65c619 dnsmasq: bump to 2.77test5 (+2,-2) cf75fb5 busybox: alternatives: accomodate CONFIG_BUSYBOX_CUSTOM=y (+15,-14) 0c3fe28 opkg: alternatives: use ERROR level for symlink failure (+3,-3) ⇒ 04e279e pkg_alternatives: use ERROR level for symlink failure (+1,-1) 41feba8 hostapd: fix reload frequency change patch (+32,-7) ed62d91 hostapd: add legacy_rates option to disable 802.11b data rates. (+20,-8) cd5cd7c dnsmasq: fix dhcp_option usage warning (+2,-1) 7296767 dnsmasq: make tftp root if not existing (+1,-1) eb99f89 dnsmasq: add interface-name uci list. (+7,-1) 54ea0f4 dnsmasq: use append_interface_name when using option --interface-name (+4,-4) 44da45a dnsmasq: don't propagate DUID from one host to another (+1,-1) 5dc76a4 perf: Disable perf for ARC770 only, enable for ARC HS38 (+1,-1) 6f01abf fritz_tffs_read: fix parsing of size argument (+1,-1) 8381485 fritz-tools: Find zlib.h header file (+3) c258bc7 toolchain: Package libgomp (+35) e66f17a openvpn: update to v2.4.2 (+2,-2) deef713 dnsmasq: bump to 2.77rc3 (+10,-10) 5e48188 hostapd: remove unused variable declarations in hostapd.sh (-1) 1a16cb9 mac80211, hostapd: always explicitly set beacon interval (+10,-9) f7e84a4 om-watchdog: cleanup Makefile (-8) 08ab3fd om-watchdog: cosmetic code style fixes (+31,-31) 04e9163 om-watchdog: add support for Teltonika RUT5xx (ramips) (+10,-1) ea2927e network/utils/ipset: Update to 6.32 (+2,-2) 4b0a2ca devel/strace: Update to 4.16 (+3,-3) 89807b6 network/utils/curl: Update to 7.54.0 (+16,-16) 74395d9 libs/libnftnl: Update to 1.0.7 (+3,-3) 070a461 dnsmasq: add IPv6 nameserver configuration in server mode (+11,-1) db776c0 comgt-3g: enable modem before to setpin (+2,-1) b295966 devel/trace-cmd: Update to 2.6.1 (+4,-7) ccc54b2 elfutils: bump to 0.169 (+271,-241) ce8bfa9 lldpd: drop specific respawn params [use system-wide] (-3) ec987e5 f2fs-tools: Switch to gz tarball (+3,-3) 6e10fc7 dropbear: bump to 2017.75 (+13,-17) 5d48dc1 libunwind: update to 1.2 (+58,-19) aaabf47 umdns: update to the version 2017-05-22 (+3,-3) ⇒ 64f78f1 Rename mdns_hostname variable to the umdns_host_label (+15,-8) ⇒ ff09d9a Rename service_name function to the service_instance_name (+13,-4) ⇒ 920c62a Store instance name in the struct service (+7,-5) ⇒ 26ce7dc Allow filtering with instance name in service_reply (+9,-6) ⇒ 49fdb9f Support PTR queries for a specific service (+12,-9) ⇒ 0e8b948 Support specifying instance name in JSON file (+8,-2) 43cc399 dnsmasq: bump to 2.77rc5 (+3,-3) 3f0d3d1 samba: fix CVE-2017-7494 (+33,-4) 423a7a6 lldpd: bump to 0.9.7 (+2,-2) e6d4235 json-c: disable implicit fallthrough warning (gcc 7) (+1,-1) 3c7a99e xfsprogs: update to 4.11.0 (+49,-341) 4ba2f4d DWR-512: adding wwan support for the dwr-512 3G modem (+51,-17) c2dc732 iptables: fix typos in 600-shared-libext.patch (FS#711) (+2,-2) b32689a dnsmasq: add dhcp-script hook for other packages (+59,-5) 484f768 elfutils: Pass -Wno-unused-result to silence warnings as errors (+1,-1) 43e4e1f Move enablemodem from ramips to new package adb-enablemodem and make it used ... (+92,-19) 52e36cf samba: bump PKG_RELEASE (+1,-1) e783f58 mwlwifi: update to the latest version (+3,-3) ⇒ 5fac04c Upgrade 88W8964 firmware to 9.1.2.5. () ⇒ 7b96b8a Modification of the code to load firmware 9.1.2.5. (+1.0K) ⇒ f834af0 Re-architecture mwlwifi. (+2.5K,-2.1K) ⇒ 618bbc0 Change driver version to 10.3.4.0-20170216. (+1,-1) ⇒ ce31432 Added draft version for new data path. (+2.5K,-313) ⇒ 25b90b1 Added debugfs "ratetable" to get rate table. (+392,-116) ⇒ ca699af Connected rx antenna setting for 88W8964. (+20,-5) ⇒ 87b163f Fixed problem: restart mwlwifi to let AP work. (+11,-4) ⇒ 374afe9 Added functions to check/dump arp/icmp packet. (+285,-124) ⇒ 7b07491 Corrected receive sequence number for slow data. (+34,-21) ⇒ 6457434 Added code to bypass duplicate check of mac80211. (+3,-13) ⇒ 80e1a1a Added code to bypass ampdu reorder of mac80211. (+4,-2) ⇒ a7cb7ca Added code to ack (re)assoc resp immediately. (+22,-1) ⇒ 217ad84 Won't reset sequence number of Tx BA stream. (+60,-11) ⇒ ef239c5 Fixed problem: iperf Tx can't work. (+76,-69) ⇒ 12185a6 Fixed problem: "wifi up" will destroy data path. (+64,-68) ⇒ + 28 more... a4198f8 iproute2: bump to 4.11 (+228,-529) b4f463d openvpn-easy-rsa: update to 3.0.1 (+26,-169) 21f25bc ppp: propagate master firewall zone to dynamic slave interface (+4,-1) 1fe41c4 dnsmasq: bump to 2.77 (+4,-4) 6db1d13 umdns: remove superfluous include in init script (-2) 860e053 Lantiq: make possible to tweak DSL SRN from UCI (+26,-1) 743be70 lantiq: fix ifxmips_atm_amazon_se.c (-8) 5ca2033 lantiq: fix lantiq_mei.c and amazonse.dsti for adsl modem firmware (+29,-31) 5229c45 mdadm: Do not check RUN_DIR (+2,-1) f500799 perf: Depend on KERNEL_PERF_EVENTS (+1,-1) 0aed054 build: add KERNEL_MAKE and KERNEL_MAKE_FLAGS variables and move to kernel.mk (+37,-33) ab48538 gdb: remove Build/Compile rule ; default one works (-7) 079d57b gdb: disable simulator ; it's broken on ppc (+2,-1) d264464 mwlwifi: update to version 10.3.4.0 / 2017-06-06 (+3,-3) ⇒ 29e8808 Used statioin ID for BA streams. (+6,-3) ⇒ c0de845 Fixed problem: security mode of STA can't work. (+2,-1) ⇒ 36bc327 Change driver version to 10.3.4.0-20170606. (+1,-1) 8b486ec dnsmasq: add dhcp-script hook conditionally (+14,-2) 16a905b dnsmasq: make bind-dynamic 'non-wildcard' interfaces default (+6,-4) a53f8ba dnsmasq: manage resolv.conf if when listening on 127.0.0.1#53 (+36,-26) 8180bba Revert "dnsmasq: manage resolv.conf if when listening on 127.0.0.1#53" (+26,-36) 8f4085e dropbear: fix service trigger syntax error (+2,-2) 77dc6a2 libunwind: update to version 1.2.1 (+2,-48) 680a5c5 dnsmasq: add dhcp-range tags configuration (+9,-2) de6ff15 busybox: backport 'ip rule suppress_{prefixlength, ifgroup}' (+145) 4ed40be hostapd: add support for acs_chan_bias option (+6,-2) dde9da4 busybox: ash/hush fix for read-builtin command (+147) 7d7356d ca-certificates: Update to version 20161130+nmu1 (+3,-3) 991899c valgrind: bump to 3.13.0 (+4,-49) 0406382 libreadline: add host-build (+2) 7e12863 fritz_tffs_read: get tffs size from input file (+7,-3) 4482063 treewide: add license tags (+16) 329f6a9 mbedtls: update to 2.5.1 (+27,-27) 45f4f66 openvpn: update to 2.4.3 (+14,-13) f33de80 dnsmasq: backport tweak ICMP ping logic for DHCPv4 (+26,-1) 0e7bbcd hostapd: add acct_interval option (+5,-2) 37c1513 hostapd: configure NAS ID regardless of encryption (+3,-3) 9aaf3d3 dropbear: server support option '-T' max auth tries (+132,-2) 6371159 dropbear: add option to set max auth tries (+4,-2) 7d31fe6 dnsmasq: backport patch fixing DNS failover (FS#841) (+31) f3ae0f8 dnsmasq: dnsmasq --rev-server support (+6,-1) eb7c14d bzip2: add symlink to binary (+3,-1) 08cd5b7 lantiq: set up DSL front-end GPIOs if they exist (+14) ad02f56 acx-mac80211: disable for kernel 4.9+ (+1,-1) 0b493ed acx-mac80211: remove cobalt reference (+1,-1) a81a082 mtd-utils: use source package name for lzo in PKG_BUILD_DEPENDS (+1,-1) 2be6037 ncurses: add libnucrses-dev package (+20) a89c36b dnsmasq: restore ability to include/exclude raw device names (+3,-3) d8748e5 netfilter: add iptables-mod-rpfilter package (+34) 254f0da opkg: bump to version 2017-07-11 (+3,-3) ⇒ c668fce opkg: add --no-check-certificate argument (+13,-1) ⇒ 52fc006 pkg_alternatives: pass if the desired symlink already exists (+23,-3) 683e737 curl: bump to version 7.54.1 (+5,-5) b3cba68 lzo: use default Build/Configure rule (+3,-6) 462ca4e zlib: use default Build/Configure rule (+9,-11) eaf6f15 nftables: Update to 0.7 (+79,-3) ⇒ 87908ff datatype: fix parsing of time type (+7,-4) ⇒ 262b97b datatype: less strict time parsing (-12) ⇒ 0974fa8 datatype: seperate time parsing/printing from time_type (+45,-25) ⇒ 48587aa parser: add a time_spec rule (+16) ⇒ 6aa18b5 parser: fix inconsistencies in set expression rules (+18,-13) ⇒ 5253233 expr: add set_elem_expr as container for set element attributes (+109,-30) ⇒ 38a077f set: add timeout support for sets (+62,-1) ⇒ 7b52489 setelem: add timeout support for set elements (+35) ⇒ 35960e1 setelem: add support for attaching comments to set elements (+21) ⇒ a9467e5 nftables: add set statemet (+177,-1) ⇒ fd8a16b mnl: use new libnftnl batch API (+33,-91) ⇒ efd5d12 netlink_delinearize: pass ctx pointer to stmt_reject_postprocess() (+9,-9) ⇒ 5764e58 netlink_linearize: fix range cmp instruction generation (+3,-2) ⇒ 19719a3 ct: add maximum helper length value (+6,-1) ⇒ 933fb6b netlink_delinearize: remove obsolete fixme (+1,-3) ⇒ 665a262 eval: prohibit variable sized types in concat expressions (+7) ⇒ + 463 more... c7f8bce kmod-sched-cake: drop maintainer (-1) f12a326 treewide: use the generic board_name function (+153,-260) 6f133a4 dnsmasq: backport remove ping check of configured dhcp address (+29,-1) 8647f4f toolchain/arc: update to the most recent release arc-2017.03 (+27,-27) d0f6a51 dnsmasq: introduce config support for forced DHCP options (+9,-5) d9f7ae6 ipset: split libipset as a subpackage (+15,-6) 636dc87 mwlwifi: update to version 10.3.4.0 / 2017-07-13 (+3,-3) ⇒ 7da6428 Add support for Linux 4.12 (+34,-1) ⇒ 75f0b0b Create README.md (+7,-7) ⇒ 4cc9b09 Create README.md (+6,-1) ⇒ 22d08c4 Create README.md (+3,-2) ⇒ b37f306 Fix use of container_of macro for ISO C (+10,-10) ⇒ d669729 Create README.md (+35,-18) ⇒ 3729540 Added code to report tx/rx rate and signal. (+457,-172) ⇒ 1cc8aa6 Fixed problem: tx rate won't be updated. (+3,-3) ⇒ 8acc41c Update README.md (+26,-5) ⇒ d12ac2d Update README.md (+2,-2) ⇒ 0f023b7 Added code to support BSSID assignment of VAP. (+22) ⇒ cf6a8e8 Update README.md (+13) ⇒ 5599a72 Added code to report noise floor. (+31,-2) ⇒ 80124fa Modified the way to support BSSID for VAPs. (+19,-7) ⇒ 4fd0788 Corrected the way to extend BSSID for VAPs. (+1,-1) ⇒ 8a71713 Ignored incorrect rx accounting. (+4) ⇒ + 5 more... 9dcb3fe samba36: Remove legacy options (+3,-8) eb43a81 opkg: bump to version 2017-07-28 (+3,-3) ⇒ 4bd8601 pkg_parse: fix segfault when parsing descriptions with leading newlines (+9,-11) 911331a tcpdump: Update to 4.9.1 (+2,-2) b90fb5f openssl: update to version 1.0.2l (+10,-10) a94555c ltq-xdsl-app: drop esi call (+1,-4) 2d6c7c2 lantiq: ltq-atm/ltq-ptm: fix showtime handling on driver load (+10,-8) c650432 ltq-vdsl-app: use notification based ATM/PTM driver load (+34,-20) f6254a2 ltq-vdsl-app: mask out ADSL bits when VDSL is requested (+4,-1) 2da6c85 ltq-vdsl-app: add support for auto xfer_mode and auto line_mode (+9,-11) 10c4437 utils/e2fsprogs: Update to 1.43.5 (+2,-2) 779227d nftables: remove date from version (+1,-1) 3e9c06d brcm2708-gpu-fw: update to latest version (+7,-7) e7373e4 wpa_supplicant: log to syslog instead of stdout (+1,-1) a2a226e ca-certificates: Update to 20170717 (+4,-4) e505f59 utils/util-linux: Update to 2.30.1 (+6,-6) 5a22df6 gpio-button-hotplug: leave platform_device.dev.platform_data untouched (+1,-2) 1948d8e nvram: fix memory leak (+10,-3) 2a253e7 nvram: add usage() function (+13,-10) c7e2a6f nvram: improve argument check when program start (+9,-8) 69da83d nvram: add help message for nvram magic not found (+1) d18e0dc hostapd: add additional ubus notifications (+107,-2) 34a206b dnsmasq: add ubus notifications for new leases (+143,-2) e2ef801 xtables-addons: fix nathelper-rtsp dependencies (+1,-1) 4cac13f Revert "xtables-addons: fix nathelper-rtsp dependencies" (+1,-1) 0168ba2 Revert "busybox: ash/hush fix for read-builtin command" (-147) 4fce22e util-linux: add missing dependencies (+2,-1) f099803 samba36-net: new package (+14,-1) 77d3ac8 iputils: switch to new upstream (+100,-329) 5c2c0f8 util-linux: don't need to build NLS support (+3,-1) e665b3d iputils: update sha256sum (+1,-1) d55fff4 iperf3: update to 3.2 (+24,-3) fc48aeb iperf3: add SSL variant for iperf_auth feature (+74,-3) d99c527 Revert "iputils: switch to new upstream" (+330,-101) f47c41c xtables-addons: update to version 2.13 (+2,-2) d87f27a f2fs-tools: drop patch in favour of CONFIGURE_VARS (+3,-19) 252c8dd f2fs-tools: drop musl compat patch (-10) cdb494f f2fs-tools: fix mkfs.f2fs on big-endian systems (+67,-1) 1e6e37c dnsmasq: add support for multiple tags for each host. (+7,-2) 6c9e2d4 dnsmasq: fix indentation (+3,-3) 289d190 lantiq: ltq-ptm: fix ADSL showtime handler (+1,-1) ca79337 dnsmasq: forward.c: fix CVE-2017-13704 (+38,-1) ccb79a3 samba36: Remove guest ok since LuCI configures it. (+1,-2) b2f60e6 samba36: Don't resolve interfaces. (+2,-7) 343e3d2 samba36: Remove syslog and load printers lines. (-2) a63eb74 busybox: move traceroute applets to /bin (+13,-8) a3c0d5f busybox: move passwd applet to /bin (+11) 89f8a01 busybox: update to 1.27.2 (+951,-1.1K) f7528ed dropbear: Link ssh and scp command to /bin instead of /usr/bin (+3,-3) 12930fc Revert "dropbear: Link ssh and scp command to /bin instead of /usr/bin" (+3,-3) 9a753c4 dnsmasq: backport official fix for CVE-2017-13704 (+95,-38) 5629904 dnsmasq: backport arcount edns0 fix (+45,-1) bd24d53 hostapd: fix iapp_interface option (+1,-1) 910e3be lldpd: bump to 0.9.8 (+2,-2) 21014d9 tcpdump: bump to 4.9.2 (+41,-37) 69ac637 mbedtls: update to 2.6.0 CVE-2017-14032 (+28,-28) c11762e strace: bump to 4.19 (+2,-2) fd84ecd treewide: fix shellscript syntax errors/typos (+10,-11) ad510c4 wwan: json format in some modem definitions (+349,-349) 560b733 libs/wolfssl: add libcysassl to PROVIDES field (for backwards compat) (+1) d03c23c cyassl,curl,libustream-ssl: rename every `cyassl` to `wolfssl` (+44,-44) 8334a23 libs/wolfssl: disable hardening check in `settings.h` (+13) 41706d0 libs/wolfssl: adjust symbol defaults against libwolfssl defaults (+7,-7) 7bc8036 libs/wolfssl: bump to version 3.12.0 ; add myself as maintainer (+4,-3) 010cddc mwlwifi: update to version 10.3.4.0 / 2017-08-10 (+3,-3) ⇒ 612df7c Make sure EAPOL packet gets high priority. (+1,-1) ⇒ 3ca0ea1 Change driver version to 10.3.4.0-20170727. (+1,-1) ⇒ 1f1619c Fixed problem: RCU stall will be triggered. (+18,-3) ⇒ 03be67e HDR : Added header file (+2) ⇒ b9c7244 Fixed comparison error. (+1,-1) ⇒ 9a6db69 Change driver version to 10.3.4.0-20170810. (+1,-1) 5b1660a utils/e2fsprogs: Update to 1.43.6 (+7,-9) ef485bb dnsmasq: Pass TARGET_CPPFLAGS to Makefile (+1,-1) 2375e27 tcpdump: noop commit to refer CVEs fixed in 4.9.2 (-1) feab5fa dnsmasq: fix dhcp "ignore" option on wwan interfaces (+4,-3) 70593ac hostapd: ft_psk_generate_local support (+4,-2) b0d2c4a hostapd: ft_over_ds support (+4,-2) ce53c0e openvpn: add "extra-certs" option (+2,-1) 3008fc9 usbutils: avoid duplicating the git revision (+1,-1) 2ad649d iperf: bump to 2.0.10 (+4,-9) d9beae9 curl: bump to 7.55.1 (+11,-11) 7e58392 ipset: bump to 6.34 (+34,-3) b0f8b13 samba36: add Package/samba/Default (+12,-12) 456de21 ipset: replace patch that was reverted upstream (+25,-31) 754659d curl: fix disable threaded resolver (+36) 7865e86 hostapd: update hostapd full config (+235,-27) 70ade53 hostapd: update hostapd mini config (+237,-19) 6511379 hostapd: update wpa_supplicant full config (+280,-93) 1cde439 hostapd: update wpa_supplicant mini config (+292,-100) c14cc53 hostapd: update wpa_supplicant p2p config (+278,-91) a9a3752 openvpn: update to 2.4.4 (+58,-34) f1ae982 ltq-vdsl: fix PM thread suspend and resume handling (+108,-1) 36fd53f ltq-vdsl-mei: disable optimized firmware download (+2,-2) 00e9a7a umdns: update to latest git HEAD (+3,-3) ⇒ 9f40133 Remove ttl==255 restriction for queries (-6) ⇒ 8f7e3bc Remove incorrect comma in http service json config (+1,-1) ⇒ b84fdac Add debug output for service_timeout (+3,-1) a816e1e dropbear: make ssh compression support configurable (+13,-3) 9f5f5d2 hostapd: add support for specifying device config options directly in uci (+6) 7921624 hostapd: add support for accessing 802.11k neighbor report elements via ubus (+169) 1d70422 gdb: bump to 8.0.1 (+13,-14) e64463e util-linux: avoid using the getrandom syscall (+14) c317af7 iw: fix build on musl host (+1,-2) fe36f7b ltq-vdsl-mei: revert disable optimized firmware download (+2,-2) 6a5a58e util-linux: update to 2.30.2 (+3,-3) c4562a9 package/utils/f2fs-tools: Update to 1.9.0 (+5,-70) a8f63a0 mac80211: update to backports-4.14-rc2 (+911,-7.1K) 67ac017 dnsmasq: bump to v2.78 (+18,-248) bd523d4 ltq-ptm: mark AmazonSE support as broken (+3) d07f924 ltq-vmmc: disable for falcon (+1,-1) 834c93e dropbear: fix PKG_CONFIG_DEPENDS (+4,-1) 2f78034 hostapd: update to version 2017-08-24 (+145,-478) ⇒ 1f0fdaf Fix race condition between AssocResp callback and 4addr event (+24,-1) ⇒ 7655bd7 P2P: Do not use wait_time for SD Response TX without fragmentation (+3,-1) ⇒ e297cc0 tests: P2P service discovery restarted immediately (+57) ⇒ 4be02b7 OpenSSL: Remove SSL_{CTX_,}_clear_options ifdefs (-4) ⇒ d7f12e4 OpenSSL: Make sure local certificate auto chaining is enabled (+8) ⇒ 969e525 tests: Skip eap_tls_pkcs8_pkcs5_v15 with BoringSSL (+6) ⇒ 9187b13 wpa_supplicant: Add BSS CURRENT control interface command (+2) ⇒ 0c8d7b0 tests: wpa_supplicant BSS CURRENT command (+12) ⇒ 04f02fa Fix wpa_cipher_to_alg() return type (+2,-2) ⇒ 62b95eb hostapd_cli: Add missing command help descriptions (+60,-27) ⇒ 4f59ad0 hostapd_cli: Use common completion for commands that use stations (+4,-34) ⇒ 86adff0 hostapd_cli: Completion for further commands with STA parameter (+5,-4) ⇒ bf4167b hostapd_cli: Add completion for set command (+39,-1) ⇒ c04a67d hostapd_cli: Add completion for get command (+26,-1) ⇒ 4a45dc1 mesh: Show [MESH] flag in print_bss_info() (+13,-2) ⇒ f05a893 tests: Check MESH flag in BSS output in wpas_mesh_mode_scan (+3,-1) ⇒ + 818 more...