<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/target/linux/amcc/Makefile, branch master</title>
<subtitle>MTK 20170518 : Mediatek SDK based on OpenWRT Barrier Breaker</subtitle>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/'/>
<entry>
<title>* Rename the AMCC target to PPC44x * Upgrade PPC44x to 2.6.23</title>
<updated>2008-01-27T23:11:21+00:00</updated>
<author>
<name>Imre Kaloz</name>
<email>kaloz@openwrt.org</email>
</author>
<published>2008-01-27T23:11:21+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=f66f06c1894b7becb24cad683f10201e04d60724'/>
<id>f66f06c1894b7becb24cad683f10201e04d60724</id>
<content type='text'>
SVN-Revision: 10290
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 10290
</pre>
</div>
</content>
</entry>
<entry>
<title>upgrade the AMCC target to 2.6.23</title>
<updated>2008-01-27T22:20:54+00:00</updated>
<author>
<name>Imre Kaloz</name>
<email>kaloz@openwrt.org</email>
</author>
<published>2008-01-27T22:20:54+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=759ccc4b8b3fd9ec9ad34423e5ee53131de77c55'/>
<id>759ccc4b8b3fd9ec9ad34423e5ee53131de77c55</id>
<content type='text'>
SVN-Revision: 10289
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 10289
</pre>
</div>
</content>
</entry>
<entry>
<title>don't replace powerpc arch with ppc</title>
<updated>2007-10-23T06:23:12+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2007-10-23T06:23:12+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=d8e032edef2fb9d1f7aa3b1f96a444f0a1db9696'/>
<id>d8e032edef2fb9d1f7aa3b1f96a444f0a1db9696</id>
<content type='text'>
'powerpc' is a valid arch for the LINUX_KARCH variable, but the build
system unconditionally replaces LIUNUX_KARCH=powerpc with
LINUX_KARCH=ppc.

This change only does the replacement if LINUX_KARCH isn't set. This
allows us to use the powerpc architecture.

Signed-off-by: Jeremy Kerr &lt;jk@ozlabs.org&gt;

SVN-Revision: 9405
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'powerpc' is a valid arch for the LINUX_KARCH variable, but the build
system unconditionally replaces LIUNUX_KARCH=powerpc with
LINUX_KARCH=ppc.

This change only does the replacement if LINUX_KARCH isn't set. This
allows us to use the powerpc architecture.

Signed-off-by: Jeremy Kerr &lt;jk@ozlabs.org&gt;

SVN-Revision: 9405
</pre>
</div>
</content>
</entry>
<entry>
<title>adapt profiles for subtarget changes</title>
<updated>2007-09-08T20:04:43+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2007-09-08T20:04:43+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=87a88cebc798989ef7d36cc590d4a3cdd42134f0'/>
<id>87a88cebc798989ef7d36cc590d4a3cdd42134f0</id>
<content type='text'>
SVN-Revision: 8695
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 8695
</pre>
</div>
</content>
</entry>
<entry>
<title>major target cleanup. it is now possible to have subtargets that can override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets</title>
<updated>2007-09-08T19:55:42+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2007-09-08T19:55:42+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=a9d683ca912b2c4837b2e65909c09ca01babe3df'/>
<id>a9d683ca912b2c4837b2e65909c09ca01babe3df</id>
<content type='text'>
SVN-Revision: 8694
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 8694
</pre>
</div>
</content>
</entry>
<entry>
<title>strip the kernel version suffix from target directories, except for brcm-2.4 (the -2.4 will be included in the board name here). CONFIG_LINUX_&lt;ver&gt;_&lt;board&gt; becomes CONFIG_TARGET_&lt;board&gt;, same for profiles.</title>
<updated>2007-09-06T16:27:37+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2007-09-06T16:27:37+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=56231056ea784f1cec6450f649b1adaed1f56366'/>
<id>56231056ea784f1cec6450f649b1adaed1f56366</id>
<content type='text'>
SVN-Revision: 8653
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 8653
</pre>
</div>
</content>
</entry>
</feed>
