Browse Source

fixup board specific KERNELNAME overrides

SVN-Revision: 25138
Imre Kaloz 15 years ago
parent
commit
a361eab890
1 changed files with 1 additions and 3 deletions
  1. 1 3
      include/kernel-defaults.mk

+ 1 - 3
include/kernel-defaults.mk

@@ -1,12 +1,10 @@
 #
-# Copyright (C) 2006-2007 OpenWrt.org
+# Copyright (C) 2006-2011 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
 #
 
-KERNELNAME=
-
 KERNEL_MAKEOPTS := -C $(LINUX_DIR) \
 	CROSS_COMPILE="$(KERNEL_CROSS)" \
 	ARCH="$(LINUX_KARCH)" \