diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2007-05-09 15:49:33 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2007-05-09 15:49:33 +0000 |
commit | 67727692d651190c52f17b49b67a49cf54dd9286 (patch) | |
tree | 07568be1d6cebe23acb17e2033a2518c81574530 /packages/uboot | |
parent | 76e9efde94bdfb9954c29db7876f79f2d817ede5 (diff) |
u-boot-mkimage-gta01-native: split_by_variant.sh script was moved
Diffstat (limited to 'packages/uboot')
-rw-r--r-- | packages/uboot/u-boot-mkimage-gta01-native_svn.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/uboot/u-boot-mkimage-gta01-native_svn.bb b/packages/uboot/u-boot-mkimage-gta01-native_svn.bb index c93507fdd0..7c10d653bc 100644 --- a/packages/uboot/u-boot-mkimage-gta01-native_svn.bb +++ b/packages/uboot/u-boot-mkimage-gta01-native_svn.bb @@ -4,7 +4,7 @@ PROVIDES = "" TARGET_LDFLAGS = "" do_compile () { - chmod +x board/neo1973/split_by_variant.sh + chmod +x board/neo1973/gta01/split_by_variant.sh oe_runmake gta01bv3_config oe_runmake clean oe_runmake tools |