1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-17 04:33:57 +02:00
SVN-Revision: 16236
This commit is contained in:
Ralph Hempel 2009-05-31 16:15:47 +00:00
parent 664d2873c7
commit b6e5025f15

View File

@ -120,8 +120,8 @@ ifeq ($(LINUX_CONFIG),$(LINUX_SUBCONFIG))
LINUX_SUBCONFIG:=
endif
LINUX_CONFCMD=$(if $(LINUX_CONFIG), \
$(if $(GENERIC_LINUX_CONFIG),,$(error The generic kernel config for your kernel version is mising)) \
$(if $(LINUX_CONFIG),,$(error The target kernel config for your kernel version is mising)) \
$(if $(GENERIC_LINUX_CONFIG),,$(error The generic kernel config for your kernel version is missing)) \
$(if $(LINUX_CONFIG),,$(error The target kernel config for your kernel version is missing)) \
$(SCRIPT_DIR)/kconfig.pl \
+ $(GENERIC_LINUX_CONFIG) \
$(if $(LINUX_SUBCONFIG),+ $(LINUX_CONFIG) $(LINUX_SUBCONFIG),$(LINUX_CONFIG)), \