kernel: add plan 9 fs package
[openwrt/openwrt.git] / scripts / target-metadata.pl
index 7e7d26bac93147f2652abd549509269b29362174..a7239166f7b1ffb5d411bafeedc0b79d33d1373d 100755 (executable)
@@ -39,6 +39,7 @@ sub target_config_features(@) {
                /low_mem/ and $ret .= "\tselect LOW_MEMORY_FOOTPRINT\n";
                /small_flash/ and $ret .= "\tselect SMALL_FLASH\n";
                /nand/ and $ret .= "\tselect NAND_SUPPORT\n";
                /low_mem/ and $ret .= "\tselect LOW_MEMORY_FOOTPRINT\n";
                /small_flash/ and $ret .= "\tselect SMALL_FLASH\n";
                /nand/ and $ret .= "\tselect NAND_SUPPORT\n";
+               /virtio/ and $ret .= "\tselect VIRTIO_SUPPORT\n";
        }
        return $ret;
 }
        }
        return $ret;
 }