linux: fix u-boot build

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-01-13 22:03:19 +01:00
parent bae7567327
commit ee25312f3d

View File

@ -120,7 +120,9 @@ pre_make_target() {
cp $(get_build_dir wireless-regdb)/db.txt $ROOT/$PKG_BUILD/net/wireless/db.txt cp $(get_build_dir wireless-regdb)/db.txt $ROOT/$PKG_BUILD/net/wireless/db.txt
if [ "$BOOTLOADER" = "u-boot" ]; then if [ "$BOOTLOADER" = "u-boot" ]; then
$SCRIPTS/build u-boot ( cd $ROOT
$SCRIPTS/build u-boot
)
fi fi
} }