summaryrefslogtreecommitdiff
authorPaul Beeler <sparksco@gmail.com>2012-10-30 19:38:06 (GMT)
committer Paul Beeler <sparksco@gmail.com>2012-10-30 20:15:11 (GMT)
commit48daa652ba2875084e449302af9f9d0ae1811785 (patch)
tree54a1553f11f514f8259798c4c5747fd5b9e7fd17
parent8ea3bb94d7ae891807f8dec0ace9e894e4217f4b (diff)
downloadbusybox-48daa652ba2875084e449302af9f9d0ae1811785.zip
busybox-48daa652ba2875084e449302af9f9d0ae1811785.tar.gz
busybox-48daa652ba2875084e449302af9f9d0ae1811785.tar.bz2
android ndk defconfig: fix default location of modules
The default location of modules is currently /lib/modules which we never use on android. Some kernel modules need to be loaded on boot with /system/bin or init.d scripts.
Diffstat
-rw-r--r--configs/android_ndk_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/android_ndk_defconfig b/configs/android_ndk_defconfig
index bf8827a..64eaacf 100644
--- a/configs/android_ndk_defconfig
+++ b/configs/android_ndk_defconfig
@@ -516,7 +516,7 @@ CONFIG_FEATURE_MODPROBE_SMALL_CHECK_ALREADY_LOADED=y
# CONFIG_FEATURE_CHECK_TAINTED_MODULE is not set
# CONFIG_FEATURE_MODUTILS_ALIAS is not set
# CONFIG_FEATURE_MODUTILS_SYMBOLS is not set
-CONFIG_DEFAULT_MODULES_DIR="/lib/modules"
+CONFIG_DEFAULT_MODULES_DIR="/system/lib/modules"
CONFIG_DEFAULT_DEPMOD_FILE="modules.dep"
#