brcm2708-gpu-fw: update to latest version
[openwrt/openwrt.git] / scripts / feeds
index 55a8dd94ea76da13ff794c93142f3502d6f96c62..045835c0cc3a09436c4684e403041e0dcf5ff59d 100755 (executable)
@@ -534,6 +534,11 @@ sub install_package {
 sub refresh_config {
        my $default = shift;
 
 sub refresh_config {
        my $default = shift;
 
+       # Don't create .config if it doesn't already exist so that making a
+       # config only occurs when the user intends it do (however we do
+       # want to refresh an existing config).
+       return if not (-e '.config');
+
        # workaround for timestamp check
        system("rm -f tmp/.packageinfo");
 
        # workaround for timestamp check
        system("rm -f tmp/.packageinfo");