diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2006-12-29 19:40:30 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2006-12-29 19:40:30 +0000 |
commit | d91baaa377d2b7b630bfc41fa7ec90aae60d191b (patch) | |
tree | f1844071718c237b9c99bf8710467d6c7a0f8d29 /conf | |
parent | dcc1cbe50b07f48b61290adcb2c83e07cf1aa11f (diff) | |
parent | d77ab609a4793164b198a60de58699eeec1263be (diff) |
merge of '3a4c124aa9688e101e4d5547ad18d4512d45e47b'
and '4388a6b99de31cf7e9bb5af3a124ae80c52e796c'
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/angstrom-2007.1-oabi.conf | 20 | ||||
-rw-r--r-- | conf/machine/include/tosa-2.6.conf | 6 |
2 files changed, 20 insertions, 6 deletions
diff --git a/conf/distro/angstrom-2007.1-oabi.conf b/conf/distro/angstrom-2007.1-oabi.conf new file mode 100644 index 0000000000..e63dc61a48 --- /dev/null +++ b/conf/distro/angstrom-2007.1-oabi.conf @@ -0,0 +1,20 @@ +require conf/distro/angstrom-2007.1.conf + +#this is a special version of angstrom for armv4 based machines that can't do EABI +#see http://wiki.debian.org/ArmEabiPort for details on that + +#set compatible machine so people don't 'accidentally' use this +COMPATIBLE_MACHINE = "(collie|h3600|h3800|simpad)" + +#only glibc based builds are supported ATM +TARGET_OS = "linux" + +FEED_ARCH_collie = "arm" +FEED_ARCH_h3600 = "arm" +FEED_ARCH_h3800 = "arm" +FEED_ARCH_simpad = "arm" + + + + + diff --git a/conf/machine/include/tosa-2.6.conf b/conf/machine/include/tosa-2.6.conf deleted file mode 100644 index f3591b4b75..0000000000 --- a/conf/machine/include/tosa-2.6.conf +++ /dev/null @@ -1,6 +0,0 @@ -include conf/machine/include/zaurus-2.6.conf -# wlan-ng Modules -MACHINE_EXTRA_RDEPENDS += "wlan-ng-modules-usb" - -# WM97xx Modules -#MACHINE_EXTRA_RRECOMMENDS += "kernel-module-wm97xx-core kernel-module-wm9705 kernel-module-pxa-wm97xx" |