diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-08-24 21:46:04 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-08-24 21:46:04 +0200 |
commit | 03cd5dffd5f121c952016a5510736922f6283f6b (patch) | |
tree | ae8fedf86f4daf529a0f42c81047d9afa6b11432 /target | |
parent | e74eccf3fa0585abfbe52154646812d20f2560a2 (diff) |
add gawk package
another openadk build package needed to compile openadk
on an openadk target ;)
Fix some minor glitches.
Diffstat (limited to 'target')
-rw-r--r-- | target/Config.in | 1 | ||||
-rw-r--r-- | target/lemote/patches/yeelong.patch | 12 |
2 files changed, 11 insertions, 2 deletions
diff --git a/target/Config.in b/target/Config.in index 22e5ef727..1db490b1b 100644 --- a/target/Config.in +++ b/target/Config.in @@ -509,6 +509,7 @@ config ADK_DEVELSYSTEM select ADK_PACKAGE_BINUTILS select ADK_PACKAGE_TAR select ADK_PACKAGE_BZIP2 + select ADK_PACKAGE_GAWK help After bootstrapping a Linux system you might want to switch to native builds with your target. diff --git a/target/lemote/patches/yeelong.patch b/target/lemote/patches/yeelong.patch index 3718e990e..5909a579e 100644 --- a/target/lemote/patches/yeelong.patch +++ b/target/lemote/patches/yeelong.patch @@ -11007,8 +11007,16 @@ diff -Nur linux-2.6.30.5.orig/arch/mips/Kconfig linux-2.6.30.5/arch/mips/Kconfig source "drivers/Kconfig" diff -Nur linux-2.6.30.5.orig/arch/mips/kernel/asm-offsets.c linux-2.6.30.5/arch/mips/kernel/asm-offsets.c --- linux-2.6.30.5.orig/arch/mips/kernel/asm-offsets.c 2009-08-16 23:19:38.000000000 +0200 -+++ linux-2.6.30.5/arch/mips/kernel/asm-offsets.c 2009-08-23 21:23:19.000000000 +0200 -@@ -326,3 +326,15 @@ ++++ linux-2.6.30.5/arch/mips/kernel/asm-offsets.c 2009-08-23 21:30:52.000000000 +0200 +@@ -14,6 +14,7 @@ + #include <linux/mm.h> + #include <linux/interrupt.h> + #include <linux/kbuild.h> ++#include <linux/suspend.h> + #include <asm/ptrace.h> + #include <asm/processor.h> + +@@ -326,3 +327,15 @@ BLANK(); } #endif |