diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-10-26 21:05:31 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-10-26 21:05:31 +0000 |
commit | 08c9668df356fc47f01cde8e421d3dc24adc4c9e (patch) | |
tree | 87d94226fa641abf40160f20663f54f30a912266 /packages/util-linux/util-linux_2.12q.bb | |
parent | 760961336989b539a2546f43e8ce3d84a92a3c0f (diff) |
slugos, openslug, ucslugc: move to new slugos base distro in openslug 3.0, ucslugc 3
- all the nslu2-???.conf files are now slugos-???.conf and slugos has been made
- the base for both openslug and ucslugc. OpenSlug now enables thumb interwork.
Diffstat (limited to 'packages/util-linux/util-linux_2.12q.bb')
-rw-r--r-- | packages/util-linux/util-linux_2.12q.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/util-linux/util-linux_2.12q.bb b/packages/util-linux/util-linux_2.12q.bb index cfb8040135..0d05b8b4ca 100644 --- a/packages/util-linux/util-linux_2.12q.bb +++ b/packages/util-linux/util-linux_2.12q.bb @@ -1,6 +1,6 @@ # fdisk gets a #error unknown architecture when compiling for ARM thumb #FIXME: remove this -ARM_INSTRUCTION_SET = "" +ARM_INSTRUCTION_SET = "arm" include util-linux.inc |