projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix some typos
[openwrt.git]
/
target
/
linux
/
linux-2.4
/
Makefile
diff --git
a/target/linux/linux-2.4/Makefile
b/target/linux/linux-2.4/Makefile
index
a0d56bf
..
9f95d72
100644
(file)
--- a/
target/linux/linux-2.4/Makefile
+++ b/
target/linux/linux-2.4/Makefile
@@
-142,7
+142,7
@@
$(eval $(call KMOD_template,VFAT,vfat,\
$(MODULES_DIR)/kernel/fs/vfat/vfat.o \
$(MODULES_DIR)/kernel/fs/fat/fat.o \
,CONFIG_VFAT_FS,,30,fat vfat))
$(MODULES_DIR)/kernel/fs/vfat/vfat.o \
$(MODULES_DIR)/kernel/fs/fat/fat.o \
,CONFIG_VFAT_FS,,30,fat vfat))
-ifneq ($
{shell ls $(MODULES_DIR)/kernel/crypto/*.o}
,)
+ifneq ($
(wildcard $(MODULES_DIR)/kernel/crypto/*.o)
,)
CONFIG_CRYPTO:=m
endif
$(eval $(call KMOD_template,CRYPTO,crypto,\
CONFIG_CRYPTO:=m
endif
$(eval $(call KMOD_template,CRYPTO,crypto,\
@@
-166,7
+166,7
@@
$(eval $(call KMOD_template,TUN,tun,\
$(eval $(call KMOD_template,GRE,gre,\
$(MODULES_DIR)/kernel/net/ipv4/ip_gre.o \
,CONFIG_NET_IPGRE))
$(eval $(call KMOD_template,GRE,gre,\
$(MODULES_DIR)/kernel/net/ipv4/ip_gre.o \
,CONFIG_NET_IPGRE))
-ifneq ($
{shell ls $(MODULES_DIR)/kernel/net/sched/*.o}
,)
+ifneq ($
(wildcard $(MODULES_DIR)/kernel/net/sched/*.o)
,)
CONFIG_SCHED:=m
endif
$(eval $(call KMOD_template,SCHED,sched,\
CONFIG_SCHED:=m
endif
$(eval $(call KMOD_template,SCHED,sched,\
This page took
0.03076 seconds
and
4
git commands to generate.