Add the conloglevel option (#1682)
[openwrt.git] / include / kernel-defaults.mk
index 529b330..84030a6 100644 (file)
@@ -21,6 +21,9 @@ endif
 ifneq (,$(findstring ppc,$(BOARD)))
   KERNELNAME="uImage"
 endif
+ifneq (,$(findstring avr32,$(BOARD)))
+  KERNELNAME="uImage"
+endif
 
 KERNEL_MAKEOPTS := -C $(LINUX_DIR) \
        CROSS_COMPILE="$(KERNEL_CROSS)" \
This page took 0.032341 seconds and 4 git commands to generate.