summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2006-08-22 08:45:37 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2006-08-22 08:45:37 +0000
commit71447f62c6b08e13bb2c4ac4429268fc67ab6fa1 (patch)
tree303e393cc74b43b2ced8da3aeaa791b6ccc947e5
parent9c9201d4e014375ef0a075d5974b41468b845f3f (diff)
linux-openzaurus: added dummy do_rm_work to not remove WORKDIR because wlan-ng stuff needs it
-rw-r--r--packages/linux/linux-openzaurus.inc4
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() {
+}