fix version parsing bug in "ipkg upgrade"
[openwrt.git] / openwrt / scripts / configtest.pl
index 61fe8a7..01323a5 100755 (executable)
@@ -1,7 +1,8 @@
 #!/usr/bin/perl
 
 my %change = (
-       'ROOTFS' => 'make linux-dirclean'
+       'BUSYBOX' => 'make -C package busybox-clean',
+       '' => 'make target_clean'
 );
 
 foreach my $change (keys %change) {
This page took 0.023979 seconds and 4 git commands to generate.