aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/aruba-2.6/Makefile
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2006-01-20 18:47:42 +0000
committerMike Baker <mbm@openwrt.org>2006-01-20 18:47:42 +0000
commit82f94f7d4500f534e3a1f0874a2c489f2329d313 (patch)
tree50e00e9330d6f7ef18c864a5769c836d96b31aac /target/linux/aruba-2.6/Makefile
parent27b9c4bcf6b756dd39695f03888a2364fce29228 (diff)
downloadupstream-82f94f7d4500f534e3a1f0874a2c489f2329d313.tar.gz
upstream-82f94f7d4500f534e3a1f0874a2c489f2329d313.tar.bz2
upstream-82f94f7d4500f534e3a1f0874a2c489f2329d313.zip
Add a toggle for ramdisk support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3030 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/aruba-2.6/Makefile')
-rw-r--r--target/linux/aruba-2.6/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/aruba-2.6/Makefile b/target/linux/aruba-2.6/Makefile
index 9b2e16c0bf..111bfd08a5 100644
--- a/target/linux/aruba-2.6/Makefile
+++ b/target/linux/aruba-2.6/Makefile
@@ -14,6 +14,10 @@ include ../kernel.mk
$(LINUX_DIR)/.patched: $(LINUX_DIR)/.unpacked
[ -d ../generic-$(KERNEL)/patches ] && $(PATCH) $(LINUX_DIR) ../generic-$(KERNEL)/patches $(MAKE_TRACE)
[ -d ./patches ] && $(PATCH) $(LINUX_DIR) ./patches $(MAKE_TRACE)
+ifeq ($(BR2_ARUBA_RAMDISK),y)
+ @cp config-ramdisk $(LINUX_DIR)/.config
+else
@cp config $(LINUX_DIR)/.config
+endif
touch $@