X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=target%2Flinux%2Fixp4xx%2FMakefile;h=b37329fca0671ea3eae03bb0bdc8482defb9edee;hb=7f8cad5eeb1916f10c61634df15999c0ba8b6776;hp=f6e9d47eee48bd93aad20d39fa70d3c76a19c575;hpb=1a123a62cece2ee03fff44abfe47dd165f32fc6f;p=openwrt.git diff --git a/target/linux/ixp4xx/Makefile b/target/linux/ixp4xx/Makefile index f6e9d47eee..b37329fca0 100644 --- a/target/linux/ixp4xx/Makefile +++ b/target/linux/ixp4xx/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk ARCH:=armeb BOARD:=ixp4xx -BOARDNAME:=Intel XScale IXP4xx +BOARDNAME:=Intel IXP4xx FEATURES:=squashfs SUBTARGETS=generic harddisk -LINUX_VERSION:=2.6.24.2 +LINUX_VERSION:=2.6.26.7 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))