projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09d614d
)
use the correct depmod for linux26
author
Eric Andersen
<andersen@codepoet.org>
Wed, 13 Dec 2006 11:59:53 +0000
(11:59 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Wed, 13 Dec 2006 11:59:53 +0000
(11:59 -0000)
target/device/x86/i386/linux26.mk
patch
|
blob
|
history
diff --git
a/target/device/x86/i386/linux26.mk
b/target/device/x86/i386/linux26.mk
index af872b41b967e71a01ba3ce40c22fef1d403a5d8..9ca0d2213bb63d51b31cc2d9521498f39cefaad6 100644
(file)
--- a/
target/device/x86/i386/linux26.mk
+++ b/
target/device/x86/i386/linux26.mk
@@
-94,7
+94,7
@@
$(TARGET_DIR)/lib/modules/$(LINUX26_VERSION)/modules.dep: $(LINUX26_KERNEL)
rm -rf $(TARGET_DIR)/lib/modules/$(LINUX26_VERSION)
rm -f $(TARGET_DIR)/sbin/cardmgr
$(MAKE) $(LINUX26_MAKE_FLAGS) -C $(LINUX26_DIR) \
- DEPMOD=$(STAGING_DIR)/bin/$(GNU_TARGET_NAME)-depmod \
+ DEPMOD=$(STAGING_DIR)/bin/$(GNU_TARGET_NAME)-depmod
26
\
INSTALL_MOD_PATH=$(TARGET_DIR) modules_install
rm -f $(TARGET_DIR)/lib/modules/$(LINUX26_VERSION)/build
touch -c $(TARGET_DIR)/lib/modules/$(LINUX26_VERSION)/modules.dep