removed ref to Libre strings (old libre_flag patch).
authorrisci_atom <risci_atom@d459f2a8-9e7c-4474-95e1-7f88c49cc8e2>
Fri, 29 Oct 2010 13:50:25 +0000 (13:50 +0000)
committerrisci_atom <risci_atom@d459f2a8-9e7c-4474-95e1-7f88c49cc8e2>
Fri, 29 Oct 2010 13:50:25 +0000 (13:50 +0000)
git-svn-id: http://svn.librewrt.org/librewrt@68 d459f2a8-9e7c-4474-95e1-7f88c49cc8e2

bright-ben/include/kernel.mk

index decdb6731fcb04d357e10182ec62c83ccc927b2f..b293ec97b7bee3dd95fa13b66b38adb6066f90d9 100644 (file)
@@ -46,18 +46,15 @@ else
   LINUX_SOURCE:=linux-$(LINUX_VERSION).tar.bz2
   TESTING:=$(if $(findstring -rc,$(LINUX_VERSION)),/testing,)
   ifeq ($(call qstrip,$(CONFIG_EXTERNAL_KERNEL_TREE)),)
-        ifneq ($(CONFIG_USE_LIBRE_KERNEL),)
-      LINUX_SITE:=@KERNEL_LIBRE/download/releases/$(LINUX_VERSION)
-    else
-      LINUX_SITE:=@KERNEL/linux/kernel/v$(KERNEL)$(TESTING)
+       LINUX_SITE:=@KERNEL/linux/kernel/v$(KERNEL)$(TESTING)
     endif
   endif
 
   ifneq ($(TARGET_BUILD),1)
-        ifneq ($(CONFIG_USE_LIBRE_KERNEL),)
+        #ifneq ($(CONFIG_USE_LIBRE_KERNEL),)
       PKG_BUILD_DIR ?= $(KERNEL_BUILD_DIR)/$(PKG_NAME)$(if $(PKG_VERSION),-$(shell echo $(PKG_VERSION) | cut -d"-" -f1 -))
-    else
-      PKG_BUILD_DIR ?= $(KERNEL_BUILD_DIR)/$(PKG_NAME)$(if $(PKG_VERSION),-$(PKG_VERSION))
+    #else
+      #PKG_BUILD_DIR ?= $(KERNEL_BUILD_DIR)/$(PKG_NAME)$(if $(PKG_VERSION),-$(PKG_VERSION))
     endif
   endif
 endif