fix KERNELNAME
[openwrt.git] / include / kernel.mk
index 4b5fe72..7c23aac 100644 (file)
@@ -38,7 +38,7 @@ else
        -e 's/armeb/arm/' \
   )
 
-  KERNELNAME=""
+  KERNELNAME=
   ifneq (,$(findstring x86,$(BOARD)))
     KERNELNAME="bzImage"
   endif