projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e17ffb
)
Don Reid writes:
author
Eric Andersen
<andersen@codepoet.org>
Fri, 25 Aug 2006 02:43:15 +0000
(
02:43
-0000)
committer
Eric Andersen
<andersen@codepoet.org>
Fri, 25 Aug 2006 02:43:15 +0000
(
02:43
-0000)
It looks like the linux binary is just used if a system map file cannot
be found. So I changed the make file to remove it.
package/pcmcia/pcmcia.mk
patch
|
blob
|
history
diff --git
a/package/pcmcia/pcmcia.mk
b/package/pcmcia/pcmcia.mk
index a28f25f7375e002e6987b67f4f9cda51e1dc9826..6f18078efdb8973b8dabaac2893a47b4a51a66b1 100644
(file)
--- a/
package/pcmcia/pcmcia.mk
+++ b/
package/pcmcia/pcmcia.mk
@@
-91,7
+91,6
@@
$(PCMCIA_DIR)/.modules.dep: $(BUSYBOX_DIR)/.configured $(TARGET_DIR)/lib/modules
[ -d $(TARGET_DIR)/lib/modules/$(LINUX_VERSION) ] && \
$(BUSYBOX_DIR)/examples/depmod.pl \
-b $(TARGET_DIR)/lib/modules/$(LINUX_VERSION)/ \
- -k $(LINUX_DIR)/vmlinux \
-F $(LINUX_DIR)/System.map \
> $(TARGET_DIR)/lib/modules/$(LINUX_VERSION)/modules.dep
touch $(PCMCIA_DIR)/.modules.dep