From 1c2ca693a88c582ec8d3a51001bc639d63fd82fb Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Tue, 8 Jul 2008 11:28:37 +0000 Subject: Stick to 2.6.24 on rdc for now git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11747 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/rdc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/rdc/Makefile') diff --git a/target/linux/rdc/Makefile b/target/linux/rdc/Makefile index a2b3ee7107..89fab7149b 100644 --- a/target/linux/rdc/Makefile +++ b/target/linux/rdc/Makefile @@ -11,7 +11,7 @@ BOARD:=rdc BOARDNAME:=RDC 321x FEATURES:=squashfs jffs2 pci -LINUX_VERSION:=2.6.25.10 +LINUX_VERSION:=2.6.24.7 include $(INCLUDE_DIR)/target.mk @@ -20,7 +20,7 @@ define Target/Description (e.g. Airlink101 AR525W, Linksys WRT54R, Sitecom WL-153) endef -ifneq ($(CONFIG_TARGET_ROOTFS_INITRAMFS),y) +ifeq ($(CONFIG_TARGET_ROOTFS_INITRAMFS),y) define Kernel/SetInitramfs echo "r6040 parent=wlan0" > $(TARGET_DIR)/etc/modules.d/99-r6040 $(RM) $(TARGET_DIR)/sbin/init -- cgit v1.2.3