1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 19:57:38 +03:00
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16236 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
ralph 2009-05-31 16:15:47 +00:00
parent a75dace023
commit 8ad47a5623

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