From: Marcin Juszkiewicz Date: Fri, 1 Apr 2005 12:04:37 +0000 (+0000) Subject: hostap-modules: use proper kernel sources not the one from tmp/work/ X-Git-Tag: Release-2010-05/1~14580 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=654a885462c151d1a88c4a4734bbe2e2790e00f8;p=openembedded.git hostap-modules: use proper kernel sources not the one from tmp/work/ BKrev: 424d38d55sst7vpOaazWu6fPiSP1iQ --- 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"