X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/d445fbb21a5b85a127ca0ac49160e3ed0ab9c6a3..a53df816428b832a242bfe3a921a25a3ff91508b:/target/linux/ixp4xx/Makefile diff --git a/target/linux/ixp4xx/Makefile b/target/linux/ixp4xx/Makefile index e0797749c..f519108b6 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.25 +LINUX_VERSION:=2.6.25.6 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))