X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/bad69e0b70a9aac73455985d47b3758e9e90d814..058e1d97218f5bd1b3df92b38e4eadcb816e9d07:/target/linux/ixp4xx/Makefile diff --git a/target/linux/ixp4xx/Makefile b/target/linux/ixp4xx/Makefile index 23cec4b8b..b37329fca 100644 --- a/target/linux/ixp4xx/Makefile +++ b/target/linux/ixp4xx/Makefile @@ -12,7 +12,7 @@ BOARDNAME:=Intel IXP4xx FEATURES:=squashfs SUBTARGETS=generic harddisk -LINUX_VERSION:=2.6.24.5 +LINUX_VERSION:=2.6.26.7 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))