X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fixp4xx%2FMakefile;h=1e2a52ff07ad6bbe0c34eadef6a150dee3b32ba3;hp=b02e749cd1dc0a6458538a054472eeabb5b47767;hb=44a4ddcab36df8b30ece3da0a6bacd3db7d234b8;hpb=d7d8665572aea1b814c4a59d1b25d4a41c3baa62 diff --git a/target/linux/ixp4xx/Makefile b/target/linux/ixp4xx/Makefile index b02e749cd1..1e2a52ff07 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.1 +LINUX_VERSION:=2.6.26-rc8 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))