X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=openwrt%2Ftarget%2Flinux%2Faruba-2.6%2FMakefile;h=24330c08f1dbd1a9c5700bb658739a587f4039ad;hb=90e4705a8a43b45270e90c5a9a51b2794c5f7525;hp=02ed5c49d47296cbc687227b62be06468253e1d2;hpb=7ed55d66c9be5c15bf74497e76b3cc473b303960;p=openwrt.git diff --git a/openwrt/target/linux/aruba-2.6/Makefile b/openwrt/target/linux/aruba-2.6/Makefile index 02ed5c49d4..24330c08f1 100644 --- a/openwrt/target/linux/aruba-2.6/Makefile +++ b/openwrt/target/linux/aruba-2.6/Makefile @@ -1,8 +1,8 @@ include $(TOPDIR)/rules.mk -LINUX_VERSION:=2.6.15 +LINUX_VERSION:=2.6.16.4 LINUX_RELEASE:=1 -LINUX_KERNEL_MD5SUM:=cdf95e00f5111e31f78e1d97304d9522 +LINUX_KERNEL_MD5SUM:=cb675279c9711237a06ebb8379a4da27 include ../rules.mk include ./config @@ -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) - @cp config $(LINUX_DIR)/.config +ifeq ($(BR2_ARUBA_RAMDISK),y) + @$(CP) config-ramdisk $(LINUX_DIR)/.config +else + @$(CP) config $(LINUX_DIR)/.config +endif touch $@