summaryrefslogtreecommitdiffstats
path: root/target/linux/aruba-2.6/Makefile
diff options
context:
space:
mode:
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 e21bf818d..5926e6ebc 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 $@