From 57aa0d08cf93822048559809937dc266688a8389 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 26 Feb 2007 19:20:04 +0000 Subject: [PATCH] angstrom legacy: add a skeleton for building angstrom for devices that require legacy software (e.g. kernel 2.4) --- conf/distro/angstrom-2007.1-legacy.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 conf/distro/angstrom-2007.1-legacy.conf diff --git a/conf/distro/angstrom-2007.1-legacy.conf b/conf/distro/angstrom-2007.1-legacy.conf new file mode 100644 index 0000000000..a22a35d204 --- /dev/null +++ b/conf/distro/angstrom-2007.1-legacy.conf @@ -0,0 +1,9 @@ +#this is a special version of angstrom for legacy (e.g. kernel 2.4) software +# that means: +# * no udev +# * no sysfs +# * no EABI for ARM + +require conf/distro/angstrom-2007.1-oabi.conf + +# We'll have to fill this in as we go. -- 2.39.5