diff options
author | John Crispin <john@openwrt.org> | 2013-04-25 19:03:13 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-04-25 19:03:13 +0000 |
commit | 46306c2e470063be7497c701511626791eccd6c0 (patch) | |
tree | 3b960af63722f03d519d042758fb1f2672cf5a0e /target/linux/lantiq/image/lzma-loader/src/ralink.mk | |
parent | fd79eb4e7c04b03d0301120c04311e54995e8d24 (diff) | |
download | upstream-46306c2e470063be7497c701511626791eccd6c0.tar.gz upstream-46306c2e470063be7497c701511626791eccd6c0.tar.bz2 upstream-46306c2e470063be7497c701511626791eccd6c0.zip |
lantiq: add lzma-loader source
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36438
Diffstat (limited to 'target/linux/lantiq/image/lzma-loader/src/ralink.mk')
-rw-r--r-- | target/linux/lantiq/image/lzma-loader/src/ralink.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/lantiq/image/lzma-loader/src/ralink.mk b/target/linux/lantiq/image/lzma-loader/src/ralink.mk new file mode 100644 index 0000000000..3ff5fddf98 --- /dev/null +++ b/target/linux/lantiq/image/lzma-loader/src/ralink.mk @@ -0,0 +1 @@ +CACHE_FLAGS+=-DCONFIG_ICACHE_SIZE="(32 * 1024)" -DCONFIG_DCACHE_SIZE="(16 * 1024)" -DCONFIG_CACHELINE_SIZE=32 |