1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-24 03:58:35 +02:00

fix make kernel_menuconfig (#1637)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7094 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2007-05-05 08:53:34 +00:00
parent 968f760ebb
commit 2e641978b5

View File

@ -40,7 +40,7 @@ define Kernel/Configure/2.4
$(MAKE) $(KERNEL_MAKEOPTS) dep $(MAKE) $(KERNEL_MAKEOPTS) dep
endef endef
define Kernel/Configure/2.6 define Kernel/Configure/2.6
$(MAKE) $(KERNEL_MAKEOPTS) CC="$(KERNEL_CC)" oldconfig prepare scripts -$(MAKE) $(KERNEL_MAKEOPTS) CC="$(KERNEL_CC)" oldconfig prepare scripts
endef endef
define Kernel/Configure/Default define Kernel/Configure/Default
@if [ -f "./config/profile-$(PROFILE)" ]; then \ @if [ -f "./config/profile-$(PROFILE)" ]; then \