diff options
author | Roman Yeryomin <roman@advem.lv> | 2013-02-06 22:53:57 +0200 |
---|---|---|
committer | Roman Yeryomin <roman@advem.lv> | 2013-05-26 00:48:32 +0300 |
commit | a45894b5a0f65585440d98bf71ef3e919c84cb5f (patch) | |
tree | 43f93b51bf3c06e93f1ac5b63714a3f897f15da4 /target/linux/realtek/patches-2.6.30/0061-rsdk-2.5.2-3.2-diff-fixup-rtkload.patch | |
parent | a5441969be39cf46aaec5574ec2f2495f1569af5 (diff) |
Fix paths in 0012-rsdk-2.5.2-3.2-diff-fixup.patch and separate rtkload patch.
Signed-off-by: Roman Yeryomin <roman@advem.lv>
Diffstat (limited to 'target/linux/realtek/patches-2.6.30/0061-rsdk-2.5.2-3.2-diff-fixup-rtkload.patch')
-rw-r--r-- | target/linux/realtek/patches-2.6.30/0061-rsdk-2.5.2-3.2-diff-fixup-rtkload.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/realtek/patches-2.6.30/0061-rsdk-2.5.2-3.2-diff-fixup-rtkload.patch b/target/linux/realtek/patches-2.6.30/0061-rsdk-2.5.2-3.2-diff-fixup-rtkload.patch new file mode 100644 index 000000000..cb1b4ee50 --- /dev/null +++ b/target/linux/realtek/patches-2.6.30/0061-rsdk-2.5.2-3.2-diff-fixup-rtkload.patch @@ -0,0 +1,11 @@ +--- a/rtkload/Makefile 2013-02-05 01:54:54.283265028 +0200 ++++ b/rtkload/Makefile 2013-02-06 02:52:53.538612082 +0200 +@@ -1,7 +1,7 @@ + # The kernel tree you do builds in. + # Uncomment if you're building for the emulator + include ../.config +-include ../../.config # to check toolchain CONFIG_RSDK_rsdk-1.5.4-5281-EB-2.6.30-0.9.30.3-uls-101110 ++#include ../../.config # to check toolchain CONFIG_RSDK_rsdk-1.5.4-5281-EB-2.6.30-0.9.30.3-uls-101110 + + KERNEL_ROOT = .. + |