target/jffs2/blocksize.mk for setting block size (req. for wrt54g) squashfs removed in favor of squashfs-lzma

SVN-Revision: 301
This commit is contained in:
Mike Baker
2005-03-03 02:44:10 +00:00
parent 87c8266371
commit 1ef215245e
12 changed files with 22 additions and 94 deletions

View File

@@ -1,11 +0,0 @@
#!/usr/bin/perl
my %change = (
'ROOTFS' => 'make linux-dirclean'
);
foreach my $change (keys %change) {
my $v1 = `grep '$change' .config.test`;
my $v2 = `grep '$change' .config`;
$v1 eq $v2 or system($change{$change});
}