You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/include
Hauke Mehrtens b3f95490b9 kernel: generic: Add kernel 4.14 support
This adds initial support for kernel 4.14 based on the patches for
kernel 4.9.

In the configuration I deactivated some of the new possible security
features like:
CONFIG_REFCOUNT_FULL
CONFIG_SLAB_FREELIST_HARDENED
CONFIG_SOFTLOCKUP_DETECTOR
CONFIG_WARN_ALL_UNSEEDED_RANDOM

And these overlay FS options are also deactivated:
CONFIG_OVERLAY_FS_INDEX
CONFIG_OVERLAY_FS_REDIRECT_DIR

I activated this:
CONFIG_FORTIFY_SOURCE
CONFIG_POSIX_TIMERS
CONFIG_SLAB_MERGE_DEFAULT
CONFIG_WATCHDOG_HANDLE_BOOT_ENABLED

I am not sure if I did the porting correct for the following patches:
target/linux/generic/backport-4.14/020-backport_netfilter_rtcache.patch
target/linux/generic/hack-4.14/220-gc_sections.patch
target/linux/generic/hack-4.14/321-powerpc_crtsavres_prereq.patch
target/linux/generic/pending-4.14/305-mips_module_reloc.patch
target/linux/generic/pending-4.14/611-netfilter_match_bypass_default_table.patch
target/linux/generic/pending-4.14/680-NET-skip-GRO-for-foreign-MAC-addresses.patch

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
7 years ago
..
site include/site: add powerpc64 config 7 years ago
autotools.mk build: move STAGING_DIR_HOSTPKG and BUILD_DIR_HOST back to a common directory for all targets 8 years ago
cmake.mk cmake: skip build system check on compile 7 years ago
debug.mk include: remove trailing whitespaces 9 years ago
depends.mk build: add missing wildcard for ignoring .pkgdir in dependency checks 7 years ago
device_table.txt image: ensure that /dev/console exist in rootfs images 11 years ago
download.mk build: remove @ as it's causing an error 7 years ago
feeds.mk merge: properly remove %n / %N references 7 years ago
hardening.mk hardening: make override variables more intuitive 9 years ago
host-build.mk build: allow PKG_PREPARED_DEPENDS and PKG_CONFIG_DEPENDS to be changed after including package.mk 7 years ago
image-commands.mk merge: targets: update image generation and targets 7 years ago
image-legacy.mk image: fix ar71xx legacy images 7 years ago
image.mk merge: targets: update image generation and targets 7 years ago
kernel-build.mk kernel: split patches folder up into backport, pending and hack folders 7 years ago
kernel-defaults.mk build: move definition of KBUILD_BUILD_TIMESTAMP to include/kernel.mk 7 years ago
kernel-version.mk kernel: generic: Add kernel 4.14 support 7 years ago
kernel.mk build: fix module symbol collection if build_dir is a symlink 7 years ago
netfilter.mk netfilter, iptables: add optional CHECKSUM module 7 years ago
nls.mk nls.mk: add -rpath-link when needed for NLS support 9 years ago
package-bin.mk build: use if-then to avoid non-zero return codes in bin/ packaging code 8 years ago
package-defaults.mk build: allow defining license information per binary package 7 years ago
package-dumpinfo.mk build: allow defining license information per binary package 7 years ago
package-ipkg.mk build: allow defining license information per binary package 7 years ago
package-seccomp.mk include: add a seccomp filter install wrapper 9 years ago
package.mk build: allow PKG_PREPARED_DEPENDS and PKG_CONFIG_DEPENDS to be changed after including package.mk 7 years ago
prereq-build.mk merge: etc: update remaining files 7 years ago
prereq.mk build: do not overwrite already existing host commands 9 years ago
quilt.mk kernel: split patches folder up into backport, pending and hack folders 7 years ago
rootfs.mk build: cleanup tmp/ dir of target rootfs 7 years ago
scan.awk build: propagate override information to .packageinfo 10 years ago
scan.mk build: get rid of host.mk 7 years ago
scons.mk build: use CXXFLAGS if defined 8 years ago
shell.sh build: use mkhash to replace various quirky md5sum/openssl calls 8 years ago
subdir.mk build: allow building an individual subdir without dependencies using NO_DEPS=1 7 years ago
target.mk target: replace odhcpd by odhcpd-ipv6only 7 years ago
toolchain-build.mk build: stop overriding STAGING_DIR_HOST for toolchain build 7 years ago
toplevel.mk include/toplevel.mk: Add xconfig target 7 years ago
u-boot.mk u-boot.mk: pass HOSTCC and HOST_CFLAGS into the build 7 years ago
uclibc++.mk toolchain: eliminate the INSTALL_LIBSTDCPP config symbol and make c++ support mandatory - fixes recursive config symbol dependency issues 11 years ago
unpack.mk build: unzip: perform operations quietly 8 years ago
verbose.mk build: tell users to do non-paralle builds on errors 9 years ago
version.mk merge: release/banner: drop release name and update banner 7 years ago