From 5cd973bdee8ff6c747e37a22ba7baf701f5e64fa Mon Sep 17 00:00:00 2001 From: hcg Date: Wed, 18 Mar 2009 15:57:18 +0000 Subject: Add FEATURE ramdisk to be able to select the use of INITRAMFS for a sub-target git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14939 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/Config.in | 3 +++ target/linux/ps3/petitboot/target.mk | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'target') diff --git a/target/Config.in b/target/Config.in index 31f7a50b3..6506312b3 100644 --- a/target/Config.in +++ b/target/Config.in @@ -29,6 +29,9 @@ config USB_SUPPORT config BIG_ENDIAN bool +config USES_INITRAMFS + bool + config USES_SQUASHFS bool diff --git a/target/linux/ps3/petitboot/target.mk b/target/linux/ps3/petitboot/target.mk index a3d84dde0..4b53f57b6 100644 --- a/target/linux/ps3/petitboot/target.mk +++ b/target/linux/ps3/petitboot/target.mk @@ -1,7 +1,7 @@ BOARDNAME:=Petitboot -FEATURES:=fpu +FEATURES:=fpu ramdisk -DEFAULT_PACKAGES+= dnsmasq +DEFAULT_PACKAGES+= dnsmasq petitboot define Target/Description Build Petitboot bootloader -- cgit v1.2.3