diff options
Diffstat (limited to 'target')
-rwxr-xr-x | target/imagebuilder/files/opkg-generate-config.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/imagebuilder/files/opkg-generate-config.sh b/target/imagebuilder/files/opkg-generate-config.sh index d8fb0e406..b2047a0d4 100755 --- a/target/imagebuilder/files/opkg-generate-config.sh +++ b/target/imagebuilder/files/opkg-generate-config.sh @@ -32,7 +32,7 @@ rm -f $TOPDIR/tmp/opkg.conf [ -f $TOPDIR/repositories.conf ] && \ $TOPDIR/staging_dir/host/bin/sed \ - -n -e "s/\$A/$PKGARCH/g" -e "/^[[:space:]*]src/p" \ + -n -e "s/\$A/$PKGARCH/g" -e "/^[[:space:]]*src/p" \ $TOPDIR/repositories.conf > $TOPDIR/tmp/opkg.conf cat <<EOT >> $TOPDIR/tmp/opkg.conf |