<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/package/kernel/Makefile, branch mtk-20170518</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>packages: clean up the package folder</title>
<updated>2013-06-21T16:54:37+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2013-06-21T16:54:37+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=4ebf19b48fafc8d94e14e4ba779969613b241a6a'/>
<id>4ebf19b48fafc8d94e14e4ba779969613b241a6a</id>
<content type='text'>
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 37007
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 37007
</pre>
</div>
</content>
</entry>
<entry>
<title>licensing: Add licensing metadata to many packages Two new variables are introduces to many packages, namely PKG_LICENSE and PKG_LICENSE_FILES - there may be more than one license applied to packages, and these are listed in the PKG_LICENSE variable and separated by spaces. All relevant license files are also added to the PKG_LICENSE_FILES variable, also space separated.</title>
<updated>2012-10-19T15:34:28+00:00</updated>
<author>
<name>Hamish Guthrie</name>
<email>hcg@openwrt.org</email>
</author>
<published>2012-10-19T15:34:28+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=81a3d9ba3104aab63e6b5b9725060f3267b8e4fe'/>
<id>81a3d9ba3104aab63e6b5b9725060f3267b8e4fe</id>
<content type='text'>
The licensing metadata is put into the bin/&lt;platform&gt;/packages/Packages file
for later parsing. A script for that is on it's way!

SVN-Revision: 33861
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The licensing metadata is put into the bin/&lt;platform&gt;/packages/Packages file
for later parsing. A script for that is on it's way!

SVN-Revision: 33861
</pre>
</div>
</content>
</entry>
<entry>
<title>scanning kernel packages for targets</title>
<updated>2012-04-23T09:37:50+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2012-04-23T09:37:50+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=4a7d620950e2f572abf04ced418371e4da07b3f4'/>
<id>4a7d620950e2f572abf04ced418371e4da07b3f4</id>
<content type='text'>
Any modifications in target/linux/*/modules.mk would not come into effect for
subsequent "make menuconfig" unless we delete ./tmp.

Signed-off-by: kalyan &lt;kalyanatejaswi@gmail.com&gt;

SVN-Revision: 31442
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Any modifications in target/linux/*/modules.mk would not come into effect for
subsequent "make menuconfig" unless we delete ./tmp.

Signed-off-by: kalyan &lt;kalyanatejaswi@gmail.com&gt;

SVN-Revision: 31442
</pre>
</div>
</content>
</entry>
<entry>
<title>include: calculate md5sum over sorted kernel config symbol list and incorperate it into the kernel metapackage version, make kmods depend on this specific version. The aim of this change is to invalidate kmods which are built against a different kernel config on the opkg metadata level. Manual copying and insmod of custom *.ko files, e.g. for development purpose, is still possible.</title>
<updated>2012-01-08T15:23:11+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2012-01-08T15:23:11+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=97af76a92047a9034cd394e08c715949eea68837'/>
<id>97af76a92047a9034cd394e08c715949eea68837</id>
<content type='text'>
SVN-Revision: 29686
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 29686
</pre>
</div>
</content>
</entry>
<entry>
<title>package/kernel: Fix AddDepends/SetDepends calls with make 3.82</title>
<updated>2011-08-14T23:36:42+00:00</updated>
<author>
<name>Jonas Gorski</name>
<email>jogo@openwrt.org</email>
</author>
<published>2011-08-14T23:36:42+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=44b272fd58b2460d16142f15307db198141edcba'/>
<id>44b272fd58b2460d16142f15307db198141edcba</id>
<content type='text'>
The module definitions depend on 001-depends.mk being the first included,
but make 3.82 does not sort the results of wildcards anymore, so do an
explicit sort of the includes.

Found by Philip Prindeville, thanks!

SVN-Revision: 27982
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The module definitions depend on 001-depends.mk being the first included,
but make 3.82 does not sort the results of wildcards anymore, so do an
explicit sort of the includes.

Found by Philip Prindeville, thanks!

SVN-Revision: 27982
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel: flag as "hold", this is inherited by all kmods as well and will prevent opkg on the target from upgrading them</title>
<updated>2010-10-02T03:22:56+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2010-10-02T03:22:56+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=a2328ecf961363bf3e8b80fb2ad118387909b122'/>
<id>a2328ecf961363bf3e8b80fb2ad118387909b122</id>
<content type='text'>
SVN-Revision: 23173
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 23173
</pre>
</div>
</content>
</entry>
<entry>
<title>package/kernel: load target specific modules .mk files after generic ones</title>
<updated>2010-04-24T11:41:35+00:00</updated>
<author>
<name>Nicolas Thill</name>
<email>nico@openwrt.org</email>
</author>
<published>2010-04-24T11:41:35+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=2bd16b6e185019bf10a03847711aadbad4e7be25'/>
<id>2bd16b6e185019bf10a03847711aadbad4e7be25</id>
<content type='text'>
SVN-Revision: 21123
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 21123
</pre>
</div>
</content>
</entry>
<entry>
<title>cleanup Makefiles (#7212)</title>
<updated>2010-04-23T11:27:29+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2010-04-23T11:27:29+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=b1e7cd577b242e177a7a9f4adcd76aad8efd1e90'/>
<id>b1e7cd577b242e177a7a9f4adcd76aad8efd1e90</id>
<content type='text'>
SVN-Revision: 21107
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 21107
</pre>
</div>
</content>
</entry>
<entry>
<title>now that $(BOARD) is part of the opkg ARCH, there's no reason to keep the board name around in kmod-* package versions anymore</title>
<updated>2009-09-06T17:26:37+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2009-09-06T17:26:37+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=3b61c2c2b161f082bc2ff06a6666f1d32bed667f'/>
<id>3b61c2c2b161f082bc2ff06a6666f1d32bed667f</id>
<content type='text'>
SVN-Revision: 17528
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 17528
</pre>
</div>
</content>
</entry>
<entry>
<title>get rid of $Id$ - it has never helped us and it has broken too many patches ;)</title>
<updated>2009-04-17T14:09:46+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2009-04-17T14:09:46+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=34939cad39f516fceca45a9da7771901a1c9342b'/>
<id>34939cad39f516fceca45a9da7771901a1c9342b</id>
<content type='text'>
SVN-Revision: 15242
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 15242
</pre>
</div>
</content>
</entry>
</feed>
