aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/aruba-2.6/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-06-07 23:59:04 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-06-07 23:59:04 +0000
commit0a58a0f00e8fc468339052d90dce4f3ef8361837 (patch)
treee729abf7b4d3fdcd056cd7b07d586a3739c08c7d /target/linux/aruba-2.6/Makefile
parent435bd1f20adba3da6b2e8ee426947bc7d3d126fd (diff)
downloadupstream-0a58a0f00e8fc468339052d90dce4f3ef8361837.tar.gz
upstream-0a58a0f00e8fc468339052d90dce4f3ef8361837.tar.bz2
upstream-0a58a0f00e8fc468339052d90dce4f3ef8361837.zip
make ramdisk support generic, some cleanups
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3911 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, 0 insertions, 4 deletions
diff --git a/target/linux/aruba-2.6/Makefile b/target/linux/aruba-2.6/Makefile
index e21bf818de..5926e6ebcd 100644
--- a/target/linux/aruba-2.6/Makefile
+++ b/target/linux/aruba-2.6/Makefile
@@ -14,10 +14,6 @@ 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 ($(CONFIG_ARUBA_RAMDISK),y)
- @$(CP) config-ramdisk $(LINUX_DIR)/.config
-else
@$(CP) config $(LINUX_DIR)/.config
-endif
touch $@