X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=openwrt%2Ftarget%2Flinux%2Faruba-2.6%2FMakefile;fp=openwrt%2Ftarget%2Flinux%2Faruba-2.6%2FMakefile;h=111bfd08a56fff54fbb735ddd697fd9d06cf58b9;hp=9b2e16c0bfb75d198bb0ea7951a40f36787e2aca;hb=d857537a62ac427a946b4953c0ec4ee4d68feef9;hpb=25ba2c55baabbe1a497d688db2364fed28134568 diff --git a/openwrt/target/linux/aruba-2.6/Makefile b/openwrt/target/linux/aruba-2.6/Makefile index 9b2e16c0bf..111bfd08a5 100644 --- a/openwrt/target/linux/aruba-2.6/Makefile +++ b/openwrt/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 $@