add missing iptables-mod-imq control file (fixes #269)
[openwrt.git] / openwrt / target / linux / aruba-2.6 / Makefile
index 9b2e16c..111bfd0 100644 (file)
@@ -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 $@
 
This page took 0.022254 seconds and 4 git commands to generate.