summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk')
-rw-r--r--mk/build.mk6
-rw-r--r--mk/kernel-ver.mk12
2 files changed, 9 insertions, 9 deletions
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