diff options
author | Mike Baker <mbm@openwrt.org> | 2006-05-12 19:08:03 +0000 |
---|---|---|
committer | Mike Baker <mbm@openwrt.org> | 2006-05-12 19:08:03 +0000 |
commit | 7e8b5f9c557000110be7911811f144002cce2a29 (patch) | |
tree | a872ad00eb8b816b1ea4724f83fd04b3976b8783 /openwrt/target/linux/aruba-2.6/Makefile | |
parent | 95c94007503f7044d0d220964c52fa291c8903c7 (diff) | |
download | mtk-20170518-7e8b5f9c557000110be7911811f144002cce2a29.zip mtk-20170518-7e8b5f9c557000110be7911811f144002cce2a29.tar.gz mtk-20170518-7e8b5f9c557000110be7911811f144002cce2a29.tar.bz2 |
fix BR2_ and CONFIG_ issues
SVN-Revision: 3769
Diffstat (limited to 'openwrt/target/linux/aruba-2.6/Makefile')
-rw-r--r-- | openwrt/target/linux/aruba-2.6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/linux/aruba-2.6/Makefile b/openwrt/target/linux/aruba-2.6/Makefile index 24330c0..b5b220d 100644 --- a/openwrt/target/linux/aruba-2.6/Makefile +++ b/openwrt/target/linux/aruba-2.6/Makefile @@ -14,7 +14,7 @@ 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) +ifeq ($(CONFIG_ARUBA_RAMDISK),y) @$(CP) config-ramdisk $(LINUX_DIR)/.config else @$(CP) config $(LINUX_DIR)/.config |