projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f9c5b1
)
Make package/pcmcia depend on 'linux26' (which is defined) instead of 'linux'
author
Ulf Samuelsson
<ulf.samuelsson@atmel.com>
Sun, 15 Jul 2007 22:01:33 +0000
(22:01 -0000)
committer
Ulf Samuelsson
<ulf.samuelsson@atmel.com>
Sun, 15 Jul 2007 22:01:33 +0000
(22:01 -0000)
package/pcmcia/pcmcia.mk
patch
|
blob
|
history
diff --git
a/package/pcmcia/pcmcia.mk
b/package/pcmcia/pcmcia.mk
index 8e1fcab6fea01ab02e417020f5492ad6f1fed056..0950dbf555f21f83ac98e65edad14c9badc55bbc 100644
(file)
--- a/
package/pcmcia/pcmcia.mk
+++ b/
package/pcmcia/pcmcia.mk
@@
-95,7
+95,7
@@
$(PCMCIA_DIR)/.modules.dep: $(BUSYBOX_DIR)/.configured $(TARGET_DIR)/lib/modules
> $(TARGET_DIR)/lib/modules/$(LINUX_VERSION)/modules.dep
touch $(PCMCIA_DIR)/.modules.dep
-pcmcia: uclibc linux $(TARGET_DIR)/sbin/cardmgr $(PCMCIA_DIR)/.modules.dep
+pcmcia: uclibc linux
26
$(TARGET_DIR)/sbin/cardmgr $(PCMCIA_DIR)/.modules.dep
pcmcia-clean:
rm -f $(TARGET_DIR)/sbin/cardmgr