diff options
-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 |