diff options
| author | Koen Kooi <koen@openembedded.org> | 2006-08-22 09:32:55 +0000 |
|---|---|---|
| committer | Koen Kooi <koen@openembedded.org> | 2006-08-22 09:32:55 +0000 |
| commit | ef21addc927288c9613feb6d988bc667b0a017c7 (patch) | |
| tree | 4b53fe5ee5146fa9d49c64afebb7a8b83be4d04b /packages/linux | |
| parent | 1ddd28e44a093f410201d8c6bbe91a85aaa4470a (diff) | |
| parent | e2a4d85b3891006d979774eee012a44c14e1e55e (diff) | |
merge of '447bcfa88f0dd373b4eabc33996f6b72e757747a'
and 'df80e8275fc1660e621907c57ed67954a90e7cb9'
Diffstat (limited to 'packages/linux')
| -rw-r--r-- | packages/linux/linux-openzaurus.inc | 4 | ||||
| -rw-r--r-- | packages/linux/linux-openzaurus_2.6.17.bb | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/packages/linux/linux-openzaurus.inc b/packages/linux/linux-openzaurus.inc index 0bb2e3a645..bba29ac1d6 100644 --- a/packages/linux/linux-openzaurus.inc +++ b/packages/linux/linux-openzaurus.inc @@ -198,3 +198,7 @@ do_deploy() { do_deploy[dirs] = "${S}" addtask deploy before do_package after do_install + +# wlan-ng stuff need compiled kernel sources +do_rm_work() { +} diff --git a/packages/linux/linux-openzaurus_2.6.17.bb b/packages/linux/linux-openzaurus_2.6.17.bb index bd30de0562..950f9fd787 100644 --- a/packages/linux/linux-openzaurus_2.6.17.bb +++ b/packages/linux/linux-openzaurus_2.6.17.bb @@ -1,6 +1,6 @@ require linux-openzaurus.inc -PR = "r15" +PR = "r16" # Handy URLs # git://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git \ |
