X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2Flinux%2Fiop32x%2FMakefile;h=8dd2c1b01fcd2004f1c16e5f6a822df1515269a4;hb=52fc6ae252b1d2812d889824df99f243fc73dbb7;hp=12dc5990c2e343e38c9ea293f32dcce6cde000cb;hpb=4b8912a65f8d5b670fa960b20f05aa085166c1c9;p=openwrt-10.03%2F.git diff --git a/target/linux/iop32x/Makefile b/target/linux/iop32x/Makefile index 12dc5990c..8dd2c1b01 100644 --- a/target/linux/iop32x/Makefile +++ b/target/linux/iop32x/Makefile @@ -1,5 +1,5 @@ -# -# Copyright (C) 2007 OpenWrt.org +# +# Copyright (C) 2007-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,16 +9,10 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=iop32x BOARDNAME:=Intel IOP32x -FEATURES:=squashfs jffs2 +FEATURES:=squashfs -LINUX_VERSION:=2.6.26.2 +LINUX_VERSION:=2.6.32.10 include $(INCLUDE_DIR)/target.mk -define Kernel/Configure - $(call Kernel/Configure/Default) - $(SED) 's,.*CONFIG_AEABI.*,$(if $(CONFIG_EABI_SUPPORT),CONFIG_AEABI=y,# CONFIG_AEABI is not set),' $(LINUX_DIR)/.config - $(if $(CONFIG_EABI_SUPPORT),echo '# CONFIG_OABI_COMPAT is not set' >> $(LINUX_DIR)/.config) -endef - $(eval $(call BuildTarget))