<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rtl819xx/package/kernel/Makefile, branch mini3g</title>
<subtitle>Realtek rtl819xx port to OpenWrt</subtitle>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/'/>
<entry>
<title>licensing: Add licensing metadata to many packages</title>
<updated>2012-10-19T15:34:28+00:00</updated>
<author>
<name>hcg</name>
<email>hcg@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2012-10-19T15:34:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=58313fff71b3508e03dc3005d07fc7115fb63621'/>
<id>58313fff71b3508e03dc3005d07fc7115fb63621</id>
<content type='text'>
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.

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!


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33861 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.

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!


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33861 3c298f89-4303-0410-b956-a3cf2f4a3e73
</pre>
</div>
</content>
</entry>
<entry>
<title>[kernel] scanning kernel packages for targets</title>
<updated>2012-04-23T09:37:50+00:00</updated>
<author>
<name>blogic</name>
<email>blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2012-04-23T09:37:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=9774688eeefce8c9da0c68b3fc03c0937855d105'/>
<id>9774688eeefce8c9da0c68b3fc03c0937855d105</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;

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31442 3c298f89-4303-0410-b956-a3cf2f4a3e73
</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;

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31442 3c298f89-4303-0410-b956-a3cf2f4a3e73
</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.</title>
<updated>2012-01-08T15:23:11+00:00</updated>
<author>
<name>jow</name>
<email>jow@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2012-01-08T15:23:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=6483a9f7391ac1844e702c8c00fc2e8a85a1caf1'/>
<id>6483a9f7391ac1844e702c8c00fc2e8a85a1caf1</id>
<content type='text'>
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.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29686 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29686 3c298f89-4303-0410-b956-a3cf2f4a3e73
</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>jogo</name>
<email>jogo@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2011-08-14T23:36:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=62c7a6e405030e417e14d1b381a9ecd4939f53d9'/>
<id>62c7a6e405030e417e14d1b381a9ecd4939f53d9</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!

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27982 3c298f89-4303-0410-b956-a3cf2f4a3e73
</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!

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27982 3c298f89-4303-0410-b956-a3cf2f4a3e73
</pre>
</div>
</content>
</entry>
<entry>
<title>[package] 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>jow</name>
<email>jow@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2010-10-02T03:22:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=6ee9bd563bfa2f5797a034d49071f6c85c18001f'/>
<id>6ee9bd563bfa2f5797a034d49071f6c85c18001f</id>
<content type='text'>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23173 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23173 3c298f89-4303-0410-b956-a3cf2f4a3e73
</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>nico</name>
<email>nico@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2010-04-24T11:41:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=17cceb44eab6bbefd9f0d214ca197070412c986a'/>
<id>17cceb44eab6bbefd9f0d214ca197070412c986a</id>
<content type='text'>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21123 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21123 3c298f89-4303-0410-b956-a3cf2f4a3e73
</pre>
</div>
</content>
</entry>
<entry>
<title>[package] cleanup Makefiles (#7212)</title>
<updated>2010-04-23T11:27:29+00:00</updated>
<author>
<name>jow</name>
<email>jow@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2010-04-23T11:27:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=2479c0db54c659529ac1475f3f30cf27149d90c3'/>
<id>2479c0db54c659529ac1475f3f30cf27149d90c3</id>
<content type='text'>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21107 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21107 3c298f89-4303-0410-b956-a3cf2f4a3e73
</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>nbd</name>
<email>nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2009-09-06T17:26:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=db11e2abd1a7776d82e94fc33fd26dafdc7a6737'/>
<id>db11e2abd1a7776d82e94fc33fd26dafdc7a6737</id>
<content type='text'>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17528 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17528 3c298f89-4303-0410-b956-a3cf2f4a3e73
</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>nbd</name>
<email>nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2009-04-17T14:09:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=796a9d1091884a07817e5c140d0ff6a0b8c76235'/>
<id>796a9d1091884a07817e5c140d0ff6a0b8c76235</id>
<content type='text'>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15242 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15242 3c298f89-4303-0410-b956-a3cf2f4a3e73
</pre>
</div>
</content>
</entry>
<entry>
<title>don't fail if there are no modules.mk under ./target/linux/</title>
<updated>2008-09-23T20:45:40+00:00</updated>
<author>
<name>nico</name>
<email>nico@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2008-09-23T20:45:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=a3ec96c3416d24430bea57e0a112c6e2536ec89d'/>
<id>a3ec96c3416d24430bea57e0a112c6e2536ec89d</id>
<content type='text'>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12675 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12675 3c298f89-4303-0410-b956-a3cf2f4a3e73
</pre>
</div>
</content>
</entry>
</feed>
