diff options
author | Manuel Teira <manuel.teira@telefonica.net> | 2007-05-09 17:38:30 +0000 |
---|---|---|
committer | Manuel Teira <manuel.teira@telefonica.net> | 2007-05-09 17:38:30 +0000 |
commit | 87794441458ab30060bf947dc354cb79617e70ee (patch) | |
tree | ce0c2296c6c043c32a805d6dd194aac8f4600978 | |
parent | d30d62c7be4b3f36005d9de395dd9cf8b84c4d55 (diff) | |
parent | 67727692d651190c52f17b49b67a49cf54dd9286 (diff) |
merge of '06791c441f033cb517879b4808eb801c21997a09'
and '3ba42b444ce34355fb2aa1f92bfea0b8b15018d4'
-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 |