Ver código fonte

Make package/pcmcia depend on 'linux26' (which is defined) instead of 'linux'

Ulf Samuelsson 18 anos atrás
pai
commit
f481330866
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      package/pcmcia/pcmcia.mk

+ 1 - 1
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 linux26 $(TARGET_DIR)/sbin/cardmgr $(PCMCIA_DIR)/.modules.dep
 
 pcmcia-clean:
 	rm -f $(TARGET_DIR)/sbin/cardmgr