Linux 2.6.16.4 *sigh*
[openwrt/openwrt.git] / openwrt / target / linux / aruba-2.6 / Makefile
index 111bfd08a56fff54fbb735ddd697fd9d06cf58b9..24330c08f1dbd1a9c5700bb658739a587f4039ad 100644 (file)
@@ -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 $@