<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/kaloz/include/kernel-defaults.mk, branch master</title>
<subtitle>Staging tree of Imre Kaloz</subtitle>
<id>https://git-03.infra.openwrt.org/openwrt/staging/kaloz/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/openwrt/staging/kaloz/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/kaloz/'/>
<updated>2018-01-17T10:07:17Z</updated>
<entry>
<title>config: don't define the same symbol twice</title>
<updated>2018-01-17T10:07:17Z</updated>
<author>
<name>Koen Vandeputte</name>
</author>
<published>2018-01-13T20:35:48Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/kaloz/commit/?id=d29e47f19137775649dae06df8e8c7076cae2f70'/>
<id>urn:sha1:d29e47f19137775649dae06df8e8c7076cae2f70</id>
<content type='text'>
In commit fce35bce0f6e ("config: support new symbol intro'd in kernel
4.12")
I forgot to remove the initial debug test line.

This clearly is wrong as the same symbol is defined conditionally in the
line below as it should be.

I looked over it as I just checked if the symbol was present now upon
testing it.

Fixes: fce35bce0f6e ("config: support new symbol intro'd in kernel
4.12")

Signed-off-by: Koen Vandeputte &lt;koen.vandeputte@ncentric.com&gt;
</content>
</entry>
<entry>
<title>config: support new symbol intro'd in kernel 4.12</title>
<updated>2018-01-13T15:27:45Z</updated>
<author>
<name>Koen Vandeputte</name>
</author>
<published>2018-01-11T11:55:02Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/kaloz/commit/?id=fce35bce0f6e14b278f8e20ba46d53b3696b9a31'/>
<id>urn:sha1:fce35bce0f6e14b278f8e20ba46d53b3696b9a31</id>
<content type='text'>
Symbol CONFIG_INITRAMFS_FORCE allows to ignore the value passed by the
bootloader.

By default, all symbols containing INITRAMFS are wiped from the final
config and then re-added conditionally.

Add support for this symbol, as the build will stop otherwise
questioning the user about this option:

* Restart config...
*
*
* General setup
*
Cross-compiler tool prefix (CROSS_COMPILE) []
Compile also drivers which will not load (COMPILE_TEST) [N/y/?] n

...

Initial RAM filesystem and RAM disk (initramfs/initrd) support
(BLK_DEV_INITRD) [Y/n/?] y
Initramfs source file(s) (INITRAMFS_SOURCE) []
Ignore the initramfs passed by the bootloader (INITRAMFS_FORCE)
[N/y/?] (NEW)

Signed-off-by: Koen Vandeputte &lt;koen.vandeputte@ncentric.com&gt;
</content>
</entry>
<entry>
<title>build: move definition of KBUILD_BUILD_TIMESTAMP to include/kernel.mk</title>
<updated>2017-06-17T13:09:57Z</updated>
<author>
<name>Alexander Couzens</name>
</author>
<published>2017-06-13T11:04:35Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/kaloz/commit/?id=e5fc15bf9a5868758e4efc8688b8bf58295fa5e7'/>
<id>urn:sha1:e5fc15bf9a5868758e4efc8688b8bf58295fa5e7</id>
<content type='text'>
Fixes: 0aed054bec (build: add KERNEL_MAKE and KERNEL_MAKE_FLAGS
variables and move to kernel.mk)

Signed-off-by: Alexander Couzens &lt;lynxis@fe80.eu&gt;
</content>
</entry>
<entry>
<title>build: add KERNEL_MAKE and KERNEL_MAKE_FLAGS variables and move to kernel.mk</title>
<updated>2017-06-07T16:31:10Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2017-03-16T08:53:30Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/kaloz/commit/?id=0aed054becb2143952bfb77cb64e23c83ce79dfd'/>
<id>urn:sha1:0aed054becb2143952bfb77cb64e23c83ce79dfd</id>
<content type='text'>
This allows packages to use kernel make options without the forced
-C $(LINUX_DIR). It also makes it more clear that it to be called from
kernel module packages directly.

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>include: Do not alter KERNELRELEASE for external/git kernels</title>
<updated>2017-05-25T07:22:43Z</updated>
<author>
<name>Florian Fainelli</name>
</author>
<published>2017-05-11T21:33:42Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/kaloz/commit/?id=b6746a6ffb738d541b64eb4107e688d36ff86417'/>
<id>urn:sha1:b6746a6ffb738d541b64eb4107e688d36ff86417</id>
<content type='text'>
In case we use external and/or git cloned kernels, let the kernel
determine the appropriate KERNELRELEASE. We cannot used
LINUX_UNAME_VERSION because that one gets determined at a later time,
when the kernel is already built proper.

Signed-off-by: Florian Fainelli &lt;f.fainelli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Revert "kernel: prevent addition of scm marker to localversion"</title>
<updated>2017-05-25T07:22:43Z</updated>
<author>
<name>Florian Fainelli</name>
</author>
<published>2017-05-11T21:33:41Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/kaloz/commit/?id=d0a6340717b1103354ba9ca3552b321a909874b4'/>
<id>urn:sha1:d0a6340717b1103354ba9ca3552b321a909874b4</id>
<content type='text'>
This reverts commit 0df2c6563a3537ed21b28a9fb6874bf2718afd05 since it
gets in the way of identifying properly which kernel we are running.
This is particularly important if LEDE is using external kernels/git
cloned kernels. We want to make sure we only load modules from that
specific kernel.

Signed-off-by: Florian Fainelli &lt;f.fainelli@gmail.com&gt;
</content>
</entry>
<entry>
<title>kernel: move initramfs's init script out of base-files</title>
<updated>2017-04-04T12:06:40Z</updated>
<author>
<name>Rafał Miłecki</name>
</author>
<published>2017-03-27T09:03:01Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/kaloz/commit/?id=f6433eede79db4f6276b68e815bb17a9364292c7'/>
<id>urn:sha1:f6433eede79db4f6276b68e815bb17a9364292c7</id>
<content type='text'>
Keeping it in base-files was resulting in adding it to the base-files
package. This file is meant to be included manually for initramfs
images only.

Signed-off-by: Rafał Miłecki &lt;rafal@milecki.pl&gt;
</content>
</entry>
<entry>
<title>kernel: do not try to copy vmlinux out of arch/$(ARCH)/boot</title>
<updated>2017-03-22T10:43:22Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2017-03-17T19:37:52Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/kaloz/commit/?id=370d740647707f9caec915b5c1f5cb1a278b1d3b'/>
<id>urn:sha1:370d740647707f9caec915b5c1f5cb1a278b1d3b</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>kernel: speed up build system by getting rid of redundant work</title>
<updated>2017-03-16T18:14:09Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2017-03-16T08:33:18Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/kaloz/commit/?id=1f12a3daaaa8f3525741bef2bc2be7c5c6c77b50'/>
<id>urn:sha1:1f12a3daaaa8f3525741bef2bc2be7c5c6c77b50</id>
<content type='text'>
KERNELRELEASE contains a $(shell) call which is evaluated over and over
again.
The call to checksyscalls.sh is unnecessary for LEDE and also takes a
few seconds to complete.

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>build: use mkhash to replace various quirky md5sum/openssl calls</title>
<updated>2017-01-05T10:09:12Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-12-25T15:40:05Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/kaloz/commit/?id=84bd74057f0d2543ddbc7de2351b0a310df329c6'/>
<id>urn:sha1:84bd74057f0d2543ddbc7de2351b0a310df329c6</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
</feed>
