diff options
author | Koen Kooi <koen@openembedded.org> | 2008-11-17 15:25:36 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-11-17 15:25:36 +0100 |
commit | fc935de948bc9f9235bea14a525f71cc819cfc17 (patch) | |
tree | f310d2b0c94b102ea7b5c448f476b9eeeaac6594 /packages/u-boot/u-boot_1.1.2.bb | |
parent | 533bb113090601f260d023cafe2ca5e4a8efdfd1 (diff) | |
parent | 99635191b28f408e4d99a74419c45b76549cd508 (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'packages/u-boot/u-boot_1.1.2.bb')
-rw-r--r-- | packages/u-boot/u-boot_1.1.2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/u-boot/u-boot_1.1.2.bb b/packages/u-boot/u-boot_1.1.2.bb index 8287d35a1d..1afb3eec5a 100644 --- a/packages/u-boot/u-boot_1.1.2.bb +++ b/packages/u-boot/u-boot_1.1.2.bb @@ -13,6 +13,7 @@ SRC_URI_append_mnci = "file://mnci.patch;patch=1 \ file://command-names.patch;patch=1" SRC_URI_append_magicbox = "file://u-boot-emetec.patch;patch=1 " +SRC_URI_append_oxe810 = "file://oxe810.patch;patch=1 " # TODO: SRC_URI_append_rt3000 @@ -22,6 +23,7 @@ TARGET_LDFLAGS = "" UBOOT_MACHINE_mnci = "mnci_config" UBOOT_MACHINE_vibren = "pxa255_idp_config" UBOOT_MACHINE_magicbox = "EMETEC405_config" +UBOOT_MACHINE_oxe810 = "oxnas_config" inherit base |