From c96ef1722ed0013063687ceef633809169e93859 Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 16 Apr 2007 21:46:44 +0000 Subject: No longer mark rdc-2.6 as broken, squashfs is now working, thanks sn9 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6976 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/rdc-2.6/Makefile | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'target/linux/rdc-2.6/Makefile') diff --git a/target/linux/rdc-2.6/Makefile b/target/linux/rdc-2.6/Makefile index 40d6b752b..df920ddee 100644 --- a/target/linux/rdc-2.6/Makefile +++ b/target/linux/rdc-2.6/Makefile @@ -9,15 +9,23 @@ include $(TOPDIR)/rules.mk ARCH:=i386 BOARD:=rdc BOARDNAME:=RDC x86 -FEATURES:=broken squashfs jffs2 +FEATURES:=squashfs define Target/Description Build firmware images for RDC3211 based routers - (e.g. Airlink101 AR525W) + (e.g. Airlink101 AR525W, Linksys WRT54R) endef include $(INCLUDE_DIR)/kernel-build.mk +ifneq ($(CONFIG_TARGET_ROOTFS_INITRAMFS),y) + define Kernel/SetInitramfs + rm -f $(BUILD_DIR)/root/sbin/init + $(CP) $(GENERIC_PLATFORM_DIR)/files/init $(BUILD_DIR)/root/sbin/ + $(CP) $(PLATFORM_DIR)/image/preinit.arch $(BUILD_DIR)/root/etc/ + endef +endif + # include the profiles -include profiles/*.mk -- cgit v1.2.3