X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=target%2Flinux%2Fixp4xx%2FMakefile;h=9bae182b21bb25069c7bd751a96fd43d8c9d2960;hb=151259743b7854bcf3ff9970a71ec26afd31a7e1;hp=e0797749c181a89280375f7038ea40b56c2323ad;hpb=d445fbb21a5b85a127ca0ac49160e3ed0ab9c6a3;p=openwrt.git diff --git a/target/linux/ixp4xx/Makefile b/target/linux/ixp4xx/Makefile index e0797749c1..9bae182b21 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.26.5 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))