diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-05-23 18:47:20 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-05-23 18:47:20 +0000 |
commit | 5599260fe5f7d401bc36c677245511855b63318c (patch) | |
tree | c90071ba06fe784fdb74067abe4330a52ed16992 /packages/uboot | |
parent | 1aa3d65c3f78f30a819217e97e3fd401f076ca7c (diff) | |
parent | a8ab3ecbfc4b62c2752e6acf6f42971a0eaaf34b (diff) |
merge of '2095c71741c2d1d79a50f2d9ea052cada53ba7d0'
and 'a0522e7d7dc85bbbff61ba37e7b7c0069fc5f5b5'
Diffstat (limited to 'packages/uboot')
-rw-r--r-- | packages/uboot/u-boot.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/uboot/u-boot.inc b/packages/uboot/u-boot.inc index d9b2f7b7c9..9a0199496c 100644 --- a/packages/uboot/u-boot.inc +++ b/packages/uboot/u-boot.inc @@ -27,5 +27,5 @@ addtask deploy before do_build after do_compile do_stage() { install -d ${STAGING_BINDIR_NATIVE} - install -m755 tools/mkimage ${STAGING_BINDIR_NATIVE}/ + install -m 755 tools/mkimage ${STAGING_BINDIR_NATIVE}/ } |