diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2009-04-07 00:22:54 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2009-04-07 00:22:54 +0200 |
commit | 55dc76064537bdd27a8b6a538d0a0f49ea2dfc8c (patch) | |
tree | 815c06493e34a7e527bfd0ed1ee6d9506bbad349 /recipes/linux | |
parent | 747d8eec1f2b19751172f958dc518b7c865494f1 (diff) |
linux-rp.inc: respect do_rm_work task
- wlan-ng headers were needed before 2.6.28
- tosa was needing these but now uses 2.6.29
- not needed anymore it seems
Diffstat (limited to 'recipes/linux')
-rw-r--r-- | recipes/linux/linux-rp.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/recipes/linux/linux-rp.inc b/recipes/linux/linux-rp.inc index e2af859069..bd08a6f3eb 100644 --- a/recipes/linux/linux-rp.inc +++ b/recipes/linux/linux-rp.inc @@ -147,7 +147,3 @@ do_configure() { yes '' | oe_runmake oldconfig } - -# wlan-ng stuff need compiled kernel sources -do_rm_work() { -} |