diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2005-04-01 12:04:37 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2005-04-01 12:04:37 +0000 |
commit | 654a885462c151d1a88c4a4734bbe2e2790e00f8 (patch) | |
tree | a5c806493ce5984b6e3bd503afc1b5de7ca67acb /packages | |
parent | 8d9b8e8a53d555af583ec59b77122ea7b43c2eaa (diff) |
hostap-modules: use proper kernel sources not the one from tmp/work/
BKrev: 424d38d55sst7vpOaazWu6fPiSP1iQ
Diffstat (limited to 'packages')
-rw-r--r-- | packages/hostap/hostap-modules_0.3.7.bb | 2 |
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" |