update config, make 2.6.26-rc8 the default for ixp4xx
[openwrt/openwrt.git] / target / linux / ixp4xx / Makefile
index e6b15e537bae52316edb5c960a5cd13fcd35193c..1e2a52ff07ad6bbe0c34eadef6a150dee3b32ba3 100644 (file)
@@ -12,7 +12,7 @@ BOARDNAME:=Intel IXP4xx
 FEATURES:=squashfs
 SUBTARGETS=generic harddisk
 
-LINUX_VERSION:=2.6.25.4
+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))