diff --git a/packages/linux-drivers/RTL8192CU/build b/packages/linux-drivers/RTL8192CU/build index 01f32f652f..359f51bad6 100755 --- a/packages/linux-drivers/RTL8192CU/build +++ b/packages/linux-drivers/RTL8192CU/build @@ -23,4 +23,4 @@ . config/options $1 cd $PKG_BUILD - LDFLAGS="" make V=1 -C $(kernel_path) M=$(pwd) modules + LDFLAGS="" make V=1 ARCH=$TARGET_ARCH KSRC=$(kernel_path) CROSS_COMPILE=$TARGET_PREFIX