1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

fix some typos

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1824 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd
2005-09-01 20:08:18 +00:00
parent 4899b6c696
commit f22255f8ee
5 changed files with 11 additions and 11 deletions

View File

@@ -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))
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,\
@@ -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))
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,\