summaryrefslogtreecommitdiff
path: root/openwrt/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
commitde93bede138129886115d2597b32e34fb7b06ad4 (patch)
tree3ee1ce8112221d05f5491826997d52f45e75d726 /openwrt/target/linux/aruba-2.6/Makefile
parentce3f164ea0ded53a181d04da5b12ec163e754046 (diff)
downloadmtk-20170518-de93bede138129886115d2597b32e34fb7b06ad4.zip
mtk-20170518-de93bede138129886115d2597b32e34fb7b06ad4.tar.gz
mtk-20170518-de93bede138129886115d2597b32e34fb7b06ad4.tar.bz2
make ramdisk support generic, some cleanups
SVN-Revision: 3911
Diffstat (limited to 'openwrt/target/linux/aruba-2.6/Makefile')
-rw-r--r--openwrt/target/linux/aruba-2.6/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/openwrt/target/linux/aruba-2.6/Makefile b/openwrt/target/linux/aruba-2.6/Makefile
index e21bf81..5926e6e 100644
--- a/openwrt/target/linux/aruba-2.6/Makefile
+++ b/openwrt/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 $@