diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-08-22 08:45:37 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-08-22 08:45:37 +0000 |
commit | 71447f62c6b08e13bb2c4ac4429268fc67ab6fa1 (patch) | |
tree | 303e393cc74b43b2ced8da3aeaa791b6ccc947e5 /packages/linux/linux-openzaurus.inc | |
parent | 9c9201d4e014375ef0a075d5974b41468b845f3f (diff) |
linux-openzaurus: added dummy do_rm_work to not remove WORKDIR because wlan-ng stuff needs it
Diffstat (limited to 'packages/linux/linux-openzaurus.inc')
-rw-r--r-- | packages/linux/linux-openzaurus.inc | 4 |
1 files changed, 4 insertions, 0 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() { +} |