diff options
Diffstat (limited to 'support/scripts')
-rwxr-xr-x | support/scripts/pkg-stats | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/support/scripts/pkg-stats b/support/scripts/pkg-stats index 3e89bd14b..30a21f20f 100755 --- a/support/scripts/pkg-stats +++ b/support/scripts/pkg-stats @@ -71,7 +71,8 @@ tr.correct td { convert_to_generic_target=0 convert_to_generic_host=0 -convert_to_autotools=0 +convert_to_target_autotools=0 +convert_to_host_autotools=0 total_patch_count=0 cnt=0 for i in $(find package/ -name '*.mk') ; do |