X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=target%2Flinux%2Fixp4xx%2FMakefile;h=dad4a00a8624b74948d3811f9255a858a84ece8a;hb=eb801aeb5efda16a5e32f97145e650eb31a13572;hp=e6b15e537bae52316edb5c960a5cd13fcd35193c;hpb=685d811b38979393e33df5ea1a4580167e110b2d;p=openwrt.git diff --git a/target/linux/ixp4xx/Makefile b/target/linux/ixp4xx/Makefile index e6b15e537b..dad4a00a86 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.4 +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))