diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-14 03:02:45 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-14 03:02:45 +0000 |
commit | d28c60f866cfe27b431263f6ed4564b6e37882b3 (patch) | |
tree | c549d19842dbdb2788e565d9688233f53280813c /openwrt | |
parent | cd17ad6ce4d043294cc52d990b67f7c2ca266527 (diff) |
add some cache functions from broadcom code. add first stuff for remote kernel debugging
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@367 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/package/linux/kernel-patches/005-arch_mips_config-shared_in.bz2 | bin | 738 -> 934 bytes | |||
-rw-r--r-- | openwrt/package/linux/kernel-patches/029-arch_mips_mm_c-r4k_c.bz2 | bin | 0 -> 642 bytes | |||
-rw-r--r-- | openwrt/package/linux/linux.config | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/linux/kernel-patches/005-arch_mips_config-shared_in.bz2 b/openwrt/package/linux/kernel-patches/005-arch_mips_config-shared_in.bz2 Binary files differindex 2b6f5dcffb..10b8ce41e3 100644 --- a/openwrt/package/linux/kernel-patches/005-arch_mips_config-shared_in.bz2 +++ b/openwrt/package/linux/kernel-patches/005-arch_mips_config-shared_in.bz2 diff --git a/openwrt/package/linux/kernel-patches/029-arch_mips_mm_c-r4k_c.bz2 b/openwrt/package/linux/kernel-patches/029-arch_mips_mm_c-r4k_c.bz2 Binary files differnew file mode 100644 index 0000000000..5ebbc1d9cb --- /dev/null +++ b/openwrt/package/linux/kernel-patches/029-arch_mips_mm_c-r4k_c.bz2 diff --git a/openwrt/package/linux/linux.config b/openwrt/package/linux/linux.config index 85881e7f57..dada53e2d1 100644 --- a/openwrt/package/linux/linux.config +++ b/openwrt/package/linux/linux.config @@ -1107,7 +1107,7 @@ CONFIG_USB_PRINTER=m # CONFIG_CROSSCOMPILE=y # CONFIG_RUNTIME_DEBUG is not set -# CONFIG_KGDB is not set +# CONFIG_REMOTE_DEBUG is not set # CONFIG_GDB_CONSOLE is not set # CONFIG_DEBUG_INFO is not set CONFIG_MAGIC_SYSRQ=y |