summaryrefslogtreecommitdiff
path: root/package/pcmcia
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2006-08-25 02:43:15 +0000
committerEric Andersen <andersen@codepoet.org>2006-08-25 02:43:15 +0000
commit1ec169946d62600819d0df12021519b0fa2b1221 (patch)
tree58d0a46c811c50e219b31e11abc176794c12fb6f /package/pcmcia
parent6e17ffbaa201d046918336f5fedf74507c371927 (diff)
Don Reid writes:
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.
Diffstat (limited to 'package/pcmcia')
-rw-r--r--package/pcmcia/pcmcia.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/pcmcia/pcmcia.mk b/package/pcmcia/pcmcia.mk
index a28f25f73..6f18078ef 100644
--- 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