X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=target%2Flinux%2Fixp4xx%2FMakefile;h=9bae182b21bb25069c7bd751a96fd43d8c9d2960;hb=c8a5598162733a4372e052bc58c5834be917b60d;hp=eec8d13f724aa69ebdef4183d5c222000ac7da00;hpb=38eea496defbd149631071d1bb73bdbb5da12391;p=openwrt.git diff --git a/target/linux/ixp4xx/Makefile b/target/linux/ixp4xx/Makefile index eec8d13f72..9bae182b21 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.23.16 +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))