aboutsummaryrefslogtreecommitdiffstats
path: root/packages/hostap
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2005-04-01 12:04:37 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2005-04-01 12:04:37 +0000
commit654a885462c151d1a88c4a4734bbe2e2790e00f8 (patch)
treea5c806493ce5984b6e3bd503afc1b5de7ca67acb /packages/hostap
parent8d9b8e8a53d555af583ec59b77122ea7b43c2eaa (diff)
downloadopenembedded-654a885462c151d1a88c4a4734bbe2e2790e00f8.tar.gz
hostap-modules: use proper kernel sources not the one from tmp/work/
BKrev: 424d38d55sst7vpOaazWu6fPiSP1iQ
Diffstat (limited to 'packages/hostap')
-rw-r--r--packages/hostap/hostap-modules_0.3.7.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/hostap/hostap-modules_0.3.7.bb b/packages/hostap/hostap-modules_0.3.7.bb
index de7fe1d5f6..d0dc14aa11 100644
--- a/packages/hostap/hostap-modules_0.3.7.bb
+++ b/packages/hostap/hostap-modules_0.3.7.bb
@@ -17,7 +17,7 @@ inherit module
# Hack Alert :D
ARCH_mipsel = "mips"
-MAKE_TARGETS = "KERNEL_PATH=${KERNEL_SOURCE} MAKE='make -e'"
+MAKE_TARGETS = "KERNEL_PATH=${STAGING_KERNEL_DIR} MAKE='make -e'"
NET_MODULES = "hostap hostap_pci hostap_crypt_ccmp hostap_crypt_tkip hostap_crypt_wep"