X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=openwrt%2Ftarget%2Flinux%2Faruba-2.6%2FMakefile;h=24330c08f1dbd1a9c5700bb658739a587f4039ad;hb=90e4705a8a43b45270e90c5a9a51b2794c5f7525;hp=111bfd08a56fff54fbb735ddd697fd9d06cf58b9;hpb=24a42b97de7bba205e9a523d064f343a52d42788;p=openwrt.git diff --git a/openwrt/target/linux/aruba-2.6/Makefile b/openwrt/target/linux/aruba-2.6/Makefile index 111bfd08a5..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.1 +LINUX_VERSION:=2.6.16.4 LINUX_RELEASE:=1 -LINUX_KERNEL_MD5SUM:=3a71f70fecf25a893bb95efaa37f575c +LINUX_KERNEL_MD5SUM:=cb675279c9711237a06ebb8379a4da27 include ../rules.mk include ./config @@ -15,9 +15,9 @@ $(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 + @$(CP) config-ramdisk $(LINUX_DIR)/.config else - @cp config $(LINUX_DIR)/.config + @$(CP) config $(LINUX_DIR)/.config endif touch $@