X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fixp4xx%2FMakefile;h=897a2fac2ad263e33c005253e63cfbd8f6cec2a2;hb=e5fa05d78819686d0ce026de236cdeaaab91f0a4;hp=83dc1ddec32032fc9c129bf2cfdda33464976061;hpb=68943e35c20ef56e58304fd22e04eee19976af8b;p=openwrt%2Fstaging%2Fwigyori.git diff --git a/target/linux/ixp4xx/Makefile b/target/linux/ixp4xx/Makefile index 83dc1ddec3..897a2fac2a 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.5 +LINUX_VERSION:=2.6.26.2 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))