<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/chunkeey/include/target.mk, branch v18.06.3</title>
<subtitle>Staging tree of Christian Lamparter</subtitle>
<id>https://git.openwrt.org/openwrt/staging/chunkeey/atom?h=v18.06.3</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/chunkeey/atom?h=v18.06.3'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/'/>
<updated>2018-08-08T07:56:49Z</updated>
<entry>
<title>kernel: remove linux 4.4 support</title>
<updated>2018-08-08T07:56:49Z</updated>
<author>
<name>Koen Vandeputte</name>
</author>
<published>2018-08-08T07:56:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=4017c528ca9e0fda8eec87ec0cbc93fabfa53530'/>
<id>urn:sha1:4017c528ca9e0fda8eec87ec0cbc93fabfa53530</id>
<content type='text'>
No targets are using it anymore

Signed-off-by: Koen Vandeputte &lt;koen.vandeputte@ncentric.com&gt;
</content>
</entry>
<entry>
<title>kernel: remove linux 3.18 support</title>
<updated>2018-08-08T07:54:51Z</updated>
<author>
<name>Koen Vandeputte</name>
</author>
<published>2018-08-08T07:54:51Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=e3ab280e47000aee3dc0ea916bcb656490e9839d'/>
<id>urn:sha1:e3ab280e47000aee3dc0ea916bcb656490e9839d</id>
<content type='text'>
No targets are using it anymore

Signed-off-by: Koen Vandeputte &lt;koen.vandeputte@ncentric.com&gt;
</content>
</entry>
<entry>
<title>build: do not alter global default package selection from profiles</title>
<updated>2018-07-21T18:53:43Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2018-07-21T18:47:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=b84a1c56f3a874c2c3d2b2d8282bc0ad0378d743'/>
<id>urn:sha1:b84a1c56f3a874c2c3d2b2d8282bc0ad0378d743</id>
<content type='text'>
This partly reverts ca32373c951c651f4fe5d8f99ddeb8d4f20bbe3e which lets
profiles that suppress packages to alter the package selection for all
devices of the target when building with CONFIG_TARGET_PER_DEVICE_ROOTFS.

In particular, this caused the brcm47xx Edimax PS-1208MFG profile to
disable mtd, dropbear, firewall and other essential packages for all
brcm47xx/generic builds.

To solve this problem, prevent profiles from mangling the global
DEFAULT_PACKAGES selection and restrict the supression of negated
packages to the local PACKAGE variable list only.

Fixes ca32373c95 ("target.mk: let profile remove from DEFAULT_PACKAGES")
Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;

(cherry picked from commit 69ea512c62619b8b650d4e03d071b36a526734ce)
</content>
</entry>
<entry>
<title>mvebu: add support for MACCHIATObin (cortex-a72)</title>
<updated>2018-03-31T14:13:19Z</updated>
<author>
<name>Damir Samardzic</name>
</author>
<published>2018-03-26T09:37:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=2534141322b0541daa627a516280638c12a262fe'/>
<id>urn:sha1:2534141322b0541daa627a516280638c12a262fe</id>
<content type='text'>
Add initial support for Marvell MACCHIATObin, cortex-a72 based Marvell
ARMADA 8040 Community board. Comes in two forms: Single Shot and Double
Shot.

Specifications:
- Quad core Cortex-A72 (up to 2GHz)
- DDR4 DIMM slot with optional ECC and single/dual chip select support
- Dual 10GbE (1/2.5/10GbE) via copper or SFP
  2.5GbE (1/2.5GbE) via SFP
  1GbE via copper
- SPI Flash
- 3 X SATA 3.0 connectors
- MicroSD connector
- eMMC
- PCI x4 3.0 slot
- USB 2.0 Headers (Internal)
- USB 3.0 connector
- Console port (UART) over microUSB connector
- 20-pin Connector for CPU JTAG debugger
- 2 X UART Headers
- 12V input via DC Jack
- ATX type power connector
- Form Factor: Mini-ITX (170 mm x 170 mm)

More details at http://macchiatobin.net

Booting from micro SD card:
 1. reset U-Boot environment:
      env default -a
      saveenv

 2. prepare U-Boot with boot script:
      setenv bootcmd "load mmc 1:1 0x4d00000 boot.scr; source 0x4d00000"
      saveenv

   or manually:
      setenv fdt_name armada-8040-mcbin.dtb
      setenv image_name Image
      setenv bootcmd 'mmc dev 1; ext4load mmc 1:1 $kernel_addr $image_name;ext4load mmc 1:1 $fdt_addr $fdt_name;setenv   bootargs $console root=/dev/mmcblk1p2 rw rootwait; booti $kernel_addr - $fdt_addr'
      saveenv

Signed-off-by: Damir Samardzic &lt;damir.samardzic@sartura.hr&gt;
</content>
</entry>
<entry>
<title>build: filter out kmod-ipt-offload from the default selection on targets that do not support it</title>
<updated>2018-03-30T07:34:25Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2018-03-29T14:12:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=fd588dbf6becc9be2fb34f132f132b3e9a985bfb'/>
<id>urn:sha1:fd588dbf6becc9be2fb34f132f132b3e9a985bfb</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>build: include kmod-ipt-offload in default images</title>
<updated>2018-03-27T06:26:41Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2018-03-27T06:24:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=905a3f249a261aa7fc162dd5ea184bd701044469'/>
<id>urn:sha1:905a3f249a261aa7fc162dd5ea184bd701044469</id>
<content type='text'>
Netfilter flow offload has now started to become useful and suitable for
a wider testing audience. Configuring it via UCI is also integrated in
firewall3 by adding 'option flow_offloading 1' to the 'defaults'
section in /etc/config/firewall

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>target.mk: let profile remove from DEFAULT_PACKAGES</title>
<updated>2018-02-13T12:02:03Z</updated>
<author>
<name>Philip Prindeville</name>
</author>
<published>2018-01-16T22:46:44Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=ca32373c951c651f4fe5d8f99ddeb8d4f20bbe3e'/>
<id>urn:sha1:ca32373c951c651f4fe5d8f99ddeb8d4f20bbe3e</id>
<content type='text'>
In a profile, specifying -pkg in the list of PACKAGES will suppress
it even if it appears in the target's DEFAULT_PACKAGES list.

Signed-off-by: Philip Prindeville &lt;philipp@redfish-solutions.com&gt;
</content>
</entry>
<entry>
<title>target: Remove nomips16 option.</title>
<updated>2018-02-13T09:01:53Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2018-02-02T22:06:14Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=bef3f85742134f08856f9de175b85da9b2715bfb'/>
<id>urn:sha1:bef3f85742134f08856f9de175b85da9b2715bfb</id>
<content type='text'>
There is no target with a CPU subtype of nomips16.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>target: replace odhcpd by odhcpd-ipv6only</title>
<updated>2017-11-29T21:34:58Z</updated>
<author>
<name>Hans Dedecker</name>
</author>
<published>2017-11-29T21:26:34Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=c7b052db739e50f8a40f95ac17a21363b1593e33'/>
<id>urn:sha1:c7b052db739e50f8a40f95ac17a21363b1593e33</id>
<content type='text'>
Replace in router DEFAULT_PACKAGES odhcpd by odhcpd-ipv6only as
such there's no DHCPv4 server functionality overlap with dnsmasq

Signed-off-by: Hans Dedecker &lt;dedeckeh@gmail.com&gt;
</content>
</entry>
<entry>
<title>target: add cpu flags for powerpc64</title>
<updated>2017-10-24T11:24:04Z</updated>
<author>
<name>Florian Larysch</name>
</author>
<published>2016-11-03T14:54:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=56ed89f0787b9c366e24e360c542bbeebe6e2423'/>
<id>urn:sha1:56ed89f0787b9c366e24e360c542bbeebe6e2423</id>
<content type='text'>
Signed-off-by: Florian Larysch &lt;fl@n621.de&gt;
</content>
</entry>
</feed>
