diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2012-09-20 16:08:16 +0200 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2012-09-20 16:08:16 +0200 |
| commit | e1e592c0b31a381ae5ea65606e2ae72d7582d0ca (patch) | |
| tree | 9a53e4fa21aa5fbcead428010c96502402de8ee0 /mk | |
| parent | c813b0fb68fb1e0eb10cb9d9dc559b4d9960192b (diff) | |
| parent | e8929eaaa28739010369ca36dd01f59f1a7a6e2d (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'mk')
| -rw-r--r-- | mk/build.mk | 6 | ||||
| -rw-r--r-- | mk/kernel-ver.mk | 12 |
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 |
