<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/dedeckeh/include/target.mk, branch master</title>
<subtitle>Staging tree of dedeckeh</subtitle>
<id>https://git-03.infra.openwrt.org/openwrt/staging/dedeckeh/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/openwrt/staging/dedeckeh/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/dedeckeh/'/>
<updated>2023-02-04T01:35:03Z</updated>
<entry>
<title>treewide: replace libustream-wolfssl with -mbedtls</title>
<updated>2023-02-04T01:35:03Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2023-01-25T21:02:12Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/dedeckeh/commit/?id=4bcc3fd3d222bfe545beb3906da9de860fcb83bd'/>
<id>urn:sha1:4bcc3fd3d222bfe545beb3906da9de860fcb83bd</id>
<content type='text'>
Previous commit does the same for wpad-basic. Also matches
DEFAULT_VARIANT in ustream-ssl Makefile.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>mpc85xx: add support for cpu type 8548</title>
<updated>2022-12-29T15:49:08Z</updated>
<author>
<name>Šimon Bořek</name>
</author>
<published>2022-06-15T15:31:39Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/dedeckeh/commit/?id=5292637feb42bf97fcc3eaa0c9312e804e256fca'/>
<id>urn:sha1:5292637feb42bf97fcc3eaa0c9312e804e256fca</id>
<content type='text'>
8540 cpu type corresponds to e500v1 core while
8548 cpu type corresponds to e500v2 core

See https://www.nxp.com/products/processors-and-microcontrollers/legacy-mpu-mcus/powerquicc-processors:POWERQUICC_HOME#powerquicc-iii-mpc85xx
and https://www.nxp.com/docs/en/application-note/AN2807.pdf .

Co-authored-by: Josef Schlehofer &lt;josef.schlehofer@nic.cz&gt;
Co-authored-by: Pali Rohár &lt;pali@kernel.org&gt;
Signed-off-by: Šimon Bořek &lt;simon.borek@nic.cz&gt;
</content>
</entry>
<entry>
<title>build: fix issues with targets installed via feeds</title>
<updated>2022-09-27T11:41:12Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2022-09-27T11:39:12Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/dedeckeh/commit/?id=3a8825ad6acbf18b2b472ace56be58868af78be7'/>
<id>urn:sha1:3a8825ad6acbf18b2b472ace56be58868af78be7</id>
<content type='text'>
- fix including modules.mk when a target is being replaced
- fix calling make targets from target/linux

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>build: target: improve UX of CONFIG_TARGET handling</title>
<updated>2022-04-15T05:11:18Z</updated>
<author>
<name>Petr Štetiar</name>
</author>
<published>2022-03-29T06:30:32Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/dedeckeh/commit/?id=68e672f32df3d6b8a75534df5962ac99b693601b'/>
<id>urn:sha1:68e672f32df3d6b8a75534df5962ac99b693601b</id>
<content type='text'>
Make it clear, that for `make kernel_{menu,old}config` it's possible to
use only following values for CONFIG_TARGET variable:

 * env
 * target
 * subtarget
 * subtarget_target

This should prevent misuse like `make kernel_menuconfig
CONFIG_TARGET=bcm2710` etc.

Keep support for obsolete `platform` and `subtarget_platform` targets
with deprecation notice so this compat stuff could be removed in the
future.

Signed-off-by: Petr Štetiar &lt;ynezz@true.cz&gt;
Acked-by: Piotr Dymacz &lt;pepe2k@gmail.com&gt;
</content>
</entry>
<entry>
<title>build: switch to firewall4 by default</title>
<updated>2022-01-19T08:20:22Z</updated>
<author>
<name>Paul Spooren</name>
</author>
<published>2021-10-06T02:08:25Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/dedeckeh/commit/?id=08d9f6e3020b4a149b2007b6ed7d684c49af9bbf'/>
<id>urn:sha1:08d9f6e3020b4a149b2007b6ed7d684c49af9bbf</id>
<content type='text'>
This commit replaces firewall aka firewall3 with its nftables based
successor firewall4.

Signed-off-by: Paul Spooren &lt;mail@aparcar.org&gt;
</content>
</entry>
<entry>
<title>build: add e5500 CPU_TYPE</title>
<updated>2021-12-21T19:34:23Z</updated>
<author>
<name>Stijn Tintel</name>
</author>
<published>2020-09-22T10:37:56Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/dedeckeh/commit/?id=527d81325b838d06c1c11cbbecd0c978fdabb250'/>
<id>urn:sha1:527d81325b838d06c1c11cbbecd0c978fdabb250</id>
<content type='text'>
This CPU type is compatible with NXP's PPC based QorIQ processors, and
will be used by the upcoming new qoriq target.

Signed-off-by: Stijn Tintel &lt;stijn@linux-ipv6.be&gt;
Reviewed-by: Rui Salvaterra &lt;rsalvaterra@gmail.com&gt;
</content>
</entry>
<entry>
<title>buildsystem: add CONFIG_SECCOMP</title>
<updated>2021-10-16T01:00:47Z</updated>
<author>
<name>Florian Eckert</name>
</author>
<published>2021-10-15T07:19:12Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/dedeckeh/commit/?id=b118efa0d25f5b60226a9d316eb838dd6be22f78'/>
<id>urn:sha1:b118efa0d25f5b60226a9d316eb838dd6be22f78</id>
<content type='text'>
Until now, this feature was switched on via the kernel configuration
option KERNEL_SECCOMP.

The follwing change a7f794cd2aa104fdbd4c6e38f9b76373bf9b96e1 now requires that
the package procd-seccomp must also enabled for buildinmg.

However, this is not the case we have no dependency and the imagebuilder
cannot build the image, because of the implicit package selection.

This change adds a new configuration option CONFIG_SECCOMP.
The new option  has the same behaviour as the configuration
option CONFIG_SELINUX.

If the CONFIG_SECCOMP is selected then the package procd-seccomp and
KERNEL_SECCOMP is enabled for this build.

Signed-off-by: Florian Eckert &lt;fe@dev.tdt.de&gt;
Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>build: select procd-seccomp if kernel support is present</title>
<updated>2021-10-08T09:22:18Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2020-11-06T02:10:28Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/dedeckeh/commit/?id=a7f794cd2aa104fdbd4c6e38f9b76373bf9b96e1'/>
<id>urn:sha1:a7f794cd2aa104fdbd4c6e38f9b76373bf9b96e1</id>
<content type='text'>
Install ld-preload hooks allowing to add seccomp filters for arbitrary
services if kernel support for seccomp is present.

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>build: select procd-ujail if !SMALL_FLASH</title>
<updated>2021-10-08T09:22:05Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2020-10-21T14:04:17Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/dedeckeh/commit/?id=44f694ba1bca1417d24e851c637c284f9f78c06d'/>
<id>urn:sha1:44f694ba1bca1417d24e851c637c284f9f78c06d</id>
<content type='text'>
Add procd-ujail to DEFAULT_PACKAGES if not building for
space-constraint (FEATURES:=small_flash) targets.

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>build: use SPDX license tags</title>
<updated>2021-02-05T13:54:47Z</updated>
<author>
<name>Paul Spooren</name>
</author>
<published>2020-09-22T02:48:37Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/dedeckeh/commit/?id=a17b8eaa2e4b319b7069170398fe965786a813e9'/>
<id>urn:sha1:a17b8eaa2e4b319b7069170398fe965786a813e9</id>
<content type='text'>
The license folder is a core part of OpenWrt and all GPL-2.0 licensed.
Use SPDX license tags to allow machines to check licenses.

Signed-off-by: Paul Spooren &lt;mail@aparcar.org&gt;
[rebase, keep some Copyright lines, sharpen commit message]
Signed-off-by: Adrian Schmutzler &lt;freifunk@adrianschmutzler.de&gt;
</content>
</entry>
</feed>
