<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/kaloz/config/Config-images.in, branch master</title>
<subtitle>Staging tree of Imre Kaloz</subtitle>
<id>https://git.openwrt.org/openwrt/staging/kaloz/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/kaloz/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/kaloz/'/>
<updated>2018-01-13T15:27:45Z</updated>
<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.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>mpc85xx: Enable initramfs for p1020 subtarget</title>
<updated>2017-10-13T23:19:35Z</updated>
<author>
<name>Chris Blake</name>
</author>
<published>2017-09-30T16:13:35Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/kaloz/commit/?id=a92f73e922e259fca4b357f402dd0bffe79f0bab'/>
<id>urn:sha1:a92f73e922e259fca4b357f402dd0bffe79f0bab</id>
<content type='text'>
The following patch enables building of initramfs images by default for
the P1020 subtarget in mpc85xx.

Signed-off-by: Chris Blake &lt;chrisrblake93@gmail.com&gt;
</content>
</entry>
<entry>
<title>build: enable gzipping of images on x86 even if ext4 is disabled</title>
<updated>2017-07-06T09:30:33Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2017-03-27T13:18:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/kaloz/commit/?id=7887a46f4533e4ba6de0f24ea9a9fc838d0ea7aa'/>
<id>urn:sha1:7887a46f4533e4ba6de0f24ea9a9fc838d0ea7aa</id>
<content type='text'>
There is lots of padding between the boot partition and the rootfs, so
gzipping is helpful here

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>build: allow specifying flow-control to grub on serial console</title>
<updated>2017-04-03T06:51:02Z</updated>
<author>
<name>Philip Prindeville</name>
</author>
<published>2017-02-07T03:33:36Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/kaloz/commit/?id=7fe5963be023fd59a11652ecfb065d3405a91c48'/>
<id>urn:sha1:7fe5963be023fd59a11652ecfb065d3405a91c48</id>
<content type='text'>
On the more sophisticated (i.e. deeper FIFO) serial controllers,
flow-control might be needed to avoid dropping output.

Signed-off-by: Philip Prindeville &lt;philipp@redfish-solutions.com&gt;
</content>
</entry>
<entry>
<title>x86: Set default baud rate on Geode images to 115200</title>
<updated>2017-02-17T09:30:38Z</updated>
<author>
<name>David Woodhouse</name>
</author>
<published>2017-02-15T17:27:45Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/kaloz/commit/?id=ab20c638b6c6a204482a721eead6f3f1b33288c5'/>
<id>urn:sha1:ab20c638b6c6a204482a721eead6f3f1b33288c5</id>
<content type='text'>
Prior to commit 1496b95a0 ("x86: clean up default grub baudrate
settings") we had three different baud rates for the Geode targets:
19200 for net5501, 38400 for alix2, and 115200 for Geos.

It doesn't seem that there's a very good reason for varying from our
default 115200 baud, so let's make the Geode target do that instead.

Signed-off-by: David Woodhouse &lt;dwmw2@infradead.org&gt;
</content>
</entry>
<entry>
<title>x86: revert default root size back to 256 MB</title>
<updated>2016-12-15T10:46:01Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-12-15T10:43:34Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/kaloz/commit/?id=4cc1f1ac1cb7fe5216792f346a85c2c119b33a04'/>
<id>urn:sha1:4cc1f1ac1cb7fe5216792f346a85c2c119b33a04</id>
<content type='text'>
2 GB is overkill and was only added to allow unlimited ext4 resizing,
which is a pretty rare use case. 256 MB allows resizing up to 256 GB,
which should be good enough for almost all users.

A lot of this is mostly irrelevant anyway, since you can just use
squashfs + ext4 overlay.

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>uml: clean up the kernel config and add squashfs+ext4/f2fs support</title>
<updated>2016-11-24T11:53:18Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-11-22T16:53:36Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/kaloz/commit/?id=426e4d93bb2a36022f505d7dddeb7571dcd0b524'/>
<id>urn:sha1:426e4d93bb2a36022f505d7dddeb7571dcd0b524</id>
<content type='text'>
Replaces plain ext4 images

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>x86: bump default kernel partition size to 16M</title>
<updated>2016-11-09T11:17:52Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-11-09T11:17:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/kaloz/commit/?id=12a6e3cd0546764f972df636ac86ae4bdf4f6978'/>
<id>urn:sha1:12a6e3cd0546764f972df636ac86ae4bdf4f6978</id>
<content type='text'>
This leaves more room for sysupgrade config data or for having multiple
kernel images to choose from

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>config: ext4: increase x86 rootfs size to 2GB to support online resize2fs</title>
<updated>2016-10-27T17:24:38Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2016-10-15T23:59:44Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/kaloz/commit/?id=dc6cc040169a3f29d0126c24d65d5e7b6c479ab8'/>
<id>urn:sha1:dc6cc040169a3f29d0126c24d65d5e7b6c479ab8</id>
<content type='text'>
The current default rootfs size of 256MB in conjunction with 4K blocks
produces an ext4 filesystem which lacks the appropriate amount of backup GDT
entries to support online-resizing.

For x86 targets, increase the default rootfs size to 2048MB which allows
online resizing the filesystem to up to 2TB which is the current theoretical
maximum for LEDE, due to missing GPT support on the root block device.

Note that the filesystem artefact will not occupy 2GB on the build system as
the make_ext4fs utility uses sparse files to generate the filesystem images,
so the actual disk usage is much lower. Furthermore the filesystem images
are gzip compressed, shrinking them to only a few megabytes on the download
server.

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
Acked-by: Michael Heimpold &lt;mhei@heimpold.de&gt;
</content>
</entry>
<entry>
<title>config: ext4: drop option to set maximum number of inodes</title>
<updated>2016-10-27T17:24:38Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2016-10-15T23:59:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/kaloz/commit/?id=d1ae4c4958e6394a0f00be334bc045bce9f0614d'/>
<id>urn:sha1:d1ae4c4958e6394a0f00be334bc045bce9f0614d</id>
<content type='text'>
There is very little practical use to limit the number of available inodes on
an ext4 filesystem and the make_ext4fs utility is able to calculate useful
defaults by itself.

Drop the option to make resulting ext4 filesystems more flexible by default.

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
Acked-by: Michael Heimpold &lt;mhei@heimpold.de&gt;
</content>
</entry>
</feed>
