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
Mirko Vogt c99f881568 git-kernel: $(SUBDIR) should always be $(LINUX_VERSION)
Before SUBDIR was set to $(PATCHVER) which may
or may not include the minor version number of
the linux kernel version. Usually it doesn't.

So the git-clone'd linux kernel was packed without
the minor version number taken into account, which
broke further processing, as it expected the
extracted dir being named linux-$(LINUX_VERSION)
(=with minor version) rather than linux-$(PATCHVER)
(=without minor version).

Changing SUBDIR to $(LINUX_VERSION) creates
consistent behaviour here.

Signed-off-by: Mirko Vogt <mirko-openwrt@nanl.de>
7 years ago
..
site toolchain: add support of ARC architecture 9 years ago
autotools.mk build: move STAGING_DIR_HOSTPKG and BUILD_DIR_HOST back to a common directory for all targets 7 years ago
cmake.mk build: move STAGING_DIR_HOSTPKG and BUILD_DIR_HOST back to a common directory for all targets 7 years ago
debug.mk include: remove trailing whitespaces 9 years ago
depends.mk build: use mkhash to replace various quirky md5sum/openssl calls 8 years ago
device_table.txt image: ensure that /dev/console exist in rootfs images 11 years ago
download.mk build: let make check warn about use of legacy PKG_MD5SUM variable in feeds 7 years ago
feeds.mk include/feeds.mk: base list of enabled feeds on available instead of installed feeds 7 years ago
hardening.mk hardening: make override variables more intuitive 9 years ago
host-build.mk build: move STAGING_DIR_HOSTPKG and BUILD_DIR_HOST back to a common directory for all targets 7 years ago
host.mk include: remove trailing whitespaces 9 years ago
image-commands.mk image.mk: use LINUX_KARCH rather than ARCH for mkits 7 years ago
image-legacy.mk build: fix build of ubifs images 7 years ago
image.mk image.mk: add generic function for gzipping images if enabled 7 years ago
kernel-build.mk git-kernel: $(SUBDIR) should always be $(LINUX_VERSION) 7 years ago
kernel-defaults.mk build: use mkhash to replace various quirky md5sum/openssl calls 8 years ago
kernel-version.mk kernel: update 4.4 kernel to 4.4.42 7 years ago
kernel.mk kernel: allow subtarget specific KernelPackage 8 years ago
netfilter.mk kernel: netfilter: split out iptable_raw into a separate package 8 years ago
nls.mk nls.mk: add -rpath-link when needed for NLS support 9 years ago
package-bin.mk include: remove trailing whitespaces 9 years ago
package-defaults.mk build: copy contents of 'src' folder to build dirs (if present) 8 years ago
package-dumpinfo.mk include: fix nonshared flag handling 8 years ago
package-ipkg.mk base-files: add support for overlaying rootfs content 8 years ago
package-seccomp.mk include: add a seccomp filter install wrapper 9 years ago
package.mk build: move STAGING_DIR_HOSTPKG and BUILD_DIR_HOST back to a common directory for all targets 7 years ago
prereq-build.mk build: use mkhash to replace various quirky md5sum/openssl calls 8 years ago
prereq.mk build: do not overwrite already existing host commands 9 years ago
quilt.mk build: use mkhash to replace various quirky md5sum/openssl calls 8 years ago
rootfs.mk build: remove stale .ipk files if package dir changes 8 years ago
scan.awk build: propagate override information to .packageinfo 9 years ago
scan.mk build: scan.mk: consider KernelPackage pattern as well 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: implement make check and make package/X/check 8 years ago
target.mk ubox: turn logd into a separate package 7 years ago
toolchain-build.mk include: remove trailing whitespaces 9 years ago
toplevel.mk build: ensure that prereq-build is run before metadata scan from feeds (FS#367) 8 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 build: use SNAPSHOT instead of CURRENT to designate untagged branch builds 8 years ago