X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/294a4bb95f1795e12ad9a209f7998b5435b3510c..54ab31e3a868f4cfba90483fbad0e8bfe664052e:/target/linux/ixp4xx/Makefile diff --git a/target/linux/ixp4xx/Makefile b/target/linux/ixp4xx/Makefile index 83dc1ddec..dad4a00a8 100644 --- a/target/linux/ixp4xx/Makefile +++ b/target/linux/ixp4xx/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk ARCH:=armeb BOARD:=ixp4xx -BOARDNAME:=Intel XScale IXP4xx +BOARDNAME:=Intel IXP4xx FEATURES:=squashfs SUBTARGETS=generic harddisk -LINUX_VERSION:=2.6.24.5 +LINUX_VERSION:=2.6.26.8 include $(INCLUDE_DIR)/target.mk @@ -22,6 +22,6 @@ define Kernel/Configure $(if $(CONFIG_EABI_SUPPORT),echo '# CONFIG_OABI_COMPAT is not set' >> $(LINUX_DIR)/.config) endef -DEFAULT_PACKAGES += ixp4xx-microcode +DEFAULT_PACKAGES += ixp4xx-microcode fconfig $(eval $(call BuildTarget))