diff options
-rw-r--r-- | Config.in | 10 | ||||
-rw-r--r-- | mk/build.mk | 6 | ||||
-rw-r--r-- | mk/kernel-ver.mk | 12 | ||||
-rw-r--r-- | target/config/Config.in | 1 | ||||
-rw-r--r-- | target/linux/patches/3.5.4/brcm.patch (renamed from target/linux/patches/3.5.2/brcm.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.5.4/bsd-compatibility.patch (renamed from target/linux/patches/3.5.2/bsd-compatibility.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.5.4/cris-etrax.patch (renamed from target/linux/patches/3.5.2/cris-etrax.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.5.4/defaults.patch (renamed from target/linux/patches/3.5.2/defaults.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.5.4/gemalto.patch (renamed from target/linux/patches/3.5.2/gemalto.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.5.4/lemote-rfkill.patch (renamed from target/linux/patches/3.5.2/lemote-rfkill.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.5.4/mmc-host.patch (renamed from target/linux/patches/3.5.2/mmc-host.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.5.4/module-alloc-size-check.patch (renamed from target/linux/patches/3.5.2/module-alloc-size-check.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.5.4/mtd-rootfs.patch (renamed from target/linux/patches/3.5.2/mtd-rootfs.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.5.4/non-static.patch (renamed from target/linux/patches/3.5.2/non-static.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.5.4/startup.patch (renamed from target/linux/patches/3.5.2/startup.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.5.4/usb-defaults-off.patch (renamed from target/linux/patches/3.5.2/usb-defaults-off.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.5.4/uuid.patch (renamed from target/linux/patches/3.5.2/uuid.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.5.4/vga-cons-default-off.patch (renamed from target/linux/patches/3.5.2/vga-cons-default-off.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.5.4/wlan-cf.patch (renamed from target/linux/patches/3.5.2/wlan-cf.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.5.4/zlib-inflate.patch (renamed from target/linux/patches/3.5.2/zlib-inflate.patch) | 0 |
20 files changed, 15 insertions, 14 deletions
@@ -95,7 +95,7 @@ prompt "Kernel Version" depends on ADK_TOOLCHAIN_ONLY config ADK_KERNEL_VERSION_TOOLCHAIN - prompt "3.4.9" + prompt "3.5.4" boolean depends on ADK_TOOLCHAIN_ONLY @@ -106,20 +106,20 @@ depends on !ADK_TOOLCHAIN_ONLY && !ADK_CHOOSE_TARGET_ARCH && !ADK_CHOOSE_TARGET_ choice prompt "Kernel Version" +config ADK_KERNEL_VERSION_3_5_4 + prompt "3.5.4" + boolean config ADK_KERNEL_VERSION_3_4_9 prompt "3.4.9" boolean -config ADK_KERNEL_VERSION_3_5_2 - prompt "3.5.2" - boolean endchoice config ADK_KERNEL_VERSION string default "3.4.9" if ADK_KERNEL_VERSION_3_4_9 - default "3.5.2" if ADK_KERNEL_VERSION_3_5_2 + default "3.5.4" if ADK_KERNEL_VERSION_3_5_4 help choice diff --git a/mk/build.mk b/mk/build.mk index b7bd4fae1..2f576ad41 100644 --- a/mk/build.mk +++ b/mk/build.mk @@ -366,11 +366,11 @@ endif ifeq ($(ADKtype),lemote-yeelong) @echo ADK_LINUX_NATIVE=y >> $(TOPDIR)/.defconfig @echo ADK_TARGET_SYSTEM_LEMOTE_YEELONG=y >> $(TOPDIR)/.defconfig - @sed -e "s#config ADK_TARGET#config ADK_NATIVE#" target/$(ARCH_FOR_BUILD)/sys-available/$(ADKtype) > \ - target/$(ARCH_FOR_BUILD)/sys-enabled/.$(ADKtype) + @sed -e "s#config ADK_TARGET#config ADK_NATIVE#" target/mips/sys-available/$(ADKtype) > \ + target/mips/sys-enabled/.$(ADKtype) @echo "choice" > $(TOPDIR)/target/config/Config.in.native @echo "prompt \"Target system (autodetected)\"" >> $(TOPDIR)/target/config/Config.in.native - @echo "source \"target/$(ARCH_FOR_BUILD)/sys-enabled/.$(ADKtype)\"" >> $(TOPDIR)/target/config/Config.in.native + @echo "source \"target/mips/sys-enabled/.$(ADKtype)\"" >> $(TOPDIR)/target/config/Config.in.native @echo "endchoice" >> $(TOPDIR)/target/config/Config.in.native endif @echo 'source "target/config/Config.in.arch.default"' > target/config/Config.in.arch diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk index cb860fc86..f52834616 100644 --- a/mk/kernel-ver.mk +++ b/mk/kernel-ver.mk @@ -1,18 +1,18 @@ ifeq ($(ADK_KERNEL_VERSION_TOOLCHAIN),y) -KERNEL_VERSION:= 3.4.9 +KERNEL_VERSION:= 3.5.4 KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 -KERNEL_MD5SUM:= 0428dcd244b494e99da9a314667c6f99 +KERNEL_MD5SUM:= 95d5c7271ad448bc965bdb29339b6923 endif -ifeq ($(ADK_KERNEL_VERSION_3_5_2),y) -KERNEL_VERSION:= 3.5.2 +ifeq ($(ADK_KERNEL_VERSION_3_5_4),y) +KERNEL_VERSION:= 3.5.4 KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 -KERNEL_MD5SUM:= f0341109ba14a8f9f455c131ccc8ddd3 +KERNEL_MD5SUM:= 95d5c7271ad448bc965bdb29339b6923 endif ifeq ($(ADK_KERNEL_VERSION_3_4_9),y) KERNEL_VERSION:= 3.4.9 KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 -KERNEL_MD5SUM:= 0428dcd244b494e99da9a314667c6f99 +KERNEL_MD5SUM:= f9cd4fe763396bf814f3a71de42fde9b endif diff --git a/target/config/Config.in b/target/config/Config.in index 270ae8de5..8d4a7957f 100644 --- a/target/config/Config.in +++ b/target/config/Config.in @@ -368,6 +368,7 @@ config ADK_TARGET_CPU_ARCH default "crisv32" if ADK_CPU_CRIS_V32 default "ppc" if ADK_CPU_PPC default "ppc64" if ADK_CPU_PPC64 + default "mips64el" if ADK_native && ADK_lemote_yeelong config ADK_TARGET_ABI_CFLAGS string diff --git a/target/linux/patches/3.5.2/brcm.patch b/target/linux/patches/3.5.4/brcm.patch index a94b2302d..a94b2302d 100644 --- a/target/linux/patches/3.5.2/brcm.patch +++ b/target/linux/patches/3.5.4/brcm.patch diff --git a/target/linux/patches/3.5.2/bsd-compatibility.patch b/target/linux/patches/3.5.4/bsd-compatibility.patch index 9e91a62de..9e91a62de 100644 --- a/target/linux/patches/3.5.2/bsd-compatibility.patch +++ b/target/linux/patches/3.5.4/bsd-compatibility.patch diff --git a/target/linux/patches/3.5.2/cris-etrax.patch b/target/linux/patches/3.5.4/cris-etrax.patch index a80d9a8b8..a80d9a8b8 100644 --- a/target/linux/patches/3.5.2/cris-etrax.patch +++ b/target/linux/patches/3.5.4/cris-etrax.patch diff --git a/target/linux/patches/3.5.2/defaults.patch b/target/linux/patches/3.5.4/defaults.patch index 58aae610b..58aae610b 100644 --- a/target/linux/patches/3.5.2/defaults.patch +++ b/target/linux/patches/3.5.4/defaults.patch diff --git a/target/linux/patches/3.5.2/gemalto.patch b/target/linux/patches/3.5.4/gemalto.patch index 65f7af1d7..65f7af1d7 100644 --- a/target/linux/patches/3.5.2/gemalto.patch +++ b/target/linux/patches/3.5.4/gemalto.patch diff --git a/target/linux/patches/3.5.2/lemote-rfkill.patch b/target/linux/patches/3.5.4/lemote-rfkill.patch index a61488434..a61488434 100644 --- a/target/linux/patches/3.5.2/lemote-rfkill.patch +++ b/target/linux/patches/3.5.4/lemote-rfkill.patch diff --git a/target/linux/patches/3.5.2/mmc-host.patch b/target/linux/patches/3.5.4/mmc-host.patch index 3d0e37add..3d0e37add 100644 --- a/target/linux/patches/3.5.2/mmc-host.patch +++ b/target/linux/patches/3.5.4/mmc-host.patch diff --git a/target/linux/patches/3.5.2/module-alloc-size-check.patch b/target/linux/patches/3.5.4/module-alloc-size-check.patch index a792ac60a..a792ac60a 100644 --- a/target/linux/patches/3.5.2/module-alloc-size-check.patch +++ b/target/linux/patches/3.5.4/module-alloc-size-check.patch diff --git a/target/linux/patches/3.5.2/mtd-rootfs.patch b/target/linux/patches/3.5.4/mtd-rootfs.patch index 775d5fc80..775d5fc80 100644 --- a/target/linux/patches/3.5.2/mtd-rootfs.patch +++ b/target/linux/patches/3.5.4/mtd-rootfs.patch diff --git a/target/linux/patches/3.5.2/non-static.patch b/target/linux/patches/3.5.4/non-static.patch index a967703d0..a967703d0 100644 --- a/target/linux/patches/3.5.2/non-static.patch +++ b/target/linux/patches/3.5.4/non-static.patch diff --git a/target/linux/patches/3.5.2/startup.patch b/target/linux/patches/3.5.4/startup.patch index 68e8987b0..68e8987b0 100644 --- a/target/linux/patches/3.5.2/startup.patch +++ b/target/linux/patches/3.5.4/startup.patch diff --git a/target/linux/patches/3.5.2/usb-defaults-off.patch b/target/linux/patches/3.5.4/usb-defaults-off.patch index 54dff2bd4..54dff2bd4 100644 --- a/target/linux/patches/3.5.2/usb-defaults-off.patch +++ b/target/linux/patches/3.5.4/usb-defaults-off.patch diff --git a/target/linux/patches/3.5.2/uuid.patch b/target/linux/patches/3.5.4/uuid.patch index ca23accdf..ca23accdf 100644 --- a/target/linux/patches/3.5.2/uuid.patch +++ b/target/linux/patches/3.5.4/uuid.patch diff --git a/target/linux/patches/3.5.2/vga-cons-default-off.patch b/target/linux/patches/3.5.4/vga-cons-default-off.patch index 178aeeeb9..178aeeeb9 100644 --- a/target/linux/patches/3.5.2/vga-cons-default-off.patch +++ b/target/linux/patches/3.5.4/vga-cons-default-off.patch diff --git a/target/linux/patches/3.5.2/wlan-cf.patch b/target/linux/patches/3.5.4/wlan-cf.patch index fc20759e2..fc20759e2 100644 --- a/target/linux/patches/3.5.2/wlan-cf.patch +++ b/target/linux/patches/3.5.4/wlan-cf.patch diff --git a/target/linux/patches/3.5.2/zlib-inflate.patch b/target/linux/patches/3.5.4/zlib-inflate.patch index 58e1f6d21..58e1f6d21 100644 --- a/target/linux/patches/3.5.2/zlib-inflate.patch +++ b/target/linux/patches/3.5.4/zlib-inflate.patch |