fix small logic error in x86 sysupgrade script, which prevented upgrades from jffs2...
[openwrt.git] / target / linux / pxa / Makefile
index d4d326f..952110b 100644 (file)
@@ -25,4 +25,6 @@ define Kernel/Configure
        $(if $(CONFIG_EABI_SUPPORT),echo '# CONFIG_OABI_COMPAT is not set' >> $(LINUX_DIR)/.config)
 endef
 
+KERNELNAME:="uImage"
+
 $(eval $(call BuildTarget))
This page took 0.027158 seconds and 4 git commands to generate.